Check out my post here that explains how to start the Cloud Shell and set the subscription. Also checkout how to do the same using Azure PowerShell here. To backup an App Service using CLI / AZ you execute this command, seen in Figure 1. az webapp config backup create –resource-group “BACKUPS” –webapp-name “**********” –container-url […]
Read More →Tags: Bash
How to set Azure BASH to a specific Azure subscription
At the top right of the Azure Management portal here, you will see the Cloud Shell item, Figure 1, click it. Figure 1, Open BASH Cloud Shell in Azure Management Portal Enter the following command to list out all the subscriptions which are linked to the ID used to access the portal. az account list […]
Read More →