This is the source code which runs the Microsoft AzureBot.
Перейти к файлу
David Tesar 0a9cc37719 No more Bot Support (#154)
* add VSTS definitions

* no longer supported update
2018-01-29 16:07:43 -08:00
AzureBot Updating LUIS api key 2017-03-17 01:46:59 -07:00
AzureBot.ConsoleConversation Updating dialog factory, removing dll look up 2017-03-17 01:46:59 -07:00
AzureBot.Services.Common Updating dialog factory, removing dll look up 2017-03-17 01:46:59 -07:00
AzureBot.Services.ResourceGroups Updating LUIS api key 2017-03-17 01:46:59 -07:00
AzureBot.Services.Runbooks Updating LUIS api key 2017-03-17 01:46:59 -07:00
AzureBot.Services.VMs Updating LUIS api key 2017-03-17 01:46:59 -07:00
AzureBot.Tests Latest package combination attempt 2017-03-17 01:46:59 -07:00
AzureBot.VSTS No more Bot Support (#154) 2018-01-29 16:07:43 -08:00
.gitignore Initial commit 2016-04-08 12:36:03 -07:00
AzureBot.gif Removing documentation, updating ReadMe with Gif and other info, updating tests with new DirectLine version 2016-12-07 14:23:16 -08:00
AzureBot.sln Improving the DialogFactory for forwarding and back between root and subdialogs, depending on Luis now instead of keyworks. Also updating nuget packages (AuthBot, Bot Framework, and dependencies). 2016-12-07 16:56:26 -08:00
LICENSE update copyright owner 2016-07-18 11:05:45 -07:00
README.md No more Bot Support (#154) 2018-01-29 16:07:43 -08:00
_config.yml Set theme jekyll-theme-merlot and migrate Page Generator content (#152) 2018-01-05 09:16:05 -08:00
index.md Set theme jekyll-theme-merlot and migrate Page Generator content (#152) 2018-01-05 09:16:05 -08:00

README.md

AzureBot Sample

The AzureBot is a sample that showcases how the Microsoft Bot Framework and Cognitive services can be used to create intelligent bots. The sample was created to show how a bot can be used to improve the productivity of any developer, admin, or team working with Azure. If you would like to set it up yourself and contribute, follow our Developer Set Up.

As of January 29, 2018 we no longer maintain or host this Bot.

The current implementation focuses on authenticating to the user's Azure subscription, selecting and switching subscriptions, starting and stopping RM-based virtual machines, and listing and starting Azure Automation runbooks.

AzureBot Example

Developer Set Up

AzureBot is built with the Microsoft Bot Framework and the Microsoft Bot Builder C# SDK. It uses the Azure Resource Manager Nuget package and other Azure packages.

Follow our Developer Set Up guide to get started.

UX Guidelines

If creating new commands, our UX Guidelines are helpful for the conversational tone and best practices.

Contributing

Note that the AzureBot is a sample and not actively supported. If you are interested to take over maintenance of this project, please file an issue.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Code released under the MIT license