Skip to content

Commit 3f56588

Browse files
Merge pull request #305191 from pradeepmi-MSFT/patch-7
(AzureCXP) fixes MicrosoftDocs/azure-docs-pr#489466
2 parents 129f51f + 3309071 commit 3f56588

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)