Creating the Resource Group
az group create --name "az203_batch_demo001" --location CentralUS
Creating the storage account
az storage account create \
--name az203batchstoragexd \
--access-tier hot \
--https-only true \
--kind BlobStorage \
--location CentralUS \
--sku Standard_LRS \
--resource-group az203_batch_demo001
Creating the Batch Account
az batch account create \
--name az203batchaccountxd