Skip to content

Commit 1d00cb7

Browse files
authored
Merge pull request #295702 from dlepow/apimmsi
[APIM] Update create APIM - MSI
2 parents ec681ef + d884179 commit 1d00cb7

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

articles/api-management/get-started-create-service-instance.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: dlepow
55
ms.service: azure-api-management
66
ms.topic: quickstart
77
ms.custom: mvc, mode-portal, devdivchpfy22
8-
ms.date: 12/11/2023
8+
ms.date: 03/12/2025
99
ms.author: danlep
1010
---
1111

@@ -46,12 +46,16 @@ Sign in to the [Azure portal](https://portal.azure.com).
4646
| **Resource name** | A unique name for your API Management instance. The name can't be changed later. The service name refers to both the service and the corresponding Azure resource. <br/><br/> The service name is used to generate a default domain name: *\<name\>.azure-api.net.* If you would like to configure a custom domain name later, see [Configure a custom domain](configure-custom-domain.md). |
4747
| **Organization name** | The name of your organization. This name is used in many places, including the title of the developer portal and sender of notification emails. |
4848
| **Administrator email** | The email address to which all system notifications from **API Management** will be sent. |
49-
| **Pricing tier** | Select **Developer** tier to evaluate the service. This tier isn't for production use. For more information about scaling the API Management tiers, see [upgrade and scale](upgrade-and-scale.md). |
49+
| **Pricing tier** | Select a [tier](api-management-features.md) with the features you need. The **Basic v2** tier is an economical choice for development and testing scenarios and is deployed in a few minutes. |
50+
| **Units** | The number of units of capacity for the selected pricing tier. For evaluating API Management, you can accept the default value of 1 unit. |
5051

51-
1. Select **Review + create**.
52+
1. On the **Monitor + secure** tab, optionally select one or more recommended add-in services to use with API Management. These services incur extra costs. For example, select **Log Analytics** to define a Log Analytics workspace you can target for API Management logs.
5253

53-
> [!TIP]
54-
> It can take 30 to 40 minutes to create and activate an API Management service in this tier. To quickly find a newly created service, select **Pin to dashboard**.
54+
1. On the **Managed identity** tab, we recommend selecting the checkbox to enable a system-assigned identity for your API Management instance. A managed identity generated by Microsoft Entra ID allows your API Management instance to easily and securely access other Microsoft Entra protected resources, such as Azure Key Vault. Azure manages this identity, so you don't have to provision or rotate any credentials.
55+
56+
1. Optionally, on the **Tags** tab, add tags to your API Management instance. Tags are key-value pairs that help you organize and manage your Azure resources.
57+
58+
1. On the **Review + install** tab, review the settings you selected. If you need to make changes, go back to the previous tabs. If everything looks good, select **Create**.
5559

5660
[!INCLUDE [api-management-navigate-to-instance](../../includes/api-management-navigate-to-instance.md)]
5761

153 KB
Loading
Loading

0 commit comments

Comments
 (0)