AdamUnderwood

Results 3 comments of AdamUnderwood

@mydiemho -- I'm hoping to get some answers on this as well. I've got a basic functions app running in Docker-compose with azurite + azure-functions/python:2.0. It's very simple -- 1...

@mydiemho thanks for the reply: I'm using mcr.microsoft.com/azure-storage/azurite as the image. Function.json: ```{ "scriptFile": "__init__.py", "bindings": [ { "name": "myblob", "type": "blobTrigger", "direction": "in", "path": "testing/{name}", "connection":"AzureWebJobsStorage" } ] }...

I switched to the old image arafato/azurite and the above code works. I'm not sure what has changed since it was ported over. One thing I've noticed that is different...