We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's a line form a working mainTemplate.json:
mainTemplate.json
"commandToExecute": "[concat('cd /hub*/docker-compose; sudo docker-compose down -t 60; sudo -s source /set_hub_url.sh ', reference(parameters('publicIpName')).dnsSettings.fqdn, '; sudo docker volume rm ''dockercompose_cert-volume''; sudo docker-compose up')]"
The escape syntax for single quotes ('', i.e. two single quote characters next to each other) gets incorrectly gets red-underlined:
''
The text was updated successfully, but these errors were encountered:
@yevster Sorry it took so long to get to this, but the fix will be in the next release, along with some other goodies.
Sorry, something went wrong.
FYI, this was fixed in the 0.6.0 release on Thursday. Thanks again for reporting.
No branches or pull requests
Here's a line form a working
mainTemplate.json
:The escape syntax for single quotes (
''
, i.e. two single quote characters next to each other) gets incorrectly gets red-underlined:The text was updated successfully, but these errors were encountered: