az group create -l westus -n PythonSDKTest
az storage account create -n pythonsdktestsa -g PythonSDKTest -l westus --sku Standard_LRS
az storage container create -n pythonsdkcontainer --account-name pythonsdktestsa --account-key <REDACTED>
az network nic create \
--resource-group PythonSDKTest \