Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Microsoft/AzureBot

This is the source code which runs the Microsoft AzureBot.
https://github.com/Microsoft/AzureBot

azure bot microsoft-bot-framework

Last synced: about 2 months ago
JSON representation

This is the source code which runs the Microsoft AzureBot.

Awesome Lists containing this project

README

        

# 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](https://github.com/Microsoft/AzureBot/blob/gh-pages/docs/DeveloperSetup.md).

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](AzureBot.gif)

## Developer Set Up

AzureBot is built with the [Microsoft Bot Framework](http://docs.botframework.com/) and the [Microsoft Bot Builder C# SDK](http://docs.botframework.com/sdkreference/csharp/). It uses the [Azure Resource Manager Nuget package](https://www.nuget.org/packages/Microsoft.Azure.Management.ResourceManager) and other Azure packages.

Follow our [Developer Set Up](https://github.com/Microsoft/AzureBot/blob/gh-pages/docs/DeveloperSetup.md) guide to get started.

## UX Guidelines

If creating new commands, our [UX Guidelines](https://github.com/Microsoft/AzureBot/blob/gh-pages/docs/UX.Guidelines.md) 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](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

## Copyright and license

Code released under [the MIT license](https://github.com/Microsoft/AzureBot/blob/master/LICENSE)