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": "The globally unique name of the Web App."
10
+
}
11
+
},
12
+
"existingAppServicePlanName": {
13
+
"type": "string",
14
+
"defaultValue": "",
15
+
"metadata": {
16
+
"description": "Name of the existing App Service Plan used to create the Web App for the bot."
17
+
}
18
+
},
19
+
"existingAppServicePlanLocation": {
20
+
"type": "string",
21
+
"metadata": {
22
+
"description": "The location of the App Service Plan."
23
+
}
24
+
},
25
+
"newAppServicePlanName": {
26
+
"type": "string",
27
+
"metadata": {
28
+
"description": "The name of the new App Service Plan."
29
+
}
30
+
},
31
+
"newAppServicePlanLocation": {
32
+
"type": "string",
33
+
"metadata": {
34
+
"description": "The location of the App Service Plan."
35
+
}
36
+
},
37
+
"newAppServicePlanSku": {
38
+
"type": "object",
39
+
"defaultValue": {
40
+
"name": "S1",
41
+
"tier": "Standard",
42
+
"size": "S1",
43
+
"family": "S",
44
+
"capacity": 1
45
+
},
46
+
"metadata": {
47
+
"description": "The SKU of the App Service Plan. Defaults to Standard values."
48
+
}
49
+
},
50
+
"appId": {
51
+
"type": "string",
52
+
"metadata": {
53
+
"description": "Active Directory App ID or User-Assigned Managed Identity Client ID, set as MicrosoftAppId in the Web App's Application Settings."
54
+
}
55
+
},
56
+
"appSecret": {
57
+
"type": "string",
58
+
"defaultValue": "",
59
+
"metadata": {
60
+
"description": "Active Directory App Password, set as MicrosoftAppPassword in the Web App's Application Settings. Required for MultiTenant and SingleTenant app types. Defaults to \"\"."
0 commit comments