Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 410 Bytes

99Cleanup.md

File metadata and controls

20 lines (12 loc) · 410 Bytes

Clean up

  1. Open browser and go to Azure Portal

  2. Open cloud shell from the browser

    cloudshell

Delete your resource group and resources using following commnad

az group delete -g <yourresourcegrupname>

Thanks,

Hyunsuk Shin


Main