09. Send msg to Servicebus from Logic App | Servicebus connector with logicapp | Builtin connector

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

КОМЕНТАРІ • 12

  • @pulagamnaveen970
    @pulagamnaveen970 2 роки тому +4

    Excellent clear and neat explanation sir..❤️

  • @actuallyisjoha
    @actuallyisjoha 2 роки тому +1

    Thank you so much, really helpful!

  • @omaradrian80
    @omaradrian80 2 роки тому +2

    Great video!

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

    It will be good if you show how to create azure service bus

  • @bnrinbox
    @bnrinbox 11 місяців тому

    does the Logic app won't support error handling? like try catch blocks

  • @mansirahulnegi9220
    @mansirahulnegi9220 6 місяців тому

    Hello. I am getting an error in logical app stating:
    Workflow processing failed. Error: 'The provided value for the workflow parameter 'ServiceBusTopicName' at line '10' and column '26' is not valid.'
    for I have added the appsettings in the Parameters.
    any idea for this?
    I tried restarting the app
    My workflows are running fine and showing the value as well

  • @pallaviak
    @pallaviak 6 місяців тому

    Hi, is it possible to read the connection string of the service bus in logic apps

    • @OurCloudSchool
      @OurCloudSchool  6 місяців тому

      Yes,

    • @pallaviak
      @pallaviak 6 місяців тому

      @@OurCloudSchool how to do that, as when we use service bus trigger when message received in queue, it's ask for connection, but it doesn't allow to add parameter

    • @pallaviak
      @pallaviak 6 місяців тому

      Hi, could you please share me the video of it?

    • @OurCloudSchool
      @OurCloudSchool  6 місяців тому

      You can add the parameter please my logic app with service bus video in this channel

    • @pallaviak
      @pallaviak 6 місяців тому

      Here you are showing Adding parameter for queue or topic. When you make connection with service bus there it won't allow to add parameter, I have to hard-coded connection string. So if check the json view of connection, it's shows managedapiconnection with runtime url of service bus. When workflow is deployed for another environment, connection string will be changed. And I have to manually make another connection and add connection string. Please correct me. Deployment of logic apps is not clear to me