Hello again, do agents work with Azure's <Storage ...
# prefect-community
d
Hello again, do agents work with Azure's Storage Blob Data Reader privilege to pull Flow from Azure Blob Storage?
1
a
it might work - can you give it a try and see? I'm not 100% sure if this scope allows downloading the blob but it seems so - this is the relevant line https://github.com/PrefectHQ/prefect/blob/ad734292bc4113a52777d6ebe87cfa1c13a3eee8/src/prefect/storage/azure.py#L87 but if you want that Prefect automatically uploads flows to Azure during registration, you'll also need the upload permissions
d
Thanks. I'll test this out.
🙌 1