使用 Azure MSI 访问 Azure 表存储 [英] Access Azure Table Storage with Azure MSI

查看:52
本文介绍了使用 Azure MSI 访问 Azure 表存储的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近设置了我的 .net 核心应用程序以使用 MSI(托管标识)与 Azure Blob 通信.

I recently setup my .net core application to use MSI (Managed Identity) to communicate with Azure Blob.

MSI 是否适用于 Azure 表存储?似乎找不到任何关于它的文档.

Does MSI work with Azure Table Storage? Can't seem to find any documentation on it.

我正在尝试使用 MSI,因此我不必再管理我的密钥(无密钥).

I am trying to use MSI so I don't have to manage my keys anymore (keyless).

推荐答案

Azure Table Storage 不支持 MSI.表存储确实支持 Active Directory 访问.您可以在以下链接中找到支持 MSI 的服务...

Azure Table Storage does not support MSI. Table Storage does support Active Directory access. You can find the services that support MSI at the below link...

https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/services-support-msi

托管标识为 Azure 服务提供 Azure AD 中的自动托管标识.可以使用该标识对支持 Azure AD 身份验证的任何服务(包括 Key Vault)进行身份验证,而无需代码中的任何凭据.

Managed identity provides Azure services with an automatically managed identity in Azure AD. You can use the identity to authenticate to any service that supports Azure AD authentication, including Key Vault, without any credentials in your code.

https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview

这篇关于使用 Azure MSI 访问 Azure 表存储的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆