所有资源都在同一资源组中。我在服务结构群集中部署了一个服务,并且我有一个存储帐户。我还在Azure Active Directory中注册了一个应用。我如何连接到存储帐户?我希望使用基于证书/令牌的身份验证,而不是连接字符串。我对 Azure 很陌生,所以我对基本的东西很困惑。
ax6ht2ek1#
您可以使用托管身份并在存储帐户中授予对它的访问权限。https://learn.microsoft.com/en-us/azure/service-fabric/concepts-managed-identityhttps://learn.microsoft.com/en-us/azure/storage/blobs/authorize-managed-identity
1条答案
按热度按时间ax6ht2ek1#
您可以使用托管身份并在存储帐户中授予对它的访问权限。
https://learn.microsoft.com/en-us/azure/service-fabric/concepts-managed-identity
https://learn.microsoft.com/en-us/azure/storage/blobs/authorize-managed-identity