Merge deployed bot
Changes: all the current bot functionalities, removed secrets stuff from appsettings, added parameters to deployment templates for first deployment, added app insights, added Chatbot deployment to azure-pipelines
Link to issue: https://github.com/dotnet/dnceng/issues/3741 Link to pipeline issue: https://github.com/dotnet/dnceng/issues/3819
What is the deployment story for the bot? Right now, it's a 'one-off' with no CI/CD. That's unusual for our services, but I could understand if it was the desire for this particular project. Regardless, I just wanted to ask explicitly so I know the plan.
What is the deployment story for the bot? Right now, it's a 'one-off' with no CI/CD. That's unusual for our services, but I could understand if it was the desire for this particular project. Regardless, I just wanted to ask explicitly so I know the plan.
Is adding the deployment to the pipeline CI/CD? Right now the plan is to add it into the azure-pipelines and then I think every time that pipeline gets run the bot should get updated. Not sure it that answered your question :') ?