You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/spring-apps/tutorial-managed-identities-functions.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,14 +22,14 @@ Both Azure Functions and App Services have built in support for Azure Active Dir
22
22
23
23
## Prerequisites
24
24
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.
29
29
30
30
## Create a resource group
31
31
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.
33
33
34
34
```azurecli
35
35
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
168
168
vim src/main/resources/application.properties
169
169
```
170
170
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*.
@@ -205,6 +205,6 @@ This sample invokes the HTTP triggered function by first requesting an access to
205
205
206
206
## Next steps
207
207
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