Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.02 KB

File metadata and controls

43 lines (30 loc) · 1.02 KB
title include file
description include file
services storage
author pauljewellmsft
ms.service azure-storage
ms.topic include
ms.date 12/15/2022
ms.author pauljewell
ms.custom include file

Make sure you're authenticated with the same Microsoft Entra account you assigned the role to. You can authenticate via Azure CLI, Visual Studio Code, or Azure PowerShell.

Sign-in to Azure through the Azure CLI using the following command:

az login

You will need to install the Azure CLI to work with DefaultAzureCredential through Visual Studio code.

On the main menu of Visual Studio Code, navigate to Terminal > New Terminal.

Sign-in to Azure through the Azure CLI using the following command:

az login

Sign-in to Azure using PowerShell via the following command:

Connect-AzAccount