| title | include file |
|---|---|
| description | include file |
| services | storage |
| author | alexwolfmsft |
| ms.service | azure-storage |
| ms.topic | include |
| ms.date | 10/21/2022 |
| ms.author | alexwolf |
| ms.custom | include file |
To use DefaultAzureCredential, add the Azure.Identity package to your application.
-
In Solution Explorer, right-click the Dependencies node of your project. Select Manage NuGet Packages.
-
In the resulting window, search for Azure.Identity. Select the appropriate result, and select Install.
:::image type="content" source="../../articles/storage/common/media/visual-studio-identity-package.png" alt-text="A screenshot showing how to add the identity package.":::
dotnet add package Azure.Identity