BASH script to start or deallocate all VMs in Resource Group
For the first time here, I will use Azure CLI 2.0. It is written in Python and You can install it with pip install azure-cli. »
For the first time here, I will use Azure CLI 2.0. It is written in Python and You can install it with pip install azure-cli. »
Back in 2015 I wrote post about backing up data from Linux servers to Azure Blob Storage (with encryption). It's a good time to refresh this »
By default, when we are logging in to Azure in Azure CLI: azure login we need to go through an interactive login process: info: Executing command »
If You try to receive message from Azure Service Bus message queue with Python and You encountered an error that says: ValueError: could not convert string »
The default system disk size Linux VMs in Microsoft Azure is ~30GB. It's easy to attach new or existing disks in Azure Portal or Azure CLI. »