azure-search-openai-demo
azure-search-openai-demo copied to clipboard
Azure Bot Services Integration
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
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed.
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed.
@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?