-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WAF Policy association to an Application Gateway #4667
Comments
Please add this as an option! |
is there an option via powershell to remove an association with an application gateway? I cant seem to find an option for this even on the portal and via powershell, so cant remove a policy until i disscoiate it from the gateway and cant find any documentation or powershell commands which will allow me to do this. |
You can manipulate it using the new Az* PowerShell commands but not with the older AzureRm* commands. |
I cant seem to find which Az PowerShell command it is. Ive done a search and i can find one to remove the policy itself BUT if that policy is associated with a gateway i cant seem to find how to remove that association so that i can remove the policy. The option to remove association to a listener is present on the portal (not sure about powershell) but for gateway association there doesnt seem to be a remove option for it on portal nor powershell. |
Fixes hashicorp#4667. Signed-off-by: Sune Keller <[email protected]>
Fixes hashicorp#4667. Signed-off-by: Sune Keller <[email protected]>
Fixes hashicorp#4667. Signed-off-by: Sune Keller <[email protected]>
Fixes hashicorp#4667. Signed-off-by: Sune Keller <[email protected]>
Fixes hashicorp#4667. Signed-off-by: Sune Keller <[email protected]>
Fixes hashicorp#4667. Signed-off-by: Sune Keller <[email protected]>
Fixes hashicorp#4667. Signed-off-by: Sune Keller <[email protected]>
Fixes hashicorp#4667. Signed-off-by: Sune Keller <[email protected]>
Fixes hashicorp#4667. Signed-off-by: Sune Keller <[email protected]>
Fixes hashicorp#4667. Signed-off-by: Sune Keller <[email protected]>
Fixes hashicorp#4667. Signed-off-by: Sune Keller <[email protected]>
This has been released in version 2.10.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 2.10.0"
}
# ... other configuration ... |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Community Note
Description
It seems that there is currently no ability to associate a web application firewall policy to an application gateway. It would be helpful not have to do that with the Azure CLI.
New or Affected Resource(s)
References
The text was updated successfully, but these errors were encountered: