Skip to content

Commit

Permalink
fix: change deployment script's storage account to LRS to avoid unsup…
Browse files Browse the repository at this point in the history
…ported ZRS regions (Azure#2582)
  • Loading branch information
sebassem authored Jul 1, 2024
1 parent c58ce67 commit fb28a80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions avm/ptn/lz/sub-vending/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -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).",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -8511,7 +8511,7 @@
"value": "StorageV2"
},
"skuName": {
"value": "Standard_ZRS"
"value": "Standard_LRS"
},
"networkAcls": {
"value": {
Expand Down
2 changes: 1 addition & 1 deletion avm/ptn/lz/sub-vending/modules/subResourceWrapper.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit fb28a80

Please sign in to comment.