Skip to content

Commit 8f78c4e

Browse files
author
David Sanchez
committed
Updating storage name in ARM template
1 parent 5e26187 commit 8f78c4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/SmartHotel360.WebsiteARM/smarthote360.website.deployment.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"parameters": {
55
"location": {
66
"type": "string",
7-
"defaultValue": "westus2"
7+
"defaultValue": "West US 2"
88
},
99
"serviceplan_sku": {
1010
"type": "string",
@@ -26,7 +26,7 @@
2626
"variables": {
2727
"cosmosdb_name": "[concat('websitecosmosdb-',uniqueString(resourceGroup().id))]",
2828
"function_name": "[concat('websitefunction-',uniqueString(resourceGroup().id))]",
29-
"storage_name": "[concat('websitestorage',uniqueString(resourceGroup().id),23)]",
29+
"storage_name": "[concat('storage',uniqueString(resourceGroup().id))]",
3030
"vision_name": "[concat('websitevisionapi-',uniqueString(resourceGroup().id))]",
3131
"website_name": "[concat('smarthotel360',uniqueString(resourceGroup().id))]",
3232
"serviceplan_name": "[concat('appserviceplan',uniqueString(resourceGroup().id))]",

0 commit comments

Comments
 (0)