Do more or less with default values in the Azure CLI
I've been spending quite a lot of time using Azure over the last many years. In fact, the portal was written in Silverlight. Now the the portal has a great modern UI and complimenting that is a CLI (command line interface) allowing for great automation, grep, awk, jamespath and much more. Checkout Getting Started with Azure CLI 2.0 When using the CLI to create resources there are occasions, usually when putting together a project or demo, when there are parameters that should be assumed or defaulted. In this scenario, the following resources must be created for the application architecture. Resource Group AppService Plan AppService Web Application DocumentDB Creating a Resource Group using the CLI is simple using the following...