Skip to content

Commit b2c6785

Browse files
authored
Merge pull request #104282 from MonikaReddy-MSFT/patch-17
Remove Using - MicrosoftDocs/azure-docs#47864
2 parents fbe1aa5 + 7a5a0e9 commit b2c6785

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)