You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/api-management-howto-use-managed-service-identity.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@ You can grant two types of identities to an API Management instance:
36
36
To set up a managed identity in the Azure portal, you create an API Management instance and then enable the feature.
37
37
38
38
1. Create an API Management instance in the portal as you normally would. Go to it in the portal.
39
-
2. In the left menu, under **Security**, select **Managed identities**.
40
-
3. On the **System assigned** tab, change the **Status** to **On**. Select **Save**.
39
+
1. In the left menu, under **Security**, select **Managed identities**.
40
+
1. On the **System assigned** tab, change the **Status** to **On**. Select **Save**.
41
41
42
42
:::image type="content" source="./media/api-management-howto-use-managed-service-identity/enable-system-identity.png" alt-text="Screenshot that shows how to enable a system-assigned managed identity." border="true":::
43
43
@@ -49,7 +49,7 @@ The following steps lead you through creating an API Management instance and ass
49
49
50
50
1. If you need to, install Azure PowerShell by following the instructions in the [Azure PowerShell guide](/powershell/azure/install-azure-powershell). Then run `Connect-AzAccount` to create a connection with Azure.
51
51
52
-
2. Use the following code to create an instance with a system-assigned managed identity. For more examples of how to use Azure PowerShell with API Management, see [API Management PowerShell samples](powershell-samples.md).
52
+
1. Use the following code to create an instance with a system-assigned managed identity. For more examples of how to use Azure PowerShell with API Management, see [API Management PowerShell samples](powershell-samples.md).
53
53
54
54
```azurepowershell-interactive
55
55
# Create a resource group.
@@ -147,7 +147,7 @@ The following example shows an ARM template that uses the system-assigned manage
147
147
148
148
#### Prerequisites
149
149
150
-
* An API Management instance that's configured with a system-assigned managed identity. To create the instance, you can use an [Azure quickstart template](https://azure.microsoft.com/resources/templates/api-management-create-with-msi/).
150
+
* An API Management instance that's configured with a system-assigned managed identity. To create the instance, you can use an [Azure Quickstart Template](https://azure.microsoft.com/resources/templates/api-management-create-with-msi/).
151
151
* A Key Vault instance in the same resource group. The instance must host a certificate that will be used as a custom domain certificate in API Management.
152
152
153
153
The template contains the following steps.
@@ -333,9 +333,9 @@ You can configure and use a system-assigned managed identity to access an event
333
333
To set up a managed identity in the portal, you must first create an API Management instance and [create a user-assigned identity](../active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md). Then complete the following steps.
334
334
335
335
1. Go to your API Management instance in the portal.
336
-
2. In the left menu, under **Security**, select **Managed identities**.
337
-
3. On the **User assigned** tab, select **Add**.
338
-
4. Search for the identity that you created earlier and select it. Select **Add**.
336
+
1. In the left menu, under **Security**, select **Managed identities**.
337
+
1. On the **User assigned** tab, select **Add**.
338
+
1. Search for the identity that you created earlier and select it. Select **Add**.
339
339
340
340
:::image type="content" source="./media/api-management-howto-use-managed-service-identity/enable-user-assigned-identity.png" alt-text="Screenshot that shows how to enable a user-assigned managed identity." border="true" lightbox="./media/api-management-howto-use-managed-service-identity/enable-user-assigned-identity.png":::
0 commit comments