File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 "SitesEshopfunctionsName" : " [parameters('SitesEshopfunctionsName')]" ,
1414 "WebConfigName" : " [concat(variables('SitesEshopfunctionsName'), '/web')]" ,
1515 "Location" : " [resourceGroup().location]" ,
16- "EshopAccountsDatabase" : " [concat(variables('SitesEshopfunctionsName'), 'db')]" ,
1716 "ServerFarmPlan" : " [concat(trim(variables('location')), 'Plan')]" ,
1817 "StorageAccounts" : " [concat(variables('SitesEshopfunctionsName'), 'st')]"
1918 },
2019 "resources" : [
21- {
22- "type" : " Microsoft.DocumentDB/databaseAccounts" ,
23- "kind" : " GlobalDocumentDB" ,
24- "name" : " [variables('EshopAccountsDatabase')]" ,
25- "apiVersion" : " 2015-04-08" ,
26- "location" : " [variables('Location')]" ,
27- "tags" : {},
28- "scale" : null ,
29- "properties" : {
30- "databaseAccountOfferType" : " Standard" ,
31- "consistencyPolicy" : {
32- "defaultConsistencyLevel" : " Session" ,
33- "maxIntervalInSeconds" : 5 ,
34- "maxStalenessPrefix" : 100
35- },
36- "name" : null
37- },
38- "dependsOn" : []
39- },
4020 {
4121 "type" : " Microsoft.Storage/storageAccounts" ,
4222 "sku" : {
You can’t perform that action at this time.
0 commit comments