-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nitric.azure.yaml
executable file
·41 lines (38 loc) · 1.42 KB
/
nitric.azure.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# The provider to use and it's published version
# See releases:
# https://github.com/nitrictech/nitric/tags
provider: nitric/[email protected]
# The target Azure region to deploy to
# See available regions:
# https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/?products=container-apps
region:
# Org to associate deployed API Management services with
org:
# Admin email to associate deployed API Management services with, this can be any email address
adminemail: [email protected]
# Optional configuration below
# # Configure your deployed functions/services
# config:
# # How functions without a type will be deployed
# default:
# # configure a sample rate for telemetry (between 0 and 1) e.g. 0.5 is 50%
# telemetry: 0
# # configure functions to deploy to Google Cloud Run
# # see: https://learn.microsoft.com/en-us/azure/container-apps/containers#configuration
# containerapps: # Available since v0.26.0
# # set 1/4 vCPU
# cpu: 0.25
# # set 0.5GB of RAM
# memory: 0.5
# # The minimum number of instances to scale down to
# min-replicas: 0
# # The maximum number of instances to scale up to
# max-replicas: 10
# # Additional deployment types
# # You can target these types by setting a `type` in your project configuration
# big-service:
# telemetry: 0
# containerapps:
# memory: 1
# min-replicas: 2
# max-replicas: 100