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
In this example, the Bicep file configures the API Management instance in the Developer tier, an economical option to evaluate Azure API Management. This tier isn't for production use.
34
+
33
35
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).
34
36
35
37
## Deploy the Bicep file
36
38
39
+
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).
40
+
37
41
1. Save the Bicep file as **main.bicep** to your local computer.
38
42
1. Deploy the Bicep file using either Azure CLI or Azure PowerShell.
39
43
@@ -55,22 +59,24 @@ More Azure API Management Bicep samples can be found in [Azure Quickstart Templa
55
59
56
60
---
57
61
62
+
Replace **/<publisher-name>** and **/<publisher-email> with the name of the API publisher's organization and the email address to receive notifications.
63
+
58
64
When the deployment finishes, you should see a message indicating the deployment succeeded.
59
65
60
66
## Review deployed resources
61
67
62
-
Use the Azure portal, Azure CLI or Azure PowerShell to list the deployed resources.
68
+
Use the Azure portal, Azure CLI or Azure PowerShell to list the deployed App Configuration resource in the resource group.
63
69
64
70
# [CLI](#tab/CLI)
65
71
66
72
```azurecli-interactive
67
-
az apim show --name <api-management-name> --resource-group exampleRG
0 commit comments