azure-search-openai-demo icon indicating copy to clipboard operation
azure-search-openai-demo copied to clipboard

Azure Bot Services Integration

Open vrajroutu opened this issue 1 year ago • 3 comments

Purpose

  • Integration to Azure Bot Services

Does this introduce a breaking change?

[ ] Yes
[ X] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ X] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

Azure Bot Services to chat with the data

Deploy a WebApp

Deploy an Azure Bot Services with Multi Tenant

Update the Environment variables

set API_ENDPOINT= app-backend.sdasda-azurewebsites.net MicrosoftAppId = <AppId> MicrosoftAppPassword=<AppPassword>

Deploy WebApp

Update BotServices --> Configuration --> MessagingEndPoint --> https:/<webapp>/api/messages

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

vrajroutu avatar Jul 28 '23 05:07 vrajroutu

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed.

github-actions[bot] avatar Sep 27 '23 01:09 github-actions[bot]

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed.

github-actions[bot] avatar Dec 16 '23 01:12 github-actions[bot]

@vrajroutu We don't plan to merge this into main given the low fraction of developers using the Azure Bot framework, but we may still want to link to this from the docs/FAQ somewhere. Have you written a blog post about this by any chance? And would this make sense as a standalone repo, or does it only work inside the repo?

pamelafox avatar Mar 19 '24 23:03 pamelafox