Skip to content

Commit 4e6b6b1

Browse files
committed
updates4
1 parent 0b23d55 commit 4e6b6b1

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed

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

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -217,25 +217,15 @@ In this article, you use Terraform to create an Azure API Management instance, a
217217
[!INCLUDE [About Terraform](~/azure-dev-docs-pr/articles/terraform/includes/abstract.md)]
218218

219219
> [!div class="checklist"]
220-
> * Generate a random name for the resource group.
221-
> * Create a resource group in a specified location with the generated name.
222-
> * Generate a random name for the API Management service.
223-
> * Create an API Management service with the generated name, in the created resource group.
224-
> * Generate a random name for the API.
225-
> * Generate a random content value.
226-
> * Create an API with the generated name and content value, in the created resource group and API Management service.
227-
> * Generate a random name for the product.
228-
> * Create a product with the generated name, in the created resource group and API Management service.
229-
> * Generate a random name for the group.
230-
> * Create a group with the generated name, in the created resource group and API Management service.
231-
> * Associate the created API with the created product.
232-
> * Associate the created group with the created product.
233-
> * Output the names of the created resource group, API Management service, API, product, and group.
234-
> * Output the ID, gateway URL, and public IP addresses of the created API Management service.
235-
> * Output the IDs, state, and version outputs of the created APIs.
236-
> * Output the ID of the created product.
237-
> * Output the ID of the association between the created product and API.
238-
> * Output the ID of the association between the created product and group.
220+
>
221+
> * Create a resource group with a randomized name.
222+
> * Create an API Management service with a randomized name.
223+
> * Create an API with a randomized name.
224+
> * Create a product with a randomized name in the API Management service.
225+
> * Create a group with a randomized name.
226+
> * Associate the API with the product.
227+
> * Associate the group with the product.
228+
> * Output the randomized values such as the names of the resource group, API Management service, API, product, and group.
239229
> * Specify the required version of Terraform and the required providers.
240230
> * Define variables for the resource group name prefix, resource group location, and the content format and value for the API definition import.
241231

0 commit comments

Comments
 (0)