Skip to content

Commit cfb8a81

Browse files
committed
updates5
1 parent 4e6b6b1 commit cfb8a81

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

articles/api-management/api-management-howto-add-products.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ In this article, you use Terraform to create an Azure API Management instance, a
218218

219219
> [!div class="checklist"]
220220
>
221+
> * Specify the required version of Terraform and the required providers.
222+
> * Define variables for the resource group name prefix, resource group location, and the content format and value for the API definition import.
221223
> * Create a resource group with a randomized name.
222224
> * Create an API Management service with a randomized name.
223225
> * Create an API with a randomized name.
@@ -226,8 +228,6 @@ In this article, you use Terraform to create an Azure API Management instance, a
226228
> * Associate the API with the product.
227229
> * Associate the group with the product.
228230
> * Output the randomized values such as the names of the resource group, API Management service, API, product, and group.
229-
> * Specify the required version of Terraform and the required providers.
230-
> * Define variables for the resource group name prefix, resource group location, and the content format and value for the API definition import.
231231
232232
## Prerequisites
233233

@@ -270,9 +270,13 @@ In this article, you use Terraform to create an Azure API Management instance, a
270270

271271
## Verify the results
272272

273-
Run [`az apim show`](/cli/azure/apim#az-apim-show) to view the Azure API Management.
273+
Run [`az apim show`](/cli/azure/apim#az-apim-show) to view the Azure API Management:
274274

275-
The placeholders in the code block that must be changed are `<resource_group_name_prefix>`, `<resource_group_location>`, `<open_api_spec_content_format>`, and `<open_api_spec_content_value>`.
275+
```azurecli
276+
277+
az apim show --<apim_service_name> --<resource_group_name>
278+
279+
```
276280

277281
## Clean up resources
278282

0 commit comments

Comments
 (0)