Azure Function with Queue Trigger - Azure Queue Storage - C#

Поділитися
Вставка
  • Опубліковано 15 лис 2024

КОМЕНТАРІ • 18

  • @deeptikarambelkar690
    @deeptikarambelkar690 3 місяці тому +1

    Excellent demo!! Thank you so much for a thorough demo

  • @nickteehan
    @nickteehan Рік тому

    Thanks Nitin this was very helpful

  • @xaxage
    @xaxage Рік тому +1

    Thank you my friend

  • @watch_closley2672
    @watch_closley2672 Рік тому

    Thank you Nitin

  • @alexp5454
    @alexp5454 Рік тому

    Thank you sr!

  • @SaiCharan-f4p
    @SaiCharan-f4p Рік тому

    pls make a video on event grid trigger , blob trigger , service bus trigger also

    • @NitinGarg
      @NitinGarg  Рік тому

      Sure!! Once I find time I will create the video on these topic.

  • @balasahebgite2690
    @balasahebgite2690 5 місяців тому

    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
      @balasahebgite2690 5 місяців тому

      Nitin or anyone pls help me

    • @NitinGarg
      @NitinGarg  5 місяців тому

      @@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.

    • @NitinGarg
      @NitinGarg  5 місяців тому

      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

  • @adeelaftab4830
    @adeelaftab4830 Рік тому +1

    Thanks. (y)

  • @MrDheeraj1233
    @MrDheeraj1233 Рік тому

    Thanks Nitin, Can you please share source code this application

    • @NitinGarg
      @NitinGarg  Рік тому

      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.