Skip to content

Commit 9e1a838

Browse files
committed
links from managed identity article
1 parent 1547c7f commit 9e1a838

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

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

Lines changed: 11 additions & 3 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: 01/18/2023
1111
ms.author: danlep
1212
ms.custom: devx-track-azurepowershell
1313
---
@@ -313,7 +313,11 @@ API Management is a trusted Microsoft service to the following resources. This a
313313
|Azure Key Vault | [Trusted-access-to-azure-key-vault](../key-vault/general/overview-vnet-service-endpoints.md#trusted-services)|
314314
|Azure Storage | [Trusted-access-to-azure-storage](../storage/common/storage-network-security.md?tabs=azure-portal#trusted-access-based-on-system-assigned-managed-identity)|
315315
|Azure Service Bus | [Trusted-access-to-azure-service-bus](../service-bus-messaging/service-bus-ip-filtering.md#trusted-microsoft-services)|
316-
|Azure Event Hubs | [Trused-access-to-azure-event-hub](../event-hubs/event-hubs-ip-filtering.md#trusted-microsoft-services)|
316+
|Azure Event Hubs | [Trusted-access-to-azure-event-hub](../event-hubs/event-hubs-ip-filtering.md#trusted-microsoft-services)|
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).
317321

318322
## Create a user-assigned managed identity
319323

@@ -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 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).
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"`.

0 commit comments

Comments
 (0)