Skip to content

Commit

Permalink
used set-avmmodule
Browse files Browse the repository at this point in the history
  • Loading branch information
donheerschap committed Jun 26, 2024
1 parent 018c2a8 commit e1b151d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion avm/res/storage/storage-account/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"_generator": {
"name": "bicep",
"version": "0.28.1.47646",
"templateHash": "9679329912314181282"
"templateHash": "5769970568658743015"
},
"name": "Storage Accounts",
"description": "This module deploys a Storage Account.",
Expand Down Expand Up @@ -4644,6 +4644,13 @@
"description": "The location the resource was deployed into."
},
"value": "[reference('storageAccount', '2022-09-01', 'full').location]"
},
"serviceEndpoints": {
"type": "object",
"metadata": {
"description": "All service endpoints of the deployed storage account, Note Standard_LRS and Standard_ZRS accounts only have a blob service endpoint."
},
"value": "[reference('storageAccount').primaryEndpoints]"
}
}
}

0 comments on commit e1b151d

Please sign in to comment.