From fb28a8027265062afae2288fb9cc2680fd7917a6 Mon Sep 17 00:00:00 2001 From: Seif Bassem <38246040+sebassem@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:06:08 +0300 Subject: [PATCH] fix: change deployment script's storage account to LRS to avoid unsupported ZRS regions (#2582) --- avm/ptn/lz/sub-vending/main.json | 6 +++--- avm/ptn/lz/sub-vending/modules/subResourceWrapper.bicep | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/avm/ptn/lz/sub-vending/main.json b/avm/ptn/lz/sub-vending/main.json index 77c68fa56a..7364df30db 100644 --- a/avm/ptn/lz/sub-vending/main.json +++ b/avm/ptn/lz/sub-vending/main.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.28.1.47646", - "templateHash": "9023775947522532486" + "templateHash": "5877646031628493512" }, "name": "Sub-vending", "description": "This module deploys a subscription to accelerate deployment of landing zones. For more information on how to use it, please visit this [Wiki](https://github.com/Azure/bicep-lz-vending/wiki).", @@ -653,7 +653,7 @@ "_generator": { "name": "bicep", "version": "0.28.1.47646", - "templateHash": "9397210340148497295" + "templateHash": "6925745500465566450" }, "name": "`/subResourcesWrapper/deploy.bicep` Parameters", "description": "This module is used by the [`bicep-lz-vending`](https://aka.ms/sub-vending/bicep) module to help orchestrate the deployment", @@ -8511,7 +8511,7 @@ "value": "StorageV2" }, "skuName": { - "value": "Standard_ZRS" + "value": "Standard_LRS" }, "networkAcls": { "value": { diff --git a/avm/ptn/lz/sub-vending/modules/subResourceWrapper.bicep b/avm/ptn/lz/sub-vending/modules/subResourceWrapper.bicep index 8b0223a466..689a5fad0f 100644 --- a/avm/ptn/lz/sub-vending/modules/subResourceWrapper.bicep +++ b/avm/ptn/lz/sub-vending/modules/subResourceWrapper.bicep @@ -537,7 +537,7 @@ module createDsStorageAccount 'br/public:avm/res/storage/storage-account:0.5.0' location: deploymentScriptLocation name: deploymentScriptStorageAccountName kind: 'StorageV2' - skuName: 'Standard_ZRS' + skuName: 'Standard_LRS' networkAcls: { bypass: 'AzureServices' defaultAction: 'Deny'