Use the valet key pattern
More at https://learn.microsoft.com/en-us/azure/architecture/patterns/valet-key and
https://learn.microsoft.com/en-us/azure/architecture/guide/multitenant/service/storage
hth
Marcin
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi! I'm new to Azure and struggling to find solution to properly setup impersonation for the following use case.
Problem I'm trying to solve is pushing data to a Storage that belong to a different accounts where I have no access. It can be hundreds accounts/storages I need to work with.
The problem has the following constraints:
In order to illustrate it better, this is how above problem can be solved with other cloud providers:
AWS:
GCP:
What would be the right way to implement above scenario in Azure?
Use the valet key pattern
More at https://learn.microsoft.com/en-us/azure/architecture/patterns/valet-key and
https://learn.microsoft.com/en-us/azure/architecture/guide/multitenant/service/storage
hth
Marcin