Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev
This commit is contained in:
commit
79431c6cd5
@ -13,30 +13,10 @@
|
|||||||
"SitesEshopfunctionsName": "[parameters('SitesEshopfunctionsName')]",
|
"SitesEshopfunctionsName": "[parameters('SitesEshopfunctionsName')]",
|
||||||
"WebConfigName": "[concat(variables('SitesEshopfunctionsName'), '/web')]",
|
"WebConfigName": "[concat(variables('SitesEshopfunctionsName'), '/web')]",
|
||||||
"Location": "[resourceGroup().location]",
|
"Location": "[resourceGroup().location]",
|
||||||
"EshopAccountsDatabase": "[concat(variables('SitesEshopfunctionsName'), 'db')]",
|
|
||||||
"ServerFarmPlan": "[concat(trim(variables('location')), 'Plan')]",
|
"ServerFarmPlan": "[concat(trim(variables('location')), 'Plan')]",
|
||||||
"StorageAccounts": "[concat(variables('SitesEshopfunctionsName'), 'st')]"
|
"StorageAccounts": "[concat(variables('SitesEshopfunctionsName'), 'st')]"
|
||||||
},
|
},
|
||||||
"resources": [
|
"resources": [
|
||||||
{
|
|
||||||
"type": "Microsoft.DocumentDB/databaseAccounts",
|
|
||||||
"kind": "GlobalDocumentDB",
|
|
||||||
"name": "[variables('EshopAccountsDatabase')]",
|
|
||||||
"apiVersion": "2015-04-08",
|
|
||||||
"location": "[variables('Location')]",
|
|
||||||
"tags": {},
|
|
||||||
"scale": null,
|
|
||||||
"properties": {
|
|
||||||
"databaseAccountOfferType": "Standard",
|
|
||||||
"consistencyPolicy": {
|
|
||||||
"defaultConsistencyLevel": "Session",
|
|
||||||
"maxIntervalInSeconds": 5,
|
|
||||||
"maxStalenessPrefix": 100
|
|
||||||
},
|
|
||||||
"name": null
|
|
||||||
},
|
|
||||||
"dependsOn": []
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "Microsoft.Storage/storageAccounts",
|
"type": "Microsoft.Storage/storageAccounts",
|
||||||
"sku": {
|
"sku": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user