Skip to content

Commit 33769b3

Browse files
committed
updates7
1 parent d2b798c commit 33769b3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tutorial - Create and publish a product in Azure API Management
33
description: In this tutorial, you create and publish a product in Azure API Management. Once it's published, developers can begin to use the product's APIs.
44
ms.topic: tutorial
5-
ms.date: 10/21/2024
5+
ms.date: 10/22/2024
66
ms.custom: devdivchpfy22, devx-track-azurecli
77
ms.service: azure-api-management
88
author: dlepow
@@ -212,7 +212,7 @@ Advance to the next tutorial:
212212

213213
:::zone pivot="terraform"
214214

215-
In this article, you use Terraform to create an Azure API Management instance, an API, a product, a group, and associations between the product and the API, and the product and the group.
215+
In this article, you use Terraform to create an Azure API Management instance, an API, a product, a group, and associations between the product and the API, and the product and the group.
216216

217217
[!INCLUDE [About Terraform](~/azure-dev-docs-pr/articles/terraform/includes/abstract.md)]
218218

@@ -244,16 +244,16 @@ In this article, you use Terraform to create an Azure API Management instance, a
244244
245245
1. Create a directory in which to test and run the sample Terraform code and make it the current directory.
246246

247-
1. Create a file named `main.tf` and insert the following code:
247+
1. Create a file named `main.tf`, and insert the following code:
248248
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-api-management-create-with-api/main.tf":::
249249

250-
1. Create a file named `outputs.tf` and insert the following code:
250+
1. Create a file named `outputs.tf`, and insert the following code:
251251
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-api-management-create-with-api/outputs.tf":::
252252

253-
1. Create a file named `providers.tf` and insert the following code:
253+
1. Create a file named `providers.tf`, and insert the following code:
254254
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-api-management-create-with-api/providers.tf":::
255255

256-
1. Create a file named `variables.tf` and insert the following code:
256+
1. Create a file named `variables.tf`, and insert the following code:
257257
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-api-management-create-with-api/variables.tf":::
258258

259259
## Initialize Terraform

0 commit comments

Comments
 (0)