Last active
October 2, 2019 14:58
-
-
Save larryclaman/b18b4c111be9168a9df3e371bc06c6a5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
az group delete --name BCDRLabRG -y | |
az group delete --name BCDRIaaSPrimarySite -y | |
az group delete --name BCDRIaaSSecondarySite -y | |
az group delete --name BCDRAzureAutomation -y | |
az group delete --name BCDRAzureSiteRecovery -y | |
az group delete --name BCDROnPremPrimarySite -y | |
az group create --name BCDRLabRG --location CentralUS | |
az group create --name BCDRIaaSPrimarySite --location EastUS | |
az group create --name BCDRIaaSSecondarySite --location CentralUS | |
az group create --name BCDRAzureAutomation --location EastUS | |
az group create --name BCDRAzureSiteRecovery --location SouthCentralUS | |
az group create --name BCDROnPremPrimarySite --location EastUS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment