Skip to content

Commit ef2a90b

Browse files
author
Miao Jiang
committed
removed en-us
1 parent 9ce9201 commit ef2a90b

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
@@ -26,7 +26,7 @@ This article is a companion to the [Integrate Azure API Management with Event Hu
2626
For detailed steps on how to create an event hub and get connection strings that you need to send and receive events to and from the Event Hub, see [Create an Event Hubs namespace and an event hub using the Azure portal](https://docs.microsoft.com/azure/event-hubs/event-hubs-create).
2727

2828
## Create an API Management logger
29-
Now that you have an Event Hub, the next step is to configure a [Logger](https://docs.microsoft.com/en-us/rest/api/apimanagement/2019-01-01/logger) in your API Management service so that it can log events to the Event Hub.
29+
Now that you have an Event Hub, the next step is to configure a [Logger](https://docs.microsoft.com/rest/api/apimanagement/2019-01-01/logger) in your API Management service so that it can log events to the Event Hub.
3030

3131
API Management loggers are configured using the [API Management REST API](https://aka.ms/apimapi). For detailed request examples, see [how to create Loggers](https://docs.microsoft.com/en-us/rest/api/apimanagement/2019-01-01/logger/createorupdate).
3232

@@ -61,7 +61,7 @@ Click **Save** to save the updated policy configuration. As soon as it is saved
6161
* [Receive messages with EventProcessorHost](../event-hubs/event-hubs-dotnet-standard-getstarted-receive-eph.md)
6262
* [Event Hubs programming guide](../event-hubs/event-hubs-programming-guide.md)
6363
* Learn more about API Management and Event Hubs integration
64-
* [Logger entity reference](https://docs.microsoft.com/en-us/rest/api/apimanagement/2019-01-01/logger)
64+
* [Logger entity reference](https://docs.microsoft.com/rest/api/apimanagement/2019-01-01/logger)
6565
* [log-to-eventhub policy reference](https://docs.microsoft.com/azure/api-management/api-management-advanced-policies#log-to-eventhub)
6666
* [Monitor your APIs with Azure API Management, Event Hubs, and Moesif](api-management-log-to-eventhub-sample.md)
6767
* Learn more about [integration with Azure Application Insights](api-management-howto-app-insights.md)

0 commit comments

Comments
 (0)