Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Azure WAF/WAF Triage Solution/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure WAF Triage Solution

[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAzure-Network-Security%2Fmain%2FAzure%20WAF%2FWAF%20Triage%20Solution%2Fazuredeploy.json)
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAzure-Network-Security%2Fmaster%2FAzure%2520WAF%252FWAF%2520Triage%2520Solution%252Fazuredeploy.json)

> **Disclaimer:** This solution is provided **as-is** with no warranty or support. It is a community sample, not an official Microsoft product or service. Use it at your own risk.
>
Expand Down
2 changes: 1 addition & 1 deletion Azure WAF/WAF Triage Solution/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"runbookScriptUri": {
"type": "string",
"defaultValue": "https://raw.githubusercontent.com/Azure/Azure-Network-Security/main/Azure%20WAF/WAF%20Triage%20Solution/runbooks/New-WafExclusion.ps1",
"defaultValue": "https://raw.githubusercontent.com/Azure/Azure-Network-Security/master/Azure%20WAF/WAF%20Triage%20Solution/runbooks/New-WafExclusion.ps1",
"metadata": {
"description": "URI to the New-WafExclusion.ps1 runbook script hosted on GitHub."
}
Expand Down
Loading