AZ_VM_NUMBER=1

AZ_VM_NAME=ubuntu$AZ_VM_NUMBER
AZ_RESOURCE_GROUP=jeffdoyle
AZ_USERNAME=azureuser
AZ_LOCATION=eastus
AZ_VM_IMAGE=UbuntuLTS

SHARE_NAME=myshare


##########

STORAGEACCT=mystorageacct32320

STORAGEKEY=$(az storage account keys list \
    --resource-group $AZ_RESOURCE_GROUP \
    --account-name $STORAGEACCT \
    --query "[0].value" | tr -d '"')
