diff --git a/storage/readme.md b/storage/readme.md index 27fb165..b4e4006 100644 --- a/storage/readme.md +++ b/storage/readme.md @@ -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