Skip to content

Commit e63e38e

Browse files
committed
link fixes
1 parent f59834c commit e63e38e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Both Azure Functions and App Services have built in support for Azure Active Dir
2222

2323
## Prerequisites
2424

25-
* [Sign up for an Azure subscription](https://azure.microsoft.com/free/)
26-
* [Install the Azure CLI version 2.45.0 or higher](/cli/azure/install-azure-cli)
27-
* [Install Maven 3.0 or higher](https://maven.apache.org/download.cgi)
28-
* [Install the Azure Functions Core Tools version 3.0.2009 or higher](../azure-functions/functions-run-local.md#install-the-azure-functions-core-tools)
25+
- An Azure subscription. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
26+
- [Azure CLI](/cli/azure/install-azure-cli) version 2.45.0 or higher.
27+
- [Apache Maven](https://maven.apache.org/download.cgi) version 3.0 or higher.
28+
- [Install the Azure Functions Core Tools](../azure-functions/functions-run-local.md#install-the-azure-functions-core-tools) version 3.0.2009 or higher.
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#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.md#az-group-create) command.
3333

3434
```azurecli
3535
az group create --name <resource-group-name> --location <location>
@@ -168,7 +168,7 @@ This sample invokes the HTTP triggered function by first requesting an access to
168168
vim src/main/resources/application.properties
169169
```
170170

171-
To use managed identity for Azure Spring Apps apps, add the following properties with these values to *src/main/resources/application.properties*.
171+
1. To use managed identity for Azure Spring Apps apps, add the following properties with these values to *src/main/resources/application.properties*.
172172

173173
```text
174174
azure.function.uri=https://<function-app-name>.azurewebsites.net
@@ -205,6 +205,6 @@ This sample invokes the HTTP triggered function by first requesting an access to
205205

206206
## Next steps
207207

208-
* [How to enable system-assigned managed identity for applications in Azure Spring Apps](./how-to-enable-system-assigned-managed-identity.md)
209-
* [Learn more about managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md)
210-
* [Configure client apps to access your App Service](../app-service/configure-authentication-provider-aad.md#configure-client-apps-to-access-your-app-service)
208+
- [How to enable system-assigned managed identity for applications in Azure Spring Apps](./how-to-enable-system-assigned-managed-identity.md)
209+
- [Learn more about managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md)
210+
- [Configure client apps to access your App Service](../app-service/configure-authentication-provider-aad.md#configure-client-apps-to-access-your-app-service)

0 commit comments

Comments
 (0)