Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions storage/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Compute Topics:
When trying new things out, consider creating a new resource group to experiment with:
> Many creation commands will use the resource group's location as a default value.
```
az resource group create -l westus -n MyRG
az group create -l westus -n MyRG
```

Here are some useful commands that may help you on your journey
* Delete this RG `az resource group delete -n MyRG`
* Delete this RG `az group delete -n MyRG`
* Export to ARM template `az resource group export -n MyRG > ./MyTemplate.json`

# Working with storage accounts
Expand Down