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 8da7154 commit 8b02f6eCopy full SHA for 8b02f6e
src/deploy-certificate.sh
@@ -61,7 +61,7 @@ fi
61
arm_template_file="nginx-for-azure-certificate-template.json"
62
63
#get the ARM template file
64
-wget -O "$arm_template_file" https://nginxgithubactions.blob.core.windows.net/armtemplates/nginx-for-azure-certificate-template.json
+wget -O "$arm_template_file" https://raw.githubusercontent.com/nginxinc/nginx-for-azure-deploy-action/a69d33feaa1a8a012ec44c138ca78c6ec4db9f29/src/nginx-for-azure-certificate-template.json
65
echo "Downloaded the ARM template for synchronizing NGINX certificate."
66
67
cat "$arm_template_file"
0 commit comments