We are facing issue with adding message in storage queue. We have one scheduler to add message in queue but log is getting generated queue added but it's not showing in storage queue. Showing blank . please let me know what could be issue
@@balasahebgite2690 - When adding a message to the storage queue, we need to consider several potential causes and troubleshoot accordingly: 1. Ensure that the scheduler has the correct permissions to access and write to the storage queue. 2. Double-check the configuration settings of the scheduler to ensure the connection string to the storage queue is correct. 3. Ensure the queue name specified in the scheduler matches exactly with the queue name in the storage account. 4. Ensure no network issues or firewall rules are blocking the connection to the storage account. 5. Verify that the message being added to the queue does not exceed the size limit (64 KB for Azure Storage Queues). 6. Ensure the queue is not in a disabled or deleted state. 7. Check the queue for any existing messages and verify there is no misconfiguration causing it to appear empty. 8. Create a simplified version of the scheduler to add a basic message (like Hello World message) to the queue and see if it works.
Sorry Dheeraj I don't have the code uploaded in shared repo due to which I am unable to share the code but I have covered the detail in the video and actual code line by line which you can refer.
Excellent demo!! Thank you so much for a thorough demo
Thanks Nitin this was very helpful
Glad it helped
Thank you my friend
Thanks for watching!!
Thank you Nitin
Thanks for watching!!
Thank you sr!
You're welcome!
pls make a video on event grid trigger , blob trigger , service bus trigger also
Sure!! Once I find time I will create the video on these topic.
We are facing issue with adding message in storage queue. We have one scheduler to add message in queue but log is getting generated queue added but it's not showing in storage queue. Showing blank
. please let me know what could be issue
Nitin or anyone pls help me
@@balasahebgite2690 - When adding a message to the storage queue, we need to consider several potential causes and troubleshoot accordingly:
1. Ensure that the scheduler has the correct permissions to access and write to the storage queue.
2. Double-check the configuration settings of the scheduler to ensure the connection string to the storage queue is correct.
3. Ensure the queue name specified in the scheduler matches exactly with the queue name in the storage account.
4. Ensure no network issues or firewall rules are blocking the connection to the storage account.
5. Verify that the message being added to the queue does not exceed the size limit (64 KB for Azure Storage Queues).
6. Ensure the queue is not in a disabled or deleted state.
7. Check the queue for any existing messages and verify there is no misconfiguration causing it to appear empty.
8. Create a simplified version of the scheduler to add a basic message (like Hello World message) to the queue and see if it works.
These are some steps tried to troubleshoot the problem. Without looking into the code it's hard to tell what exact issue causing the problem
Thanks. (y)
Thanks Nitin, Can you please share source code this application
Sorry Dheeraj I don't have the code uploaded in shared repo due to which I am unable to share the code but I have covered the detail in the video and actual code line by line which you can refer.