We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8544ac + 9cd1c13 commit 845363eCopy full SHA for 845363e
articles/azure-linux/quickstart-azure-cli.md
@@ -38,7 +38,7 @@ To create a resource group named *testAzureLinuxResourceGroup* in the *eastus* r
38
Create a resource group using the `az group create` command.
39
40
```azurecli-interactive
41
-az group create --name testAzureLinuxReourceGroup --location eastus
+az group create --name testAzureLinuxResourceGroup --location eastus
42
```
43
The following output resembles that your resource group was successfully created:
44
0 commit comments