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 2144675 commit c39aabfCopy full SHA for c39aabf
src/deploy-config.sh
@@ -85,7 +85,7 @@ uuid="$(cat /proc/sys/kernel/random/uuid)"
85
template_file="template-$uuid.json"
86
template_deployment_name="${nginx_deployment_name:0:20}-$uuid"
87
88
-wget -O "$template_file" https://raw.githubusercontent.com/nginxinc/nginx-for-azure-deploy-action/main/src/nginx-for-azure-configuration-template.json
+wget -O "$template_file" https://raw.githubusercontent.com/nginxinc/nginx-for-azure-deploy-action/487d1394d6115d4f42ece6200cbd20859595557d/src/nginx-for-azure-configuration-template.json
89
echo "Downloaded the ARM template for synchronizing NGINX configuration."
90
cat "$template_file"
91
echo ""
0 commit comments