Skip to content

Commit 3309071

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs-pr#487667
Updated line numbers 57-59 From No explanation in the article about the difference between using waf_configuration and firewall_policy_id when configuring WAF with Application Gateway in Terraform. To Added a note clarifying that waf_configuration defines WAF settings inline on the Application Gateway, while firewall_policy_id associates an existing WAF policy resource with the Application Gateway. Only one method should be used in practice.
1 parent 0963461 commit 3309071

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

articles/web-application-firewall/quickstart-web-application-firewall-terraform.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ The sample code for this article is located in the [Azure Terraform GitHub repo]
5454
1. Create a file named `main.tf`, and insert the following code:
5555
:::code language="Terraform" source="~/terraform_samples/quickstart/101-web-application-firewall/main.tf":::
5656

57+
>[!NOTE]
58+
> Use `waf_configuration` to define WAF settings directly on the Application Gateway. Use `firewall_policy_id` to associate an existing WAF policy resource with the Application Gateway. Only one method should be used in practice.
59+
5760
1. Create a file named `outputs.tf`, and insert the following code:
5861
:::code language="Terraform" source="~/terraform_samples/quickstart/101-web-application-firewall/outputs.tf":::
5962

0 commit comments

Comments
 (0)