gpt4 book ai didi

azure - 从 Web 应用程序访问 Azure 文件存储,无需后端

转载 作者:行者123 更新时间:2023-12-02 23:43:33 25 4
gpt4 key购买 nike

有没有办法通过 Rest Api 访问 Azure 存储,仅使用前端 javascript

例如:

  1. 用户尝试加载存储在 Azure 存储中的图像。

  2. 重定向到portal.azure.com 进行登录。

  3. 发送回我的网络应用程序,带有 cookie 或生成经过身份验证的 URL 所需的任何内容。

最佳答案

您可以authenticate access to Azure blobs using Azure Active Directory .

然后您将能够获得访问 token 以通过 Rest Api 访问 azure 存储。这是一个example引导您了解如何登录用户并获取用于 Microsoft Graph Api 的 token 。您可以将 Graph Api 更改为存储 api。

更新:

获取访问 token 的方式。范围可以是 https://storage.azure.com/.default

enter image description here

使用访问 token 访问私有(private) blob。您还需要添加 x-ms-version header 。

enter image description here

关于azure - 从 Web 应用程序访问 Azure 文件存储,无需后端,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56312138/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com