Welcome to Shaun Luttin's public notebook. It contains rough, practical notes. The guiding idea is that, despite what marketing tells us, there are no experts at anything. Sharing our half-baked ideas helps everyone. We're all just muddling thru. Find out more about our work at bigfont.ca.

Contents tagged with azure-cli

  • Azure CLI Commands

    Tags: azure, azure-cli

    Delete a web app azure webapp delete -g <resourceGroup> -n <webAppName> List existing web apps azure webapp list -g <resourceGroup> --json Delete a server farm The challenge … more