Skip to content

Commit c96c9c6

Browse files
Merge pull request #272721 from hihayak/patch-2
Add suggestion for the use of newer Azure.Identity for token chaching
2 parents 4586b7b + b55de0d commit c96c9c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/app-service/tutorial-connect-msi-sql-database.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ The steps you follow for your project depends on whether you're using [Entity Fr
172172
Install-Package Azure.Identity
173173
Update-Package EntityFramework
174174
```
175+
> [!NOTE]
176+
> The token caching feature for Managed Identity is available starting from Azure.Identity version 1.8.0. To help reduce network port usage, consider updating Azure.Identity to this version or later.
177+
175178
1. In your DbContext object (in *Models/MyDbContext.cs*), add the following code to the default constructor.
176179
177180
```csharp

0 commit comments

Comments
 (0)