Microsoft Azure Storage is a highly-scalable, durable, cloud-based storage platform providing four core services: Blobs, Tables, Queues, and Azure Drives.
I have a function app defined like [StorageAccount("DefaultEndpointsProtocol=...;AccountName=…;AccountKey=...")] public static class Function1 { [FunctionName("Function1")] [return: Queue("lets-test-this-out")] …
c# azure azure-storage azure-functions azure-storage-queuesI have so far only found examples on how to create a volume on the host machine, e.g: version: "3.3" …
azure docker docker-compose azure-storage azure-files