From 40abc637e7915f09ca3d49556b71f7078416cfea Mon Sep 17 00:00:00 2001 From: Mahdi Azarboon <21277296+azarboon@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:06:55 +0800 Subject: [PATCH] Update api_management_policy.html.markdown (#28151) --- website/docs/r/api_management_policy.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/api_management_policy.html.markdown b/website/docs/r/api_management_policy.html.markdown index a5fb803301f6..2ebf12e3c58f 100644 --- a/website/docs/r/api_management_policy.html.markdown +++ b/website/docs/r/api_management_policy.html.markdown @@ -52,7 +52,7 @@ The following arguments are supported: --- -* `xml_content` - (Optional) The XML Content for this Policy as a string. An XML file can be used here with Terraform's [file function](https://www.terraform.io/docs/configuration/functions/file.html) that is similar to Microsoft's `PolicyFilePath` option. +* `xml_content` - (Optional) The XML Content for this Policy as a string. An XML file can be used here with Terraform's [file function](https://www.terraform.io/docs/configuration/functions/file.html) that is similar to Microsoft's `PolicyFilePath` option. To integrate frontend and backend services in Azure API Management, utilize the [`set-backend-service`](https://learn.microsoft.com/azure/api-management/set-backend-service-policy) policy, specifying the `base-url` value. Typically, this value corresponds to the `url` property defined in the [`azurerm_api_management_backend`](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/api_management_backend) configuration. * `xml_link` - (Optional) A link to a Policy XML Document, which must be publicly available.