AnyaA
Windmill11mo ago
3 replies
Anya

Writing data to external Azure Blob Storage

Hello, I want to write a function that will write some data into the Azure Blob Storage. From my understanding, I need to install azure package to do that as I'm using the BlobServiceClient (example of the function attached).

Questions:

1) How can I install this package within the script ? ( I can't see a way to open a terminal inside it)
2) Why do I not see my parameters on the right side of the screen? (from my understanding, it should give me an option to enter CONTAINER_NAME, BLOB_NAME, DATA)

Thanks!
image.png
Was this page helpful?