-
Notifications
You must be signed in to change notification settings - Fork 3
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
[TestBot][Linux] Deploy on Azure using Azure Pipelines #48
Conversation
…osoft/botbuilder-js into feature/functional-test-bot
- Update AppServicePlan Region - Update ZipUrl template to get an echo bot
- Separate the bot logic from the index.js file - Update the package-lock.json
…osoft/botbuilder-js into feature/functional-test-bot
I think that the steps' numbers are wrong. Last step should be number 4 instead of number 1 |
Can you blur the Azure subscription in the first image? |
Feedback applied @denscollo @GasparAcevedoZainSouthworks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Promoted to #961 |
This PR is based on #47 and #44. We will rebase it after they are merged.
Description
Create deployment template and scripts to deploy
TestBot
on anAzure Linux Host
.Steps to configure the Pipeline
We are going to use the Windows deployment Pipeline created on #44.
Compress Bot Source Code
Powershell
task and replace it with aCommand Line
task with the following code:Also, set the Working Directory on the advanced tab to
libraries/testbot
.Create Directline
Azure CLI
task.Testing