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/vscode-create-service-instance.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,21 @@ ms.workload: integration
6
6
author: dlepow
7
7
ms.author: danlep
8
8
ms.topic: quickstart
9
-
ms.date: 09/14/2020
10
-
ms.custom: mode-api
9
+
ms.date: 04/26/2022
10
+
ms.custom: mode-api, devdivchpfy22
11
11
---
12
12
13
13
# Quickstart: Create a new Azure API Management service instance using Visual Studio Code
14
14
15
-
Azure API Management (APIM) helps organizations publish APIs to external, partner, and internal developers to unlock the potential of their data and services. API Management provides the core competencies to ensure a successful API program through developer engagement, business insights, analytics, security, and protection. APIM enables you to create and manage modern API gateways for existing backend services hosted anywhere. For more information, see the [Overview](api-management-key-concepts.md) topic.
15
+
Azure API Management (APIM) helps organizations publish APIs to external, partner, and internal developers to unlock the potential of their data and services. API Management provides the core competencies to ensure a successful API program through developer engagement, business insights, analytics, security, and protection. APIM lets you create and manage modern API gateways for existing backend services hosted anywhere. For more information, see the [Overview](api-management-key-concepts.md) topic.
16
16
17
-
This quickstart describes the steps for creating a new API Management instance using the *Azure API Management Extension* for Visual Studio Code. You can also use the extension to perform common management operations on your API Management instance.
17
+
This quickstart describes the steps to create a new API Management instance using the *Azure API Management Extension* for Visual Studio Code. You can also use the extension to do common management actions on your API Management instance.
Additionally, ensure you have installed the following:
23
+
Also, ensure you've installed the following:
24
24
25
25
-[Visual Studio Code](https://code.visualstudio.com/)
26
26
@@ -42,26 +42,26 @@ Right-click on the subscription you'd like to use, and select **Create API Manag
42
42
43
43

44
44
45
-
In the pane that opens, supply a name for the new API Management instance. It must be globally unique within Azure and consist of 1-50 alphanumeric characters and/or hyphens, and start with a letter and end with an alphanumeric.
45
+
In the pane that opens, supply a name for the new API Management instance. It must be globally unique within Azure and consist of 1-50 alphanumeric characters and/or hyphens. It should also start with a letter and end with an alphanumeric character.
46
46
47
47
A new API Management instance (and parent resource group) will be created with the specified name. By default, the instance is created in the *West US* region with *Consumption* SKU.
48
48
49
49
> [!TIP]
50
50
> If you enable **Advanced Creation** in the *Azure API Management Extension Settings*, you can also specify an [API Management SKU](https://azure.microsoft.com/pricing/details/api-management/), [Azure region](https://status.azure.com/en-us/status), and a [resource group](../azure-resource-manager/management/overview.md) to deploy your API Management instance.
51
51
>
52
-
> While the *Consumption* SKU takes less than a minute to provision, other SKUs typically take 30-40 minutes to create.
52
+
> While the *Consumption* SKU takes less than a minute to set up, other SKUs typically take 30-40 minutes to create.
53
53
54
-
At this point, you're ready to import and publish your first API. You can do that and also perform common API Management operations within the extension for Visual Studio Code. See [the tutorial](visual-studio-code-tutorial.md) for more.
54
+
At this point, you're ready to import and publish your first API. You can do that and also do common API Management actions within the extension for Visual Studio Code. See [the tutorial](visual-studio-code-tutorial.md) for more.
55
55
56
-

56
+

57
57
58
58
## Clean up resources
59
59
60
60
When no longer needed, remove the API Management instance by right-clicking and selecting **Open in Portal** to [delete the API Management service](get-started-create-service-instance.md#clean-up-resources) and its resource group.
61
61
62
-
Alternately, you can select **Delete API Management** to only delete the API Management instance (this operation doesn't delete its resource group).
62
+
Alternately, you can select **Delete API Management** to only delete the API Management instance (this action doesn't delete its resource group).
63
63
64
-

64
+

0 commit comments