From e1b151d7f94695ee886a6b05c0f4b190abce8e78 Mon Sep 17 00:00:00 2001 From: Don Heerschap Date: Wed, 26 Jun 2024 14:10:10 +0200 Subject: [PATCH] used set-avmmodule --- avm/res/storage/storage-account/main.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/avm/res/storage/storage-account/main.json b/avm/res/storage/storage-account/main.json index fb8ad05467..e198faf350 100644 --- a/avm/res/storage/storage-account/main.json +++ b/avm/res/storage/storage-account/main.json @@ -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.", @@ -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]" } } } \ No newline at end of file