Hi all, I’m trying to access my files in Azure blob but I’m facing few connection issues. Sometimes it shows I’m not authorised to access those files and i don’t know few activities how to use those.
I’m using GET BLOB activity but when i try to give container name it’s showing error. Can anyone help me how to use that activity.
@saipraneethkumar.peyyeti when i try to give that it’s showing an error
I have given all access to that
Get Storage Account Unable to get storage account “name1” in resource group "MyGroup Error: The client ada65165-2041 41d5-a3e5-6a4317991751 with object id adab51b5-2841-41d5a3e5-60431791153 does not have authorization to perform action Microsoft Storage/storageAccounts/mead over scope subscriptions/C2899184 469b-4d93-827c-c21eaea31075/resourceGroups/MyGroup/providers/Microsoft Storage/storageAccounts/name or the scope is invalid If access was recently granted, please refresh your credentials
for names you can just use outputvariable.Name( if you want use any other property just use dot you can see all the properties listed for that object).
For Get Blob List you have to give get blob container output.
if you query is resolved can you mark it as solution.