Skip to content

Commit 62541dc

Browse files
Merge pull request #222083 from dlepow/ehmsi
[APIM] Updates to Event Hub article
2 parents ffbbd4b + b3406c9 commit 62541dc

10 files changed

+236
-60
lines changed

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

Lines changed: 226 additions & 58 deletions
Large diffs are not rendered by default.

articles/api-management/api-management-howto-use-managed-service-identity.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Use managed identities in Azure API Management | Microsoft Docs
3-
description: Learn how to create system-assigned and user-assigned identities in API Management by using the Azure portal, PowerShell, and a Resource Manager template.
3+
description: Learn how to create system-assigned and user-assigned identities in API Management by using the Azure portal, PowerShell, and a Resource Manager template. Learn about supported scenarios with managed identities.
44
services: api-management
55
documentationcenter: ''
66
author: dlepow
77

88
ms.service: api-management
99
ms.topic: how-to
10-
ms.date: 04/05/2022
10+
ms.date: 03/31/2023
1111
ms.author: danlep
1212
ms.custom: devx-track-azurepowershell
1313
---
@@ -315,6 +315,10 @@ API Management is a trusted Microsoft service to the following resources. This a
315315
|Azure Service Bus | [Trusted-access-to-azure-service-bus](../service-bus-messaging/service-bus-ip-filtering.md#trusted-microsoft-services)|
316316
|Azure Event Hubs | [Trusted-access-to-azure-event-hub](../event-hubs/event-hubs-ip-filtering.md#trusted-microsoft-services)|
317317

318+
### Log events to an event hub
319+
320+
You can configure and use a system-assigned managed identity to access an event hub for logging events from an API Management instance. For more information, see [How to log events to Azure Event Hubs in Azure API Management](api-management-howto-log-event-hubs.md).
321+
318322
## Create a user-assigned managed identity
319323

320324
> [!NOTE]
@@ -474,6 +478,10 @@ You can use a user-assigned managed identity to access Azure Key Vault to store
474478

475479
You can use the user-assigned identity to authenticate to a backend service through the [authentication-managed-identity](authentication-managed-identity-policy.md) policy.
476480

481+
### Log events to an event hub
482+
483+
You can configure and use a user-assigned managed identity to access an event hub for logging events from an API Management instance. For more information, see [How to log events to Azure Event Hubs in Azure API Management](api-management-howto-log-event-hubs.md).
484+
477485
## <a name="remove"></a>Remove an identity
478486

479487
You can remove a system-assigned identity by disabling the feature through the portal or the Azure Resource Manager template in the same way that it was created. User-assigned identities can be removed individually. To remove all identities, set the identity type to `"None"`.
Binary file not shown.

0 commit comments

Comments
 (0)