Description
openedon Oct 7, 2024
I need to access azure storage, containers, blobs user permission wise. for this I have try below two different ways.
1)try to get storage ,container and blobs using azure "azure/identity" and "azure/arm-storage packages.
2)try to get all in backend side.
1)try to get storage ,container and blobs using azure "azure/identity" and "azure/arm-storage packages.
when try using this package everything work properly but when use my app in desktop system popup will not shown. this is main issue using this I'm facing.
this is my code how to authenticate and get storage and containers.
and this is authentication popup :
2)try to get all in backend side.
From Using Create api for this in this also blob ,storage ,containers are display but in backend side its not properly handling user permission wise storage ,container and blobs.
so can you tell me how to get current user permission wise storage accounts, container and blobs .using my app is properly work in any system.
Metadata
Assignees
Labels
Type
Projects
Status
Not Started