Is anyone else unsuccessful in storing their flows...
# ask-community
t
Is anyone else unsuccessful in storing their flows as scripts using
azure
storage? I had a look at comparing the
s3
implementation (https://github.com/PrefectHQ/prefect/blob/master/src/prefect/storage/s3.py#L159) to the
azure
one (https://github.com/PrefectHQ/prefect/blob/master/src/prefect/storage/azure.py#L128), and it seems like the
stored_as_script
flag doesnt do much on the
azure
storage. Can anyone from the Prefect team confirm what I am seeing or am I on the wrong track?
k
Hi @Thomas Nyegaard-Signori, I think you're right. I'll confirm with a team member and let's see if we need an issue for this.
👍 1
Ok so the looks like Azure storage assumes you're just pointing to a location where the file exists. Yes this is rough around the edged and we'll open an issue for it.
Contributions would be welcome if ever you're interested by the way!
t
Okay @Kevin Kho, thanks for the reply. Didnt want to go raising an issue when it was just me not seeing the bigger picture. And ill have a look when the ticket is raised, no promises 🤖
k
Finally got to opening the issue. Sorry about the delay.