95 questions with Azure Queue Storage tags

Sort by: Updated
1 answer

Azure Queue Storage (QueueClient vs CloudQueue)

I have been using QueueClient to handle all functionality with the Storage Queue. I noticed in a few examples online that there is a CloudQueue, that has several more methods. What is the difference between the two? Why would you use one over the…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,609 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
95 questions
asked 2022-09-07T19:15:55.38+00:00
Jeffrey Pham 1 Reputation point
answered 2022-09-13T18:10:28.777+00:00
Sumarigo-MSFT 43,011 Reputation points Microsoft Employee
1 answer

Create Environment based Queue inside storage account for webjob

I have one storage account for web job to manage queues but I am working with multiple environments (dev, dev-feature, stage). So how can I create web job queues based on environment inside inside storage account.

Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
95 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,691 questions
asked 2022-09-12T08:56:15.95+00:00
Poornima Tribhuwan 1 Reputation point
answered 2022-09-13T10:03:00.547+00:00
SnehaAgrawal-MSFT 17,771 Reputation points
1 answer One of the answers was accepted by the question author.

How to get metrics for individual queue in Azure Storage Queue?

Hi, How do i get metrics of a specific/individual queue in the Storage account Queues? Is that possible? The documentation I saw mentioned only are for the entire Queue Storage but could be wrong. Example from the Storage account portal…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,609 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
95 questions
asked 2022-08-25T04:13:54.307+00:00
Gregorio Montaño 236 Reputation points
accepted 2022-08-29T09:20:17.273+00:00
Gregorio Montaño 236 Reputation points
2 answers One of the answers was accepted by the question author.

Using PowerShell running AddMessageAsync results in WaitForActivation

I created a queue: PS C:\Users\Catherine Bundy> $queue |select -Property * CloudQueue : Microsoft.Azure.Storage.Queue.CloudQueue Uri : https://augustgophers.queue.core.windows.net/myqueue …

Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
95 questions
asked 2022-08-10T00:16:27.283+00:00
Catherine Bundy (Aquent LLC) 21 Reputation points
accepted 2022-08-16T16:45:56.737+00:00
Catherine Bundy (Aquent LLC) 21 Reputation points
3 answers

Azure Storage Queue: After visibility time out of message, message appears at the end of the queue

I need to retrieve one message from the front of queue & process it. If for any reason message is not processed the message should reappear on the front of the queue as 1st message, after visibility timeout. However I am observing a different…

Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
95 questions
asked 2022-08-04T14:21:48.787+00:00
Abinash Kumar Dalai 1 Reputation point
answered 2022-08-08T19:44:47.327+00:00
SaiKishor-MSFT 17,156 Reputation points
2 answers One of the answers was accepted by the question author.

write to file sequentially using azure queue

new to queues here. I have many tasks in a queue where each of them consist in appending data to a file through a function app. I want to perform those tasks sequentially. My understanding from the docs is that I need to set batchSize to 1 in…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,119 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
95 questions
asked 2022-07-20T22:55:14.807+00:00
javier 916 Reputation points
answered 2022-07-21T15:01:21.307+00:00
javier 916 Reputation points
1 answer

How to allocate azure storage a static public IP address?

How do I set a public static IP address to a storage account? I have 'blobstorageaccountname.blob.core.windows.net', I want to choose a static IP Address, just like I would for an Azure VM. In Azure portal | Storage | Networking | Custom domain:…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,609 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,372 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
95 questions
asked 2022-06-01T07:58:14.247+00:00
ozbobwa 16 Reputation points
commented 2022-07-11T11:47:54.763+00:00
Sumarigo-MSFT 43,011 Reputation points Microsoft Employee
1 answer

Storage queue message size limit

Azure documentation states that Storage queue message cannot exceed 64 KB. see here A queue message can be up to 64 KB in size But in article that compares service bus and storage queues, it says that Azure supports large messages by…

Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
95 questions
asked 2022-06-28T07:04:50.733+00:00
Levi, Eran 1 Reputation point
commented 2022-07-01T07:51:34.33+00:00
Ravi Kanth Koppala 3,226 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Is Azure Storage Queues completely pull based?

I see in the doc here. https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-azure-and-service-bus-queues-compared-contrasted Azure Storage Queues are not push based. Does this mean that the message consumer has to always…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,119 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
95 questions
asked 2022-05-31T23:56:22.677+00:00
Kamal Rathnayake 26 Reputation points MVP
accepted 2022-06-13T23:25:39.61+00:00
Kamal Rathnayake 26 Reputation points MVP
2 answers One of the answers was accepted by the question author.

Best Practices: On-Premises .NET Core App Checking Storage Queue for Messages

I'm seeking best practices guidance for a .NET Core app, running on an on-premises server, that checks for messages in an Azure Storage Queue. When a message is detected, an action is performed on the on-premises server. (We do not want to use Azure…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,080 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
95 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,109 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,691 questions
asked 2022-05-23T19:53:09.053+00:00
Mark Key 21 Reputation points
accepted 2022-05-25T21:50:22.227+00:00
Mark Key 21 Reputation points
2 answers One of the answers was accepted by the question author.

Azure Queue Storage - How to get the log of who sent the message

Hi, I'm not sure if this is possible. Can azure queue storage, logs the sender of the message? Like IP Address. TIA

Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
95 questions
asked 2022-05-18T06:21:33.83+00:00
RM 21 Reputation points
accepted 2022-05-18T07:42:10.89+00:00
RM 21 Reputation points
1 answer One of the answers was accepted by the question author.

`Object reference not set to an instance of an object` in Azure Functions Queue Trigger

Scenario: How to use the Queue trigger to get the message from the queue and add that message details to the entity of Azure Table service within the storage account? Exception: Code: .NET 3.1 Azure Functions - Queue Trigger Order.cs …

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,119 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
95 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,099 questions
asked 2022-05-03T11:15:49.783+00:00
krishna572 876 Reputation points
commented 2022-05-04T04:27:58.32+00:00
VenkateshDodda-MSFT 17,366 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Move azure table and queue storage to another region

Hi Team, I've followed the below article and moved my storage account to another region and transferred all blob and file storage data to the target storage account successfully using the AzCopy tool. …

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
95 questions
asked 2022-02-17T12:31:03.663+00:00
Siva Sankararao Arudra 61 Reputation points
accepted 2022-05-03T08:49:51.417+00:00
Siva Sankararao Arudra 61 Reputation points
1 answer

Azure storage not compiling under clang with -std=c++20 after upgrade to VS2022

A simple program that does nothing but include headers shows this. Set compiler to clang. Turn off vcpkg and set standard level. #include <iostream> #include <was/storage_account.h> #include <was/queue.h> int main() { std::cout…

Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
95 questions
asked 2022-04-25T16:55:45.473+00:00
Neill Clift 21 Reputation points
answered 2022-04-26T14:57:06.077+00:00
Sumarigo-MSFT 43,011 Reputation points Microsoft Employee
0 answers

Storage file, queue and table services

Hello, I created a storage account and had few checks to code for. Ensures file shares do not allow full write delete or read ACL permissions Ensures tables do not allow full write delete or read ACL permissions Ensures queues do not allow…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,142 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,609 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
95 questions
asked 2022-03-10T12:39:58.33+00:00
Rahul 21 Reputation points
commented 2022-03-14T15:29:52.187+00:00
Sumarigo-MSFT 43,011 Reputation points Microsoft Employee
1 answer

Best Way to Post Appointments from SQL database to Exchange Via EWS

We have a web-based calendaring app that creates large groups of appointments and all-day events, stored in an Azure SQL database, and then posts them to Office 365 Outlook primary and secondary calendars using EWS. Processing and posting the events to…

Azure SQL Database
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
95 questions
Exchange Server Development
Exchange Server Development
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Development: The process of researching, productizing, and refining new or existing technologies.
502 questions
asked 2022-03-01T21:27:54.543+00:00
Richard Greenspan 1 Reputation point
answered 2022-03-01T22:56:39.23+00:00
Glen Scales 4,431 Reputation points
1 answer

Authentication Error when trying to access Storage Queue using service principal programatically

I'm trying to access storage queue using service principal programatically using spring boot . Ending up with this error. com.azure.storage.queue.models.QueueStorageException: If you are using a StorageSharedKeyCredential, and the server returned an…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,609 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
95 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,103 questions
asked 2022-02-16T22:50:27.783+00:00
Punith Kumar 1 Reputation point
answered 2022-02-19T02:53:26.45+00:00
shiva patpi 13,046 Reputation points Microsoft Employee
1 answer

What are the possible ways available to Scale Out/In VMs based on number of outstanding requests of Azure storage queue?

I have messages in Azure storage queue. I want to Scale Out/In vms on the basis of number of requests present in Azure storage queue.

Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
95 questions
Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets
Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
340 questions
asked 2022-01-20T12:26:00.007+00:00
Smita Mohapatra 41 Reputation points
commented 2022-02-08T07:55:21.277+00:00
Stanislav Zhelyazkov 20,076 Reputation points MVP
1 answer

File, Table Queue Service ACL and Log Container Access

Hello, I'm working on azure cspm integration for a client. Had few checks for which I couldn't figure out the endpoints with respect to my code. Since, it is for my client, I can't really mention the name of the storage account in the code. Rather…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,142 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,609 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,372 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
95 questions
asked 2022-01-17T06:27:56.617+00:00
Rahul Nair 86 Reputation points
commented 2022-01-20T12:17:29.773+00:00
Sumarigo-MSFT 43,011 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Are Storage Queue messages encrypted in transit

When using the QueueClient in the C# .NET Core Azure.Storage.Queues v 12.5 library, are the messages encrypted in transit by default? What port does the traffic go over? Having a heck of a time finding anything in the documentation about this. Thanks!

Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
95 questions
asked 2021-01-04T18:00:28.583+00:00
Chuck Spencer 21 Reputation points
answered 2022-01-12T16:20:16.753+00:00
Ashish Srivastava 1 Reputation point