Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

ARM Templates

< >

ARM Templates is a json format created in 2017.

#3543on PLDB 7Years Old


Example from the web:
"properties": { "publisher": "Microsoft.Azure.Extensions", "type": "CustomScript", "typeHandlerVersion": "2.0", "autoUpgradeMinorVersion": true, "settings": { "fileUris": [ "[concat(variables('template').assets, '/lamp-app/install_lamp.sh')]" ] }, "protectedSettings": { "commandToExecute": "[concat('sh install_lamp.sh ', parameters('mySqlPassword'))]" } }

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io