99 questions with Azure Queue Storage tags

Sort by: Updated
0 answers

Connection Issues Using Access Keys - Failing Locally not on azure

I have a WebJob that is connecting to a queue on a storage account recompfiles while I debugged 2 days ago everything worked, from yesterday (11/11/2022) it just stopped working with the error: Please make sure your credentials are correct 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,874 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
99 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,284 questions
asked 2022-11-11T14:32:45.29+00:00
Dirk Grobler 1 Reputation point
commented 2022-11-14T07:43:12.453+00:00
Dirk Grobler 1 Reputation point
4 answers

SendGrid Azure function runs locally but not in Azure

I have a queue triggered Azure function and it works perfectly locally. Emails are retrieved from the queue and sent when run locally. However when I publish from Visual Studio it does run. When I test in the portal it returns 404 Not found. I have…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,572 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
99 questions
asked 2022-10-28T22:38:16.657+00:00
Doug Marsh 1 Reputation point
commented 2022-11-07T09:29:47.577+00:00
Bruno Lucas 4,421 Reputation points MVP
1 answer

What changed in delete message api v2?

Hello team. A question about updating documentation and api for deleting messages from Azure Queue. We use this api for a connector through which users can interact with Azure Queue. One of the customers contacted us with the following…

Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
99 questions
asked 2022-09-23T10:18:10.467+00:00
Tlek Aipov (Akvelon INC) 1 Reputation point
answered 2022-09-30T22:30:25.293+00:00
SaiKishor-MSFT 17,216 Reputation points
1 answer

Is there a Azure service to send messages between a web app and an android app?

I am working on a MDM application with an android app client and a web interface. I am currently using Azure Stoarge Queue to get messages from the web interface to the Android app but it seems very inefficient. I have to poll the message queue in the…

Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
99 questions
asked 2022-09-18T02:04:32.163+00:00
Steven Sharar 1 Reputation point
commented 2022-09-19T04:11:23.603+00:00
Sreeju Nair 12,181 Reputation points
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,874 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
99 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 44,996 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.
99 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,284 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 19,921 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,874 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
99 questions
asked 2022-08-25T04:13:54.307+00:00
Gregorio Montaño 246 Reputation points
accepted 2022-08-29T09:20:17.273+00:00
Gregorio Montaño 246 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.
99 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.
99 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,216 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,572 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
99 questions
asked 2022-07-20T22:55:14.807+00:00
javier 931 Reputation points
answered 2022-07-21T15:01:21.307+00:00
javier 931 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,874 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,578 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
99 questions
asked 2022-06-01T07:58:14.247+00:00
ozbobwa 21 Reputation points
commented 2022-07-11T11:47:54.763+00:00
Sumarigo-MSFT 44,996 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.
99 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,231 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://video2.skills-academy.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,572 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
99 questions
asked 2022-05-31T23:56:22.677+00:00
Kamal Rathnayake 31 Reputation points MVP
accepted 2022-06-13T23:25:39.61+00:00
Kamal Rathnayake 31 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,346 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
99 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,136 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,284 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.
99 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.
162 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,572 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
99 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,579 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 19,636 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.
162 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
99 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.
99 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 44,996 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.
162 questions
Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,213 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,874 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
99 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 44,996 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.
99 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.
526 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