Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 3.88 KB

File metadata and controls

22 lines (20 loc) · 3.88 KB
title include file
description include file
services storage
author tamram
ms.service azure-storage
ms.topic include
ms.date 02/08/2023
ms.author tamram
ms.custom include file

The following table points to additional information for authorizing access to data in various scenarios:

| Language | .NET | Java | JavaScript | Python | Go | |---|---|---|---|---| | Overview of auth with Microsoft Entra ID | How to authenticate .NET applications with Azure services | Azure authentication with Java and Azure Identity | Authenticate JavaScript apps to Azure using the Azure SDK | Authenticate Python apps to Azure using the Azure SDK | | | Auth using developer service principals | Authenticate .NET apps to Azure services during local development using service principals | Azure authentication with service principal | Auth JS apps to Azure services with service principal | Authenticate Python apps to Azure services during local development using service principals | Azure SDK for Go authentication with a service principal | | Auth using developer or user accounts | Authenticate .NET apps to Azure services during local development using developer accounts | Azure authentication with user credentials | Auth JS apps to Azure services with dev accounts | Authenticate Python apps to Azure services during local development using developer accounts | Azure authentication with the Azure SDK for Go | | Auth from Azure-hosted apps | Authenticating Azure-hosted apps to Azure resources with the Azure SDK for .NET | Authenticate Azure-hosted Java applications | Authenticating Azure-hosted JavaScript apps to Azure resources with the Azure SDK for JavaScript | Authenticating Azure-hosted apps to Azure resources with the Azure SDK for Python | Authentication with the Azure SDK for Go using a managed identity | | Auth from on-premises apps | Authenticate to Azure resources from .NET apps hosted on-premises | | Authenticate on-premises JavaScript apps to Azure resources | Authenticate to Azure resources from Python apps hosted on-premises | | | Identity client library overview | Azure Identity client library for .NET | Azure Identity client library for Java | Azure Identity client library for JavaScript | Azure Identity client library for Python | Azure Identity client library for Go |