forked from solita/logicapps-bicep-github-actions-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
parameters.json
33 lines (33 loc) · 905 Bytes
/
parameters.json
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
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"sqlServerConnection": {
"value": "sql-conn"
},
"azureBlobConnection": {
"value": "azureblob-conn"
},
"expenseReportLogicApp": {
"value": "combined-expensereport"
},
"integrationAccount": {
"value": "combined-expensereport-ia"
},
"externalAttachmentStorageName": {
"value": "myattachmentsigxpc2tf6zb"
},
"externalResourceGroupName": {
"value": "samikomulainen-azuredemo1"
},
"externalSqlServerAddress": {
"value": "myuserdbserver-igxpc2tf6zb7w.database.windows.net"
},
"externalSqlDatabaseName": {
"value": "myuserdb"
},
"externalExpenseReportsBaseURI": {
"value": "https://myexpensereportsigxpc2tf.blob.core.windows.net"
}
}
}