Skip to content

Commit 4a95cd3

Browse files
Fix the Eventhub Param
1 parent 8b87f9d commit 4a95cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/api-management/api-management-howto-log-event-hubs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ resource ehLoggerWithSystemAssignedIdentity 'Microsoft.ApiManagement/service/log
147147
loggerType: 'azureEventHub'
148148
description: 'Event hub logger with system-assigned managed identity'
149149
credentials: {
150-
endpointAddress: '<EventHubsNamespace>.servicebus.windows.net/<EventHubName>'
150+
endpointAddress: '<EventHubsNamespace>.servicebus.windows.net'
151151
identityClientId: 'systemAssigned'
152-
name: 'ApimEventHub'
152+
name: '<EventHubName>'
153153
}
154154
}
155155
}

0 commit comments

Comments
 (0)