There are multiple ways to implement functionality to download a file with sensitive data from Azure Blob Storage through Azure API Management. All of them have pros & cons.
At first you should use private blob containers to store your files in a protected way. So you’ll have two options to retrieve a file: have access to storage account and key or have access to SAS and blob URI.
Advertisements