Skip to content

Commit 0b23d55

Browse files
committed
updates3
1 parent ed0036c commit 0b23d55

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,10 @@ 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. Azure API Management is a fully managed service that helps developers publish, secure, transform, maintain, and monitor APIs. It provides a unified management experience and full observability across all internal and external APIs. The service is scalable and helps protect your APIs from unauthorized access with keys, tokens, IP filtering, and more. It's used to connect applications and services through APIs, allowing different software systems to communicate with each other.
216+
217+
[!INCLUDE [About Terraform](~/azure-dev-docs-pr/articles/terraform/includes/abstract.md)]
218+
215219
> [!div class="checklist"]
216220
> * Generate a random name for the resource group.
217221
> * Create a resource group in a specified location with the generated name.
@@ -251,16 +255,16 @@ Advance to the next tutorial:
251255
1. Create a directory in which to test and run the sample Terraform code and make it the current directory.
252256

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

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

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

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

265269
## Initialize Terraform
266270

@@ -276,14 +280,10 @@ Advance to the next tutorial:
276280

277281
## Verify the results
278282

279-
### [Azure CLI](#tab/azure-cli)
280-
281283
Run [`az apim show`](/cli/azure/apim#az-apim-show) to view the Azure API Management.
282284

283285
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>`.
284286

285-
---
286-
287287
## Clean up resources
288288

289289
[!INCLUDE [terraform-plan-destroy.md](~/azure-dev-docs-pr/articles/terraform/includes/terraform-plan-destroy.md)]

articles/zone-pivot-groups.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,12 +1686,12 @@ groups:
16861686
title: Azure CLI
16871687
- id: experience-gui
16881688
title: Grafana UI
1689-
# Owner: danlep
1689+
# Owner: danlep
16901690
- id: api-management-howto-add-products
16911691
title: Interactive or Script
16921692
prompt: Choose Interactive for Azure CLI and Azure Portal instructions, or Terraform
16931693
pivots:
16941694
- id: interactive
1695-
title: Interactive (Azure portal and Azure CLI)
1695+
title: Interactive
16961696
- id: terraform
16971697
title: Terraform

0 commit comments

Comments
 (0)