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/get-started-create-service-instance.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: dlepow
5
5
ms.service: azure-api-management
6
6
ms.topic: quickstart
7
7
ms.custom: mvc, mode-portal, devdivchpfy22
8
-
ms.date: 12/11/2023
8
+
ms.date: 03/03/2025
9
9
ms.author: danlep
10
10
---
11
11
@@ -46,12 +46,16 @@ Sign in to the [Azure portal](https://portal.azure.com).
46
46
|**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). |
47
47
|**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. |
48
48
|**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 a good choice to evaluate the service. Depending on the tier, it can take some time to deploy API Management. |
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. |
50
51
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 additional costs. For example, you can select **Log Analytics** to define a workspace as a destination for API Management logs.
52
53
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. This identity can be used to authenticate to other Azure services, such as Azure Key Vault, without needing to manage 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**.
0 commit comments