Azure Resource Group Operations

From NovaOrdis Knowledge Base
Revision as of 23:34, 18 November 2020 by Ovidiu (talk | contribs) (Created page with "=Internal= * Azure Operations =Create a Resource Group= ==With Console== ==With CLI== <syntaxhighlight lang='bash'> export LOCATION=... export R...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Create a Resource Group

With Console

With CLI

export LOCATION=...
export RESOURCEGROUP =...
az group create --name $RESOURCEGROUP --location $LOCATION