Skip to content

Commit b94fa1e

Browse files
authored
Merge pull request #193365 from Shiny11A/SP-1890464-Quickstart-Create-newAzure-API-Management-VisualStudioCode
SP-1890464-Quickstart-Create-newAzure-API-Management-VisualStudioCode
2 parents a2cd772 + 1c79896 commit b94fa1e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed
62.5 KB
Loading
Loading

articles/api-management/vscode-create-service-instance.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ ms.workload: integration
66
author: dlepow
77
ms.author: danlep
88
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
1111
---
1212

1313
# Quickstart: Create a new Azure API Management service instance using Visual Studio Code
1414

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.
1616

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.
1818

1919
## Prerequisites
2020

2121
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
2222

23-
Additionally, ensure you have installed the following:
23+
Also, ensure you've installed the following:
2424

2525
- [Visual Studio Code](https://code.visualstudio.com/)
2626

@@ -42,26 +42,26 @@ Right-click on the subscription you'd like to use, and select **Create API Manag
4242

4343
![Create API Management wizard in VS Code](./media/vscode-create-service-instance/vscode-apim-create.png)
4444

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.
4646

4747
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.
4848

4949
> [!TIP]
5050
> 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.
5151
>
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.
5353
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.
5555

56-
![Newly created API Management instance in VS Code API Management extension pane](./media/vscode-create-service-instance/vscode-apim-instance.png)
56+
![Newly created API Management instance in VS Code API Management extension pane](./media/vscode-create-service-instance/visual-studio-code-api-management-instance-updated.png)
5757

5858
## Clean up resources
5959

6060
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.
6161

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).
6363

64-
![Delete API Management instance from VS Code](./media/vscode-create-service-instance/vscode-apim-delete.png)
64+
![Delete API Management instance from VS Code](./media/vscode-create-service-instance/visual-studio-code-api-management-delete-updated.png)
6565

6666
## Next steps
6767

0 commit comments

Comments
 (0)