We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d01f54 commit ab35676Copy full SHA for ab35676
.github/workflows/deploy-waf.yml
@@ -115,7 +115,7 @@ jobs:
115
rg_exists=$(az group exists --name ${{ env.RESOURCE_GROUP_NAME }})
116
if [ "$rg_exists" = "false" ]; then
117
echo "Resource group does not exist. Creating..."
118
- az group create --name ${{ env.RESOURCE_GROUP_NAME }} --location ${{ env.AZURE_LOCATION }} --tags IsWAFEnabled=true || { echo "Error creating resource group"; exit 1; }
+ az group create --name ${{ env.RESOURCE_GROUP_NAME }} --location ${{ env.AZURE_LOCATION }} || { echo "Error creating resource group"; exit 1; }
119
else
120
echo "Resource group already exists."
121
fi
0 commit comments