You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="Specifies the docker image name that is stored in a private container registry like ACR (Azure Container Registry)."
4
+
sensitive=true
5
+
}
6
+
7
+
variable"service_plan_size" {
8
+
default="S1"
9
+
type=string
10
+
description="Specifies the size of the service plan. This variable format is: Tier (letter) + Size (number). Size could be: 1 = Small (1 Core 1.75GB RAM), 2 = Medium (2 Core 3.5 GB RAM), 3 = Large (4 Core 7GB RAM)"
11
+
}
12
+
13
+
variable"service_plan_tier" {
14
+
default="Standard"
15
+
type=string
16
+
description="Specifies the tier of the service plan. Tier is the pricing plan of the service plan resource."
0 commit comments