-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparameters.json
More file actions
executable file
·87 lines (86 loc) · 1.97 KB
/
parameters.json
File metadata and controls
executable file
·87 lines (86 loc) · 1.97 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"location": {
"value": "westeurope"
},
"servicePlanName": {
"value": "AppServicePlan-mixit"
},
"websiteName": {
"value": "website-mixit"
},
"serviceBusName": {
"value": "ServiceBus-mixit"
},
"queueName": {
"value": "smsQueue"
},
"policyName": {
"value": "Policy-sms"
},
"policyRights": {
"value": ["Manage", "Send", "Listen"]
},
"storageAccountName": {
"value": "samixit"
},
"storageKind": {
"value": "StorageV2"
},
"storageSku": {
"value": "Standard_LRS"
},
"keyVaultName": {
"value": "KeyVault-mixit"
},
"keyVaultSecretName": {
"value": "KeyVaultSecret-sms"
},
"apiVersionSb": {
"value": "2022-10-01-preview"
},
"apiVersionStorage": {
"value": "2023-01-01"
},
"tenantId": {
"value": "0907bb1e-21fc-476f-8843-02d09ceb59a7"
},
"objectId": {
"value": [
"c2a6209c-6056-441d-a69c-ad5b60cb3f0a",
"5202c3c4-051d-40e9-8988-e9951ff08a44",
"85f9fb3d-70f0-4ca3-aad6-db8f07c1ae0b",
"8abb5485-f98f-4671-868a-bccf6d34b3bc"
]
},
"keysPermissions": {
"value": ["all"]
},
"secretsPermissions": {
"value": ["all"]
},
"skuFamily": {
"value": "A"
},
"skuName": {
"value": "Standard"
},
"skuTier": {
"value": "Standard"
},
"functionAppName": {
"value": "funcApp-mixit"
},
"functionAppKind": {
"value": "functionapp"
},
"functionAppRuntimeValue": {
"value": "python"
},
"functionAppExtensionVersion": {
"value": "~4"
}
}
}