Skip to content

Commit

Permalink
don't specify eventgrid zone redundancy explicitely (#1117)
Browse files Browse the repository at this point in the history
the eventgrid RP defaults the zone redundancy of an MQTT broker based on the availability of AZs

Signed-off-by: Gerd Oberlechner <[email protected]>
  • Loading branch information
geoberle authored Jan 17, 2025
1 parent 490ae1d commit 7aa2b5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev-infrastructure/modules/maestro/maestro-infra.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ resource eventGridNamespace 'Microsoft.EventGrid/namespaces@2024-06-01-preview'
capacity: 1
}
properties: {
isZoneRedundant: true
publicNetworkAccess: publicNetworkAccess
topicSpacesConfiguration: {
state: 'Enabled'
Expand Down

0 comments on commit 7aa2b5a

Please sign in to comment.