Use of logic apps in healthbot

Ruchika Sehgal 21 Reputation points
2021-12-07T12:23:07.267+00:00

I am making a healthbot and use Logic apps there. Can you help me explain exactly what is the role of the logic app between my healthbot and the database?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,201 questions
Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
166 questions
0 comments No comments
{count} votes

Accepted answer
  1. MughundhanRaveendran-MSFT 12,481 Reputation points
    2021-12-07T15:24:04.22+00:00

    @Ruchika Sehgal ,

    Thanks for reaching out to Q&A.

    Logic app is an integration service that Azure offers. Logic app has built in connectors that can be used to make CRUD operations on SQL and other databases. In your scenario, logic app can be used to modify the database whenever there is a request from the healthcare API.

    Please refer to this example : https://learn.microsoft.com/en-us/learn/modules/health-bot-integrated-bot/

    I hope this helps! Feel free to reach out to me if you have any queries or concerns.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Ruchika Sehgal 21 Reputation points
    2021-12-10T06:31:52.327+00:00

    Thank you for the answer Maghundhan. It really helped me with the project!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.