Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. az group delete --name BCDRLabRG -y
  2. az group delete --name BCDRIaaSPrimarySite -y
  3. az group delete --name BCDRIaaSSecondarySite -y
  4. az group delete --name BCDRAzureAutomation -y
  5. az group delete --name BCDRAzureSiteRecovery -y
  6. az group delete --name BCDROnPremPrimarySite -y
  7.  
  8. az group create --name BCDRLabRG --location CentralUS
  9. az group create --name BCDRIaaSPrimarySite --location EastUS
  10. az group create --name BCDRIaaSSecondarySite --location CentralUS
  11. az group create --name BCDRAzureAutomation --location EastUS
  12. az group create --name BCDRAzureSiteRecovery --location SouthCentralUS
  13. az group create --name BCDROnPremPrimarySite --location EastUS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement