Skip to content

Commit 79431c6

Browse files
committed
2 parents 037a980 + b154010 commit 79431c6

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

deploy/az/azurefunctions/azurefunctionsdeploy.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,10 @@
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": {

0 commit comments

Comments
 (0)