Skip to content

Commit e9e3822

Browse files
committed
Azure UPI ARM tempalte: use storageAccountId
1 parent 9a5cb48 commit e9e3822

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

upi/azure/02_storage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"resources": [
7070
{
71-
"apiVersion": "2021-10-01",
71+
"apiVersion": "2022-03-03",
7272
"type": "versions",
7373
"name": "[variables('imageRelease')]",
7474
"location": "[variables('location')]",
@@ -88,7 +88,7 @@
8888
"storageProfile": {
8989
"osDiskImage": {
9090
"source": {
91-
"id": "[resourceId('Microsoft.Storage/storageAccounts', parameters('storageAccount'))]",
91+
"storageAccountId": "[resourceId('Microsoft.Storage/storageAccounts', parameters('storageAccount'))]",
9292
"uri": "[parameters('vhdBlobURL')]"
9393
}
9494
}

0 commit comments

Comments
 (0)