Robo Kiwi

  • Blog
  • Wiki
  • GitHub
  • .NET
    • Testing
    • Data Access patterns & strategies
    • .NET Patterns
    • Asynchronous Programming
    • Error Handling in .NET
    • MSBuild
    • Configuration in .NET & ASP.NET
  • Azure
    • App Service
    • Azure SQL
    • Azure CLI
    • Azure Networking
    • Local Development
  • Apps & Tools
  • Cloud
  • Data & Databases
    • SQL
  • Debugging
  • JavaScript
  • Microsoft Dynamics
  • Microsoft Office
  • Practices
  • Principles & Theory
  • Scripting
    • PowerShell
  • Security
    • Let's Encrypt
  • Source Control
  • Web Technologies
    • React
  • Windows
Wiki / Azure / Azure CLI

Azure CLI

App Service

Viewing and updating properties and configuration

az webapp show --ids <id> to view a complete list of settings and properties, inclusive of most things.

az webapp config show --ids <id> will give you a subset, the siteConfig node from the previous command.

Copyright © David Moore 2022

Azure badge Built with Hugo