|
1 | 1 | ---
|
2 | 2 | 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. |
4 | 4 | services: api-management
|
5 | 5 | documentationcenter: ''
|
6 | 6 | author: dlepow
|
7 | 7 |
|
8 | 8 | ms.service: api-management
|
9 | 9 | ms.topic: how-to
|
10 |
| -ms.date: 04/05/2022 |
| 10 | +ms.date: 03/31/2023 |
11 | 11 | ms.author: danlep
|
12 | 12 | ms.custom: devx-track-azurepowershell
|
13 | 13 | ---
|
@@ -315,6 +315,10 @@ API Management is a trusted Microsoft service to the following resources. This a
|
315 | 315 | |Azure Service Bus | [Trusted-access-to-azure-service-bus](../service-bus-messaging/service-bus-ip-filtering.md#trusted-microsoft-services)|
|
316 | 316 | |Azure Event Hubs | [Trusted-access-to-azure-event-hub](../event-hubs/event-hubs-ip-filtering.md#trusted-microsoft-services)|
|
317 | 317 |
|
| 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 | + |
318 | 322 | ## Create a user-assigned managed identity
|
319 | 323 |
|
320 | 324 | > [!NOTE]
|
@@ -474,6 +478,10 @@ You can use a user-assigned managed identity to access Azure Key Vault to store
|
474 | 478 |
|
475 | 479 | You can use the user-assigned identity to authenticate to a backend service through the [authentication-managed-identity](authentication-managed-identity-policy.md) policy.
|
476 | 480 |
|
| 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 | + |
477 | 485 | ## <a name="remove"></a>Remove an identity
|
478 | 486 |
|
479 | 487 | 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"`.
|
|
0 commit comments