Forum Discussion
curious7
Aug 27, 2021Copper Contributor
How to download files from Azure blob storage?
I am trying to find out how to download files from Azure blob storage container to a VM in Azure VNET (both within same tenancy). I found that using System.Net.webclient command and SAS token I can ...
cpinotossi
Sep 01, 2021Copper Contributor
Hello,
did you consider to make use of AAD to authenticate and authorize your access? I would recommend to assign an identity to your vm (System assigend or user assigend Identity) and make sure to setup your Azure Storage RBAC (IAM) accordently.
did you consider to make use of AAD to authenticate and authorize your access? I would recommend to assign an identity to your vm (System assigend or user assigend Identity) and make sure to setup your Azure Storage RBAC (IAM) accordently.