Docs: azurerm_firewall_policy - add comprehensive example#31006
Closed
jhern61 wants to merge 1 commit intohashicorp:mainfrom
Closed
Docs: azurerm_firewall_policy - add comprehensive example#31006jhern61 wants to merge 1 commit intohashicorp:mainfrom
jhern61 wants to merge 1 commit intohashicorp:mainfrom
Conversation
…uration - Added complete configuration example including DNS, threat intelligence, and intrusion detection - Created parent firewall policy to demonstrate hierarchical policy structure - Added supporting resources (Log Analytics workspaces, managed identity, IP groups) - Included SNAT configuration and SQL redirect settings - Configured analytics and monitoring with primary and backup Log Analytics workspaces - Added threat intelligence allowlist with
sreallymatt
reviewed
Jan 30, 2026
Collaborator
sreallymatt
left a comment
There was a problem hiding this comment.
Hi @jhern61 - To avoid overwhelming users with massive examples in the documentation, we generally only add examples for basic configuration (i.e. only the minimum required properties)
Full usage examples shouldn't go in the resource documentation, instead they can be added to the examples directory within the provider
Contributor
|
This PR is being labeled as "stale" because it has not been updated for 30 or more days. If this PR is still valid, please remove the "stale" label. If this PR is blocked, please add it to the "Blocked" milestone. If you need some help completing this PR, please leave a comment letting us know. Thank you! |
Collaborator
|
Closing as this PR is stale |
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Community Note
Description
This PR enhances the documentation for the
azurerm_firewall_policyresource by adding a comprehensive example that demonstrates all available optional configuration blocks and features.Changes made:
This improvement helps users understand the full capabilities of Azure Firewall Policy
PR Checklist
For example: "
azurerm_firewall_policy- add comprehensive documentation example with all optional configurations"Changes to existing Resource / Data Source
Testing
Testing Evidence:
This is a documentation-only change.
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
azurerm_firewall_policy- enhance documentation with comprehensive example showing all optional configuration blocksThis is a (please select all that apply):
Related Issue(s)
Resolves #15585
AI Assistance Disclosure
Rollback Plan
If a change needs to be reverted, we will publish an updated version of the provider.
Changes to Security Controls
Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.
No changes to security controls. This is a documentation-only enhancement that does not modify any functional code or security mechanisms.