Skip to content

Commit 10cefe6

Browse files
Merge pull request #277815 from maud-lv/patch-18
Remove reference to Microsoft.Azure.Services.AppAuthentication
2 parents c0106a0 + 0601bfc commit 10cefe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The following steps describe how to assign the App Configuration Data Reader rol
124124
}
125125
```
126126

127-
1. Open the *Program.cs* file and add a reference to the `Azure.Identity` and `Microsoft.Azure.Services.AppAuthentication` namespaces:
127+
1. Open the *Program.cs* file and add a reference to the `Azure.Identity` namespace:
128128

129129
```csharp-interactive
130130
using Azure.Identity;

0 commit comments

Comments
 (0)