Access a blob file via URI over a web browser using new AAD based access control

后端 未结 2 1560
Happy的楠姐
Happy的楠姐 2021-02-06 13:23

With the announcement of Azure Storage support for Azure Active Directory based access control, is it possible to serve a blob (a specific file) over a web browser just by it\'s

2条回答
  •  遥遥无期
    2021-02-06 14:09

    If you want to use Azure Active Directory based access control for the storage, what you need to get is the access token. Here are the steps for your reference.

    1. Register an application

    2.Assign a build-in RBAC role to this application It depends on you which role to be assigned to the application.

    3.Get the access token.

    4.With the access token, now you can call the storage rest api.

提交回复
热议问题