Skip to content

Commit 89c646e

Browse files
committed
Address feedback
1 parent 7a2eedc commit 89c646e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/azure-app-configuration/quickstart-azure-functions-csharp.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ In this quickstart, you incorporate the Azure App Configuration service into an
4040
[!INCLUDE [Create a project using the Azure Functions template](../../includes/functions-vstools-create.md)]
4141

4242
## Connect to an App Configuration store
43-
This project will use [dependency injection in .NET Azure Functions](/azure/azure-functions/functions-dotnet-dependency-injection) and add Azure App Configuration as an extra configuration source. Azure Functions support running [in-process ](/azure/azure-functions/functions-dotnet-class-library) or [isolated-process](/azure/azure-functions/dotnet-isolated-process-guide). Pick the one that matches your requirements.
43+
This project will use [dependency injection in .NET Azure Functions](/azure/azure-functions/functions-dotnet-dependency-injection) and add Azure App Configuration as an extra configuration source. Azure Functions support running [in-process](/azure/azure-functions/functions-dotnet-class-library) or [isolated-process](/azure/azure-functions/dotnet-isolated-process-guide). Pick the one that matches your requirements.
4444

4545
1. Right-click your project, and select **Manage NuGet Packages**. On the **Browse** tab, search for and add following NuGet packages to your project.
4646
### [In-process](#tab/in-process)
@@ -221,3 +221,8 @@ In this quickstart, you created a new App Configuration store and used it with a
221221

222222
> [!div class="nextstepaction"]
223223
> [Enable dynamic configuration in Azure Functions](./enable-dynamic-configuration-azure-functions-csharp.md)
224+
225+
To learn how to use an Azure managed identity to streamline the access to App Configuration, continue to the next tutorial.
226+
227+
> [!div class="nextstepaction"]
228+
> [Access App Configuration using managed identity](./howto-integrate-azure-managed-service-identity.md)

0 commit comments

Comments
 (0)