2: Send And Read Message From Event Hub in Azure Portal | Azure Event Hub Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ก.ย. 2024
  • In this video,
    1. We will create Event Hub namespace in Azure Portal
    2. Then we will create Event Hub in this namespace
    3. We will then send event/message/data to event hub from Portal using 'Generate Data' feature
    4. And finally we will view this event/message/data in Portal
    ---------------------------------------------------------------------------------------------------------------------------
    Below is the link for all my playlists
    / @harshalkumarjain
    You can reach me on LinkedIn at:
    / harshalkumar-jain-6355...
    You can find my public code repositories on GitHub at: github.com/har...
    If you find this video useful - please like and subscribe to my channel
    If you have something exciting for me - please contact me on below email-id
    ---------------------------------------------------------------------------------------------------------------------------
    Please ignore below:
    Keywords:
    Send Data to Azure Event Hub,
    Send Data To Event Hub,
    Read Data From Azure Event Hub,
    Read Data From Event Hub,
    Send Event to Event Hub,
    How to Send Event to Event Hub,
    Send Event to Azure Event Hub,
    How to Send Event to Azure Event Hub,
    Send Message to Event Hub,
    How to Send Message to Event Hub,
    Send Message to Azure Event Hub,
    How to Send Message to Azure Event Hub,
    Azure Event Hub tutorial,
    Azure Event Hub tutorial C#,
    Azure Event Hub,
    What is Azure Event Hub,
    event hub c#,
    Azure event hub c#,
    Azure big data streaming platform,
    Event ingestion service,
    When to use Azure Event Hub,
    When we should use Azure Event Hub,
    Why to use Azure Event Hub,
    Why we should use Azure Event Hub,
    Publisher in Azure Event Hub,
    Namespace in Azure Event Hub,
    Consumer Group in Azure Event Hub,
    What is Consumer Group in Azure Event Hub,
    Consumer in Azure Event Hub,
    What is Consumer in Azure Event Hub,
    Partition in Azure Event Hub,
    What is Partition in Azure Event Hub,

ความคิดเห็น • 5

  • @ragulsjourney
    @ragulsjourney หลายเดือนก่อน +1

    Good video bro but that last message is going to where? and where we can see that output ?

    • @HarshalkumarJain
      @HarshalkumarJain  หลายเดือนก่อน

      Hey thanks
      Bro, this is an introductory video. Basically we are just sending event(s) to event hub. This event/message is sent to Event Hub only
      I would recommend please watch further videos, things will be clear to you
      Now to answer your question - in a typical scenario - the messages which are sent or delivered to event-hub - will be consumed by Azure function or our custom C# application. This is explained in upcoming videos
      A typical message flow is as below
      Message sender (e.g. IoT devices) -----> IoT Hub -------> Event Hub ------> Azure Function ------> Azure Cosmos DB --------> Your App i,e. website or mobile app

    • @ragulsjourney
      @ragulsjourney หลายเดือนก่อน +1

      @@HarshalkumarJain tq for your response bro, and i am new to azure I can't understand.what is the purpose! we send this json object to event hub that message will not save in anything? Or what is the next process of that data?

    • @HarshalkumarJain
      @HarshalkumarJain  หลายเดือนก่อน

      Yes, for that - please watch all videos in this series
      First it is not json object, it is a message/event in json format
      Then, this message is retrieved or consumed in Azure function, and later it is saved or stored in Azure cosmos db. This is a typical flow

    • @ragulsjourney
      @ragulsjourney หลายเดือนก่อน +1

      @@HarshalkumarJain Tq bro I will watch