Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Bot Services Integration #476

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

vrajroutu
Copy link

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

@github-actions
Copy link

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 github-actions bot added the Stale label Sep 27, 2023
@github-actions github-actions bot removed the Stale label Sep 30, 2023
Copy link

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 github-actions bot added the Stale label Dec 16, 2023
@pamelafox
Copy link
Collaborator

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants