Skip to content

Commit

Permalink
Enable ACR zone redundancy (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
johndowns authored Jul 16, 2024
1 parent 320bc4c commit 401cedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acr-stamp.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ resource acrAks 'Microsoft.ContainerRegistry/registries@2023-07-01' = {
}
dataEndpointEnabled: true
networkRuleBypassOptions: 'AzureServices'
zoneRedundancy: 'Disabled' // This Preview feature only supports three regions at this time, and eastus2's paired region (centralus), does not support this. So disabling for now.
zoneRedundancy: 'Enabled'
}

resource acrReplication 'replications@2021-09-01' = {
Expand Down

0 comments on commit 401cedb

Please sign in to comment.