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
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/).
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.
48
47
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).
50
49
51
50
## Deploy the Bicep file
52
51
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.
54
55
55
-
1. Save the Bicep file as **main.bicep** to your local computer.
56
56
1. Deploy the Bicep file using either Azure CLI or Azure PowerShell.
57
57
58
+
Replace *\<publisher-name\>* and *\<publisher-email\>* with your organization's name and your email address to receive notifications.
59
+
58
60
# [CLI](#tab/CLI)
59
61
60
62
```azurecli
@@ -73,16 +75,14 @@ You can use Azure CLI or Azure PowerShell to deploy the Bicep file. For more in
73
75
74
76
---
75
77
76
-
Replace **\<publisher-name\>** and **\<publisher-email\>** with the name of the API publisher's organization and the email address to receive notifications.
77
-
78
78
When the deployment finishes, you should see a message indicating the deployment succeeded.
79
79
80
80
> [!TIP]
81
81
> It can take between 30 and 40 minutes to create and activate an API Management service in the Developer tier. Times vary by tier.
82
82
83
83
## Review deployed resources
84
84
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.
0 commit comments