Skip to content

Commit 1bcee30

Browse files
committed
link fix
1 parent e63e38e commit 1bcee30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/tutorial-managed-identities-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Both Azure Functions and App Services have built in support for Azure Active Dir
2929

3030
## Create a resource group
3131

32-
A resource group is a logical container into which Azure resources are deployed and managed. Use the following command to create a resource group to contain a Function app. For more information, see the [az group create](/cli/azure/group.md#az-group-create) command.
32+
A resource group is a logical container into which Azure resources are deployed and managed. Use the following command to create a resource group to contain a Function app. For more information, see the [az group create](/cli/azure/group#az-group-create) command.
3333

3434
```azurecli
3535
az group create --name <resource-group-name> --location <location>

0 commit comments

Comments
 (0)