Skip to content

Commit 7a5a0e9

Browse files
Remove Using - MicrosoftDocs/azure-docs#47866
Removing the using reference for Microsoft.Azure.Services.AppAuthentication. MicrosoftDocs/azure-docs#47866
1 parent 3bcae41 commit 7a5a0e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/azure-app-configuration/howto-integrate-azure-managed-service-identity.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ To set up a managed identity in the portal, you first create an application and
9292
9393
```csharp-interactive
9494
using Azure.Identity;
95-
using Microsoft.Azure.Services.AppAuthentication;
9695
```
9796
9897
1. If you wish to access only values stored directly in App Configuration, update the `CreateWebHostBuilder` method by replacing the `config.AddAzureAppConfiguration()` method.
@@ -259,4 +258,4 @@ For example, you can update the .NET Framework console app created in the quicks
259258
In this tutorial, you added an Azure managed identity to streamline access to App Configuration and improve credential management for your app. To learn more about how to use App Configuration, continue to the Azure CLI samples.
260259

261260
> [!div class="nextstepaction"]
262-
> [CLI samples](./cli-samples.md)
261+
> [CLI samples](./cli-samples.md)

0 commit comments

Comments
 (0)