Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 850 Bytes

File metadata and controls

29 lines (21 loc) · 850 Bytes
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.

  1. In Solution Explorer, right-click the Dependencies node of your project. Select Manage NuGet Packages.

  2. 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