Skip to content

Commit 66e41fe

Browse files
committed
[APIM] Fix broken links
1 parent 23c79af commit 66e41fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/api-management/api-management-howto-app-insights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can easily integrate Azure Application Insights with Azure API Management. A
3737

3838
* If you enable a user-assigned managed identity, take note of the identity's **Client ID**.
3939

40-
1. Assign the identity the **Monitoring Metrics Publisher** role, scoped to the Application Insights resource. To assign the role, use the [Azure portal](../active-directory/managed-identities-azure-resources/howto-assign-access-portal.md) or other Azure tools.
40+
1. Assign the identity the **Monitoring Metrics Publisher** role, scoped to the Application Insights resource. To assign the role, use the [Azure portal](../role-based-access-control/role-assignments-portal.yml) or other Azure tools.
4141

4242
## Scenario overview
4343

articles/api-management/api-management-howto-disaster-recovery-backup-restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Azure generates two 512-bit storage account access keys for each storage account
5858

5959
* If you enable a user-assigned managed identity, take note of the identity's **Client ID**.
6060
* If you will back up and restore to different API Management instances, enable a managed identity in both the source and target instances.
61-
1. Assign the identity the **Storage Blob Data Contributor** role, scoped to the storage account used for backup and restore. To assign the role, use the [Azure portal](../active-directory/managed-identities-azure-resources/howto-assign-access-portal.md) or other Azure tools.
61+
1. Assign the identity the **Storage Blob Data Contributor** role, scoped to the storage account used for backup and restore. To assign the role, use the [Azure portal](../role-based-access-control/role-assignments-portal.yml) or other Azure tools.
6262

6363

6464
## Back up an API Management service

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To create an Event Hubs connection string, see [Get an Event Hubs connection str
5050

5151
* If you enable a user-assigned managed identity, take note of the identity's **Client ID**.
5252

53-
1. Assign the identity the **Azure Event Hubs Data sender** role, scoped to the Event Hubs namespace or to the event hub used for logging. To assign the role, use the [Azure portal](../active-directory/managed-identities-azure-resources/howto-assign-access-portal.md) or other Azure tools.
53+
1. Assign the identity the **Azure Event Hubs Data sender** role, scoped to the Event Hubs namespace or to the event hub used for logging. To assign the role, use the [Azure portal](../role-based-access-control/role-assignments-portal.yml) or other Azure tools.
5454

5555
## Create an API Management logger
5656
The next step is to configure a [logger](/rest/api/apimanagement/current-ga/logger) in your API Management service so that it can log events to the event hub.

0 commit comments

Comments
 (0)