Skip to content

Commit 2f418c7

Browse files
committed
Add article
1 parent fc2fed6 commit 2f418c7

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

articles/api-management/quickstart-bicep.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Quickstart - Create Azure API Management instance - Bicep
2+
title: "Quickstart: Create Azure API Management instance by using Bicep"
33
description: Use this quickstart to create an Azure API Management instance in the Developer tier by using Bicep.
44
services: azure-resource-manager
55
author: mumian
@@ -8,10 +8,10 @@ tags: azure-resource-manager, bicep
88
ms.custom: devx-track-bicep, subject-bicepqs, devx-track-azurecli, devx-track-azurepowershell
99
ms.topic: quickstart-bicep
1010
ms.author: jgao
11-
ms.date: 03/25/2024
11+
ms.date: 02/24/2026
1212
---
1313

14-
# Quickstart: Create a new Azure API Management service instance using Bicep
14+
# Quickstart: Create a new Azure API Management instance by using Bicep
1515

1616
[!INCLUDE [api-management-availability-all-tiers](../../includes/api-management-availability-all-tiers.md)]
1717

@@ -31,30 +31,32 @@ This quickstart describes how to use a Bicep file to create an Azure API Managem
3131

3232
- For Azure PowerShell:
3333

34-
3534
[!INCLUDE [azure-powershell-requirements-no-header](~/reusable-content/ce-skilling/azure/includes/azure-powershell-requirements-no-header.md)]
3635

3736
## Review the Bicep file
3837

39-
The Bicep file used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/azure-api-management-create/).
38+
The Bicep file used in this quickstart is from [Azure quickstart templates](/samples/azure/azure-quickstart-templates/azure-api-management-create/).
4039

4140
:::code language="bicep" source="~/quickstart-templates/quickstarts/microsoft.apimanagement/azure-api-management-create/main.bicep":::
4241

4342
The following resource is defined in the Bicep file:
4443

45-
- **[Microsoft.ApiManagement/service](/azure/templates/microsoft.apimanagement/service)**
44+
- [Microsoft.ApiManagement/service](/azure/templates/microsoft.apimanagement/service)
4645

4746
In this example, the Bicep file by default configures the API Management instance in the Developer tier, an economical option to evaluate Azure API Management. This tier isn't for production use.
4847

49-
More Azure API Management Bicep samples can be found in [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Apimanagement&pageNumber=1&sort=Popular).
48+
More Azure API Management Bicep samples can be found in [Azure quickstart templates](/samples/browse/?terms=api%20management&languages=bicep).
5049

5150
## Deploy the Bicep file
5251

53-
You can use Azure CLI or Azure PowerShell to deploy the Bicep file. For more information about deploying Bicep files, see [Deploy](../azure-resource-manager/bicep/deploy-cli.md).
52+
You can use Azure CLI or Azure PowerShell to deploy the Bicep file. For more information about deploying Bicep files, see [Deploy Bicep files with the Azure CLI](../azure-resource-manager/bicep/deploy-cli.md).
53+
54+
1. Save the Bicep file as *main.bicep* to your local computer.
5455

55-
1. Save the Bicep file as **main.bicep** to your local computer.
5656
1. Deploy the Bicep file using either Azure CLI or Azure PowerShell.
5757

58+
Replace *\<publisher-name\>* and *\<publisher-email\>* with your organization's name and your email address to receive notifications.
59+
5860
# [CLI](#tab/CLI)
5961

6062
```azurecli
@@ -73,16 +75,14 @@ You can use Azure CLI or Azure PowerShell to deploy the Bicep file. For more in
7375
7476
---
7577
76-
Replace **\<publisher-name\>** and **\<publisher-email\>** with the name of the API publisher's organization and the email address to receive notifications.
77-
7878
When the deployment finishes, you should see a message indicating the deployment succeeded.
7979
8080
> [!TIP]
8181
> It can take between 30 and 40 minutes to create and activate an API Management service in the Developer tier. Times vary by tier.
8282
8383
## Review deployed resources
8484
85-
Use the Azure portal, Azure CLI or Azure PowerShell to list the deployed App Configuration resource in the resource group.
85+
Use the Azure portal, Azure CLI, or Azure PowerShell to list the deployed App Configuration resource in the resource group.
8686
8787
# [CLI](#tab/CLI)
8888
@@ -118,7 +118,7 @@ Remove-AzResourceGroup -Name exampleRG
118118

119119
---
120120

121-
## Next steps
121+
## Next step
122122

123123
> [!div class="nextstepaction"]
124124
> [Tutorial: Import and publish your first API](import-and-publish.md)

0 commit comments

Comments
 (0)