Skip to content

Commit c7d3cbd

Browse files
committed
[APIM] Linter pilot - Psh quickstart
1 parent c15f4ee commit c7d3cbd

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

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

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
11
---
2-
title: Quickstart - Create Azure API Management instance using PowerShell | Microsoft Docs
3-
description: Create a new Azure API Management instance by using Azure PowerShell.
2+
title: Quickstart - Create API Management instance - PowerShell
3+
description: Use this quickstart to create a new Azure API Management instance by using Azure PowerShell cmdlets.
44
services: api-management
5-
documentationcenter: ''
65
author: dlepow
76
ms.service: api-management
87
ms.topic: quickstart
98
ms.custom: mvc, devx-track-azurepowershell, mode-api, devdivchpfy22
10-
ms.date: 03/30/2022
9+
ms.date: 09/21/2022
1110
ms.author: danlep
1211
---
1312

1413
# Quickstart: Create a new Azure API Management service instance by using PowerShell
1514

16-
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).
15+
In this quickstart, you create a new API Management instance by using Azure PowerShell cmdlets.
1716

18-
This quickstart describes the steps for creating a new API Management instance by using Azure PowerShell cmdlets.
17+
Azure API Management 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. API Management lets you create and manage modern API gateways for existing backend services hosted anywhere.
1918

20-
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
19+
## Prerequisites
2120

22-
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
21+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2322

24-
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
23+
- Azure Cloud Shell or Azure PowerShell
24+
25+
[!INCLUDE [cloud-shell-try-it-no-header](../../includes/cloud-shell-try-it-no-header.md)]
26+
27+
If you choose to install and use the PowerShell locally, this quickstart requires the Azure PowerShell module version 1.0 or later. Run `Get-Module -ListAvailable Az` to find the version. If you need to upgrade, see [Install Azure PowerShell module](/powershell/azure/install-Az-ps). If you're running PowerShell locally, you also need to run `Connect-AzAccount` to create a connection with Azure.
2528

26-
If you choose to install and use the PowerShell locally, this tutorial requires the Azure PowerShell module version 1.0 or later. Run `Get-Module -ListAvailable Az` to find the version. If you need to upgrade, see [Install Azure PowerShell module](/powershell/azure/install-Az-ps). If you're running PowerShell locally, you also need to run `Connect-AzAccount` to create a connection with Azure.
2729

2830
## Create resource group
2931

@@ -35,7 +37,7 @@ The following command creates a resource group named *myResourceGroup* in the We
3537
New-AzResourceGroup -Name myResourceGroup -Location WestUS
3638
```
3739

38-
## Create an API Management service
40+
## Create an API Management instance
3941

4042
Now that you have a resource group, you can create an API Management service instance. Create one by using [New-AzApiManagement](/powershell/module/az.apimanagement/new-azapimanagement) and provide a service name and publisher details. The service name must be unique within Azure.
4143

@@ -67,7 +69,7 @@ Name : myapim
6769
Location : West US
6870
Sku : Developer
6971
Capacity : 1
70-
CreatedTimeUtc : 9/9/2020 9:07:43 PM
72+
CreatedTimeUtc : 9/9/2022 9:07:43 PM
7173
ProvisioningState : Succeeded
7274
RuntimeUrl : https://myapim.azure-api.net
7375
RuntimeRegionalUrl : https://myapi-westus-01.regional.azure-api.net

0 commit comments

Comments
 (0)