From 8a7032349d86c222cdb3b0aa380ed62f8f6b9cf1 Mon Sep 17 00:00:00 2001 From: Tom Archer Date: Tue, 6 Feb 2024 06:05:12 -0800 Subject: [PATCH] Wordsmithed the introduction --- quickstart/101-azure-api-management-create-with-api/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/quickstart/101-azure-api-management-create-with-api/README.md b/quickstart/101-azure-api-management-create-with-api/README.md index e3ecac0a..cc4af367 100644 --- a/quickstart/101-azure-api-management-create-with-api/README.md +++ b/quickstart/101-azure-api-management-create-with-api/README.md @@ -1,6 +1,6 @@ # Azure API Management -This template deploys an Azure API Management service, containing an API based on a provided Open API spec, a Group, and a Product that is associated with both. +This template deploys an Azure API Management service, containing an API (based on a provided Open API spec). An API Management group and product are then created that are associated with the service and API. ## Terraform resource types @@ -24,5 +24,3 @@ This template deploys an Azure API Management service, containing an API based o | `open_api_spec_content_value` | The Content from which the API Definition should be imported. When a content_format of *-link-* is specified this must be a URL, otherwise this must be defined inline. | "" | ## Example - -[Quickstart: Deploy an Azure API Management service](https://learn.microsoft.com/azure/api-management/deploy-api-management-service-terraform) \ No newline at end of file