|
2 | 2 | title: Tutorial - Create and publish a product in Azure API Management |
3 | 3 | 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. |
4 | 4 | ms.topic: tutorial |
5 | | -ms.date: 10/21/2024 |
| 5 | +ms.date: 10/22/2024 |
6 | 6 | ms.custom: devdivchpfy22, devx-track-azurecli |
7 | 7 | ms.service: azure-api-management |
8 | 8 | author: dlepow |
@@ -212,7 +212,7 @@ Advance to the next tutorial: |
212 | 212 |
|
213 | 213 | :::zone pivot="terraform" |
214 | 214 |
|
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. |
216 | 216 |
|
217 | 217 | [!INCLUDE [About Terraform](~/azure-dev-docs-pr/articles/terraform/includes/abstract.md)] |
218 | 218 |
|
@@ -244,16 +244,16 @@ In this article, you use Terraform to create an Azure API Management instance, a |
244 | 244 |
|
245 | 245 | 1. Create a directory in which to test and run the sample Terraform code and make it the current directory. |
246 | 246 |
|
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: |
248 | 248 | :::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-api-management-create-with-api/main.tf"::: |
249 | 249 |
|
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: |
251 | 251 | :::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-api-management-create-with-api/outputs.tf"::: |
252 | 252 |
|
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: |
254 | 254 | :::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-api-management-create-with-api/providers.tf"::: |
255 | 255 |
|
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: |
257 | 257 | :::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-api-management-create-with-api/variables.tf"::: |
258 | 258 |
|
259 | 259 | ## Initialize Terraform |
|
0 commit comments