Skip to content

Commit

Permalink
namespace recreation with the topic is working
Browse files Browse the repository at this point in the history
  • Loading branch information
jmservera committed Apr 17, 2024
1 parent fc0f3e8 commit bf3e5f5
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions eventgrid/templates/eventhubintegration.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,11 @@ resource eventgrid_topic 'Microsoft.EventGrid/namespaces/topics@2023-12-15-previ
resource eventgrid_namespace 'Microsoft.EventGrid/namespaces@2023-12-15-preview' = {
name: eventgrid_name
location: location
// sku: {
// name: 'Standard'
// capacity: 1
// }
// identity: {
// type: 'SystemAssigned'
// }
properties: {
// topicsConfiguration: {}
topicSpacesConfiguration: {
// state: 'Enabled'
// maximumSessionExpiryInHours: 2
// maximumClientSessionsPerAuthenticationName: 2 // to allow for some disconnection test scenarios
state: 'Enabled'
routeTopicResourceId: resourceId('Microsoft.EventGrid/namespaces/topics', eventgrid_name, topic_name)
}
// isZoneRedundant: true
// publicNetworkAccess: 'Enabled'
}
}

Expand Down

0 comments on commit bf3e5f5

Please sign in to comment.