diff --git a/Azure WAF/WAF Triage Solution/README.md b/Azure WAF/WAF Triage Solution/README.md index 61fc5a3a..5ea63032 100644 --- a/Azure WAF/WAF Triage Solution/README.md +++ b/Azure WAF/WAF Triage Solution/README.md @@ -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. > diff --git a/Azure WAF/WAF Triage Solution/azuredeploy.json b/Azure WAF/WAF Triage Solution/azuredeploy.json index 6b433abf..0039f501 100644 --- a/Azure WAF/WAF Triage Solution/azuredeploy.json +++ b/Azure WAF/WAF Triage Solution/azuredeploy.json @@ -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." }