Skip to content

Commit 772ffee

Browse files
committed
[HOTFIX] Remove . from VMSS resource image destination property in the template
1 parent f2b3d82 commit 772ffee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CanaryValidator/azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@
764764
"storageProfile": {
765765
"osDisk": {
766766
"vhdContainers": [
767-
"[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('storageAccountName4')), providers('Microsoft.Storage', 'storageAccounts').apiVersions[0]).primaryEndpoints.blob, variables('storageAccountContainerName4'),'/',variables('OSDiskName'),'.vhd')]"
767+
"[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('storageAccountName4')), providers('Microsoft.Storage', 'storageAccounts').apiVersions[0]).primaryEndpoints.blob, variables('storageAccountContainerName4'),'/',variables('OSDiskName'),'vhd')]"
768768
],
769769
"name": "osdisk",
770770
"caching": "ReadOnly",

CanaryValidator/azuredeploy.nolinux.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@
663663
"storageProfile": {
664664
"osDisk": {
665665
"vhdContainers": [
666-
"[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('storageAccountName4')), providers('Microsoft.Storage', 'storageAccounts').apiVersions[0]).primaryEndpoints.blob, variables('storageAccountContainerName4'),'/',variables('OSDiskName'),'.vhd')]"
666+
"[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('storageAccountName4')), providers('Microsoft.Storage', 'storageAccounts').apiVersions[0]).primaryEndpoints.blob, variables('storageAccountContainerName4'),'/',variables('OSDiskName'),'vhd')]"
667667
],
668668
"name": "osdisk",
669669
"caching": "ReadOnly",

0 commit comments

Comments
 (0)