An Azure queue is ideal for storing large number of messages, with each message having an upper cap of 64 Kb. This is ideal for providing asynchronous message queueing facility between application clients. Queue concepts can be broken down into 4 components. Storage Account : Like all other Azure Storage facilities, Queue is also linked … Continue reading CRUD Operations with Azure Queue Storage in an Azure Function – Create And Delete