Skip to content

Commit adcb28f

Browse files
authored
Merge pull request #111607 from DixitArora-MSFT/patch-53
Correct az login
2 parents ac519a9 + 23eba90 commit adcb28f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-functions/functions-create-first-azure-function-azure-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,9 @@ Use the following Azure CLI commands to create these items. Each command provide
217217

218218
If you haven't done so already, sign in to Azure with the [az login](/cli/azure/reference-index#az-login) command:
219219

220-
```azurecli
221-
az login
222-
```
220+
```azurecli
221+
az login
222+
```
223223

224224
Create a resource group with the [az group create](/cli/azure/group#az-group-create) command. The following example creates a resource group named `AzureFunctionsQuickstart-rg` in the `westeurope` region. (You generally create your resource group and resources in a region near you, using an available region from the `az account list-locations` command.)
225225

0 commit comments

Comments
 (0)