From efdd20a724797df4fa68fa2663c988645ce14414 Mon Sep 17 00:00:00 2001 From: Enzo Cano Date: Thu, 23 Mar 2017 12:19:18 -0300 Subject: [PATCH 1/2] Fix deploy to Azure button link --- CSharp/cards-CarouselCards/README.md | 5 +++-- CSharp/cards-RichCards/README.md | 1 + CSharp/core-AppInsights/README.md | 3 ++- CSharp/core-ChannelData/README.md | 5 +++-- CSharp/core-CreateNewConversation/README.md | 5 +++-- CSharp/core-CustomState/README.md | 1 + CSharp/core-DirectLine/README.md | 5 +++-- CSharp/core-GetConversationMembers/README.md | 1 + CSharp/core-MultiDialogs/README.md | 1 + CSharp/core-ReceiveAttachment/README.md | 1 + CSharp/core-SendAttachment/README.md | 1 + CSharp/core-State/README.md | 1 + CSharp/demo-CardsAttachments/README.md | 5 +++-- CSharp/demo-ContosoFlowers/README.md | 1 + CSharp/intelligence-ImageCaption/README.md | 5 ++++- CSharp/intelligence-LUIS/README.md | 1 + CSharp/intelligence-SimilarProducts/README.md | 5 ++++- CSharp/intelligence-SpeechToText/README.md | 5 ++++- CSharp/intelligence-Zummer/README.md | 3 ++- Node/cards-CarouselCards/README.md | 5 +++-- Node/cards-RichCards/README.md | 5 +++-- Node/core-AppInsights/README.md | 3 ++- Node/core-ChannelData/README.md | 5 +++-- Node/core-CreateNewConversation/README.md | 5 +++-- Node/core-CustomState/README.md | 5 +++-- Node/core-DirectLine/README.md | 5 +++-- Node/core-GetConversationMembers/README.md | 5 +++-- Node/core-MultiDialogs/README.md | 5 +++-- Node/core-ReceiveAttachment/README.md | 1 + Node/core-SendAttachment/README.md | 5 +++-- Node/core-State/README.md | 5 +++-- Node/demo-ContosoFlowers/README.md | 5 +++-- Node/demo-Search/README.md | 5 +++-- Node/intelligence-ImageCaption/README.md | 5 ++++- Node/intelligence-LUIS/README.md | 5 +++-- Node/intelligence-SimilarProducts/README.md | 5 ++++- Node/intelligence-SpeechToText/README.md | 5 ++++- Node/intelligence-Zummer/README.md | 3 ++- 38 files changed, 96 insertions(+), 46 deletions(-) diff --git a/CSharp/cards-CarouselCards/README.md b/CSharp/cards-CarouselCards/README.md index 388717cee2..22a42829b2 100644 --- a/CSharp/cards-CarouselCards/README.md +++ b/CSharp/cards-CarouselCards/README.md @@ -2,9 +2,10 @@ A sample bot that sends multiple rich card attachments in a single message using the Carousel layout. -[![Deploy to Azure][Deploy Button]][Deploy CarouselCards/CSharp] +[![Deploy to Azure][Deploy Button]][Deploy CSharp/CarouselCards] + [Deploy Button]: https://azuredeploy.net/deploybutton.png -[Deploy CarouselCards/CSharp]: https://azuredeploy.net +[Deploy CSharp/CarouselCards]: https://azuredeploy.net ### Prerequisites diff --git a/CSharp/cards-RichCards/README.md b/CSharp/cards-RichCards/README.md index 8b9e38dc90..bd854791cf 100644 --- a/CSharp/cards-RichCards/README.md +++ b/CSharp/cards-RichCards/README.md @@ -3,6 +3,7 @@ A sample bot to renders several types of cards as attachments. [![Deploy to Azure][Deploy Button]][Deploy CSharp/RichCards] + [Deploy Button]: https://azuredeploy.net/deploybutton.png [Deploy CSharp/RichCards]: https://azuredeploy.net diff --git a/CSharp/core-AppInsights/README.md b/CSharp/core-AppInsights/README.md index 3f85672e13..02aeb64894 100644 --- a/CSharp/core-AppInsights/README.md +++ b/CSharp/core-AppInsights/README.md @@ -2,8 +2,9 @@ A sample bot which logs telemetry to an Application Insights instance. [![Deploy to Azure][Deploy Button]][Deploy CSharp/AppInsights] + [Deploy Button]: https://azuredeploy.net/deploybutton.png -[Deploy CSharp/AppInsights]: https://azuredeploy.net?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/CSharp/core-AppInsights +[Deploy CSharp/AppInsights]: https://azuredeploy.net ### Prerequisites diff --git a/CSharp/core-ChannelData/README.md b/CSharp/core-ChannelData/README.md index 7b4ef8ef6c..91c3250788 100644 --- a/CSharp/core-ChannelData/README.md +++ b/CSharp/core-ChannelData/README.md @@ -3,9 +3,10 @@ A sample bot sending native metadata to Facebook using ChannelData. -[![Deploy to Azure][Deploy Button]][Deploy ChannelData/CSharp] +[![Deploy to Azure][Deploy Button]][Deploy CSharp/ChannelData] + [Deploy Button]: https://azuredeploy.net/deploybutton.png -[Deploy ChannelData/CSharp]: https://azuredeploy.net +[Deploy CSharp/ChannelData]: https://azuredeploy.net ### Prerequisites diff --git a/CSharp/core-CreateNewConversation/README.md b/CSharp/core-CreateNewConversation/README.md index 6595e3f8e9..83048d46b5 100644 --- a/CSharp/core-CreateNewConversation/README.md +++ b/CSharp/core-CreateNewConversation/README.md @@ -2,9 +2,10 @@ A sample bot that starts a new conversation using a previously stored user address. -[![Deploy to Azure][Deploy Button]][Deploy CreateNewConversation/CSharp] +[![Deploy to Azure][Deploy Button]][Deploy CSharp/CreateNewConversation] + [Deploy Button]: https://azuredeploy.net/deploybutton.png -[Deploy CreateNewConversation/CSharp]: https://azuredeploy.net +[Deploy CSharp/CreateNewConversation]: https://azuredeploy.net ### Prerequisites diff --git a/CSharp/core-CustomState/README.md b/CSharp/core-CustomState/README.md index b5b26f0a1a..149593c10a 100644 --- a/CSharp/core-CustomState/README.md +++ b/CSharp/core-CustomState/README.md @@ -3,6 +3,7 @@ A stateless sample bot tracking context of a conversation using a custom storage provider. [![Deploy to Azure][Deploy Button]][Deploy CSharp/CustomState] + [Deploy Button]: https://azuredeploy.net/deploybutton.png [Deploy CSharp/CustomState]: https://azuredeploy.net diff --git a/CSharp/core-DirectLine/README.md b/CSharp/core-DirectLine/README.md index 5e213c44c2..50044e05df 100644 --- a/CSharp/core-DirectLine/README.md +++ b/CSharp/core-DirectLine/README.md @@ -2,9 +2,10 @@ A sample bot and a custom client communicating to each other using the Direct Line API. -[![Deploy to Azure][Deploy Button]][Deploy DirectLine/CSharp] +[![Deploy to Azure][Deploy Button]][Deploy CSharp/DirectLine] + [Deploy Button]: https://azuredeploy.net/deploybutton.png -[Deploy DirectLine/CSharp]: https://azuredeploy.net +[Deploy CSharp/DirectLine]: https://azuredeploy.net ### Prerequisites diff --git a/CSharp/core-GetConversationMembers/README.md b/CSharp/core-GetConversationMembers/README.md index fbfbbd0beb..c90c43e77e 100644 --- a/CSharp/core-GetConversationMembers/README.md +++ b/CSharp/core-GetConversationMembers/README.md @@ -3,6 +3,7 @@ A sample bot that retrieves the conversation's members list and detects when it changes. [![Deploy to Azure][Deploy Button]][Deploy CSharp/GetConversationMembers] + [Deploy Button]: https://azuredeploy.net/deploybutton.png [Deploy CSharp/GetConversationMembers]: https://azuredeploy.net diff --git a/CSharp/core-MultiDialogs/README.md b/CSharp/core-MultiDialogs/README.md index 6f55954279..eb720be4f6 100644 --- a/CSharp/core-MultiDialogs/README.md +++ b/CSharp/core-MultiDialogs/README.md @@ -3,6 +3,7 @@ A sample bot showing different kind of dialogs. [![Deploy to Azure][Deploy Button]][Deploy CSharp/MultiDialogs] + [Deploy Button]: https://azuredeploy.net/deploybutton.png [Deploy CSharp/MultiDialogs]: https://azuredeploy.net diff --git a/CSharp/core-ReceiveAttachment/README.md b/CSharp/core-ReceiveAttachment/README.md index a71e4c358b..d92d31b812 100644 --- a/CSharp/core-ReceiveAttachment/README.md +++ b/CSharp/core-ReceiveAttachment/README.md @@ -3,6 +3,7 @@ A sample bot that receives attachments sent by the user and downloads them. [![Deploy to Azure][Deploy Button]][Deploy CSharp/ReceiveAttachment] + [Deploy Button]: https://azuredeploy.net/deploybutton.png [Deploy CSharp/ReceiveAttachment]: https://azuredeploy.net diff --git a/CSharp/core-SendAttachment/README.md b/CSharp/core-SendAttachment/README.md index dfdcc50bde..1b04b68461 100644 --- a/CSharp/core-SendAttachment/README.md +++ b/CSharp/core-SendAttachment/README.md @@ -3,6 +3,7 @@ A sample bot that passes simple media attachments (images) to a user activity. [![Deploy to Azure][Deploy Button]][Deploy CSharp/SendAttachment] + [Deploy Button]: https://azuredeploy.net/deploybutton.png [Deploy CSharp/SendAttachment]: https://azuredeploy.net diff --git a/CSharp/core-State/README.md b/CSharp/core-State/README.md index 7f58d51762..539f36909a 100644 --- a/CSharp/core-State/README.md +++ b/CSharp/core-State/README.md @@ -3,6 +3,7 @@ A stateless sample bot tracking context of a conversation. [![Deploy to Azure][Deploy Button]][Deploy CSharp/State] + [Deploy Button]: https://azuredeploy.net/deploybutton.png [Deploy CSharp/State]: https://azuredeploy.net diff --git a/CSharp/demo-CardsAttachments/README.md b/CSharp/demo-CardsAttachments/README.md index dea26fdbca..090fd1f201 100644 --- a/CSharp/demo-CardsAttachments/README.md +++ b/CSharp/demo-CardsAttachments/README.md @@ -2,9 +2,10 @@ A sample bot to renders several types of cards as attachments, while also showing the generated JSON for each one of these cards at the message's payload, and the C# and NodeJs code required to build them. -[![Deploy to Azure][Deploy Button]][Deploy CSharp/TestBot] +[![Deploy to Azure][Deploy Button]][Deploy CSharp/CardAttachments] + [Deploy Button]: https://azuredeploy.net/deploybutton.png -[Deploy CSharp/TestBot]: https://azuredeploy.net +[Deploy CSharp/CardAttachments]: https://azuredeploy.net ### Prerequisites diff --git a/CSharp/demo-ContosoFlowers/README.md b/CSharp/demo-ContosoFlowers/README.md index f8216e9f74..e6d01c53a6 100644 --- a/CSharp/demo-ContosoFlowers/README.md +++ b/CSharp/demo-ContosoFlowers/README.md @@ -6,6 +6,7 @@ Several chat bots already exists in these platforms using different tools and le You came across the Microsoft Bot Framework which support a great variety of channels (platforms), programming languages (C# and Node) and supports both state-of-the-art standard bot features and mechanisms to also take advantage of native features (via ChannelData). [![Deploy to Azure][Deploy Button]][Deploy CSharp/ContosoFlowers] + [Deploy Button]: https://azuredeploy.net/deploybutton.png [Deploy CSharp/ContosoFlowers]: https://azuredeploy.net diff --git a/CSharp/intelligence-ImageCaption/README.md b/CSharp/intelligence-ImageCaption/README.md index dc6e1bf5e1..e06df92df6 100644 --- a/CSharp/intelligence-ImageCaption/README.md +++ b/CSharp/intelligence-ImageCaption/README.md @@ -2,7 +2,10 @@ A sample bot that illustrates how to use the [Microsoft Cognitive Services Computer Vision API](https://www.microsoft.com/cognitive-services/en-us/computer-vision-api) to analyze an image from a stream or a URL and return to the user the image caption. -[![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://azuredeploy.net) +[![Deploy to Azure][Deploy Button]][Deploy CSharp/ImageCaption] + +[Deploy Button]: https://azuredeploy.net/deploybutton.png +[Deploy CSharp/ImageCaption]: https://azuredeploy.net ### Prerequisites diff --git a/CSharp/intelligence-LUIS/README.md b/CSharp/intelligence-LUIS/README.md index 304d2e6720..0edd57a94d 100644 --- a/CSharp/intelligence-LUIS/README.md +++ b/CSharp/intelligence-LUIS/README.md @@ -3,6 +3,7 @@ A sample bot using LuisDialog to integrate with a LUIS.ai application. [![Deploy to Azure][Deploy Button]][Deploy CSharp/LUIS] + [Deploy Button]: https://azuredeploy.net/deploybutton.png [Deploy CSharp/LUIS]: https://azuredeploy.net diff --git a/CSharp/intelligence-SimilarProducts/README.md b/CSharp/intelligence-SimilarProducts/README.md index 784a098141..d0d2073ebd 100644 --- a/CSharp/intelligence-SimilarProducts/README.md +++ b/CSharp/intelligence-SimilarProducts/README.md @@ -2,7 +2,10 @@ A sample bot that illustrates how to use the [Bing Image Search API](https://www.microsoft.com/cognitive-services/en-us/bing-image-search-api) to find visually similar products from an image stream or a URL.[Here's](https://docs.botframework.com/en-us/bot-intelligence/search/#example-product-bot) a demo of this bot in a web chat. -[![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://azuredeploy.net) +[![Deploy to Azure][Deploy Button]][Deploy CSharp/SimilarProducts] + +[Deploy Button]: https://azuredeploy.net/deploybutton.png +[Deploy CSharp/SimilarProducts]: https://azuredeploy.net ### Prerequisites diff --git a/CSharp/intelligence-SpeechToText/README.md b/CSharp/intelligence-SpeechToText/README.md index be59330341..511cc69419 100644 --- a/CSharp/intelligence-SpeechToText/README.md +++ b/CSharp/intelligence-SpeechToText/README.md @@ -2,7 +2,10 @@ A sample bot that illustrates how to use the Microsoft Cognitive Services Bing Speech API to analyze an audio file and convert the audio stream to text. -[![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://azuredeploy.net) +[![Deploy to Azure][Deploy Button]][Deploy CSharp/SpeechToText] + +[Deploy Button]: https://azuredeploy.net/deploybutton.png +[Deploy CSharp/SpeechToText]: https://azuredeploy.net ### Prerequisites diff --git a/CSharp/intelligence-Zummer/README.md b/CSharp/intelligence-Zummer/README.md index 6049458d64..ff409424cf 100644 --- a/CSharp/intelligence-Zummer/README.md +++ b/CSharp/intelligence-Zummer/README.md @@ -8,8 +8,9 @@ API](https://www.microsoft.com/cognitive-services/en-us/bing-web-search-api), (LUIS)](https://www.microsoft.com/cognitive-services/en-us/language-understanding-intelligent-service-luis) [![Deploy to Azure][Deploy Button]][Deploy CSharp/Zummer] + [Deploy Button]: https://azuredeploy.net/deploybutton.png -[Deploy CSharp/Zummer]: https://azuredeploy.net?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/CSharp/intelligence-Zummer +[Deploy CSharp/Zummer]: https://azuredeploy.net Bot Recipe/Prerequisites: ------------------------- diff --git a/Node/cards-CarouselCards/README.md b/Node/cards-CarouselCards/README.md index c5d516dfb7..1d8869b656 100644 --- a/Node/cards-CarouselCards/README.md +++ b/Node/cards-CarouselCards/README.md @@ -2,9 +2,10 @@ A sample bot that sends multiple rich card attachments in a single message using the Carousel layout. -[![Deploy to Azure][Deploy Button]][Deploy CarouselCards/Node] +[![Deploy to Azure][Deploy Button]][Deploy Node/CarouselCards] + [Deploy Button]: https://azuredeploy.net/deploybutton.png -[Deploy CarouselCards/Node]: https://azuredeploy.net +[Deploy Node/CarouselCards]: https://azuredeploy.net ### Prerequisites diff --git a/Node/cards-RichCards/README.md b/Node/cards-RichCards/README.md index 4b9674849a..6cda3084d7 100644 --- a/Node/cards-RichCards/README.md +++ b/Node/cards-RichCards/README.md @@ -2,9 +2,10 @@ A sample bot to renders several types of cards as attachments. -[![Deploy to Azure][Deploy Button]][Deploy RichCards/Node] +[![Deploy to Azure][Deploy Button]][Deploy Node/RichCards] + [Deploy Button]: https://azuredeploy.net/deploybutton.png -[Deploy RichCards/Node]: https://azuredeploy.net +[Deploy Node/RichCards]: https://azuredeploy.net ### Prerequisites diff --git a/Node/core-AppInsights/README.md b/Node/core-AppInsights/README.md index 04f2dcea76..0109c340ea 100644 --- a/Node/core-AppInsights/README.md +++ b/Node/core-AppInsights/README.md @@ -2,8 +2,9 @@ A sample bot which logs telemetry to an Application Insights instance. [![Deploy to Azure][Deploy Button]][Deploy Node/AppInsights] + [Deploy Button]: https://azuredeploy.net/deploybutton.png -[Deploy Node/AppInsights]: https://azuredeploy.net?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/CSharp/core-AppInsights +[Deploy Node/AppInsights]: https://azuredeploy.net ### Prerequisites diff --git a/Node/core-ChannelData/README.md b/Node/core-ChannelData/README.md index 66b21b220e..6dac3f54b8 100644 --- a/Node/core-ChannelData/README.md +++ b/Node/core-ChannelData/README.md @@ -2,9 +2,10 @@ A sample bot sending native metadata to Facebook using ChannelData. -[![Deploy to Azure][Deploy Button]][Deploy ChannelData/Node] +[![Deploy to Azure][Deploy Button]][Deploy Node/ChannelData] + [Deploy Button]: https://azuredeploy.net/deploybutton.png -[Deploy ChannelData/Node]: https://azuredeploy.net +[Deploy Node/ChannelData]: https://azuredeploy.net ### Prerequisites diff --git a/Node/core-CreateNewConversation/README.md b/Node/core-CreateNewConversation/README.md index b3c2c50d70..f8e0559ed1 100644 --- a/Node/core-CreateNewConversation/README.md +++ b/Node/core-CreateNewConversation/README.md @@ -2,9 +2,10 @@ A sample bot that starts a new conversation using a previously stored user address. -[![Deploy to Azure][Deploy Button]][Deploy CreateNewConversation/Node] +[![Deploy to Azure][Deploy Button]][Deploy Node/CreateNewConversation] + [Deploy Button]: https://azuredeploy.net/deploybutton.png -[Deploy CreateNewConversation/Node]: https://azuredeploy.net +[Deploy Node/CreateNewConversation]: https://azuredeploy.net ### Prerequisites diff --git a/Node/core-CustomState/README.md b/Node/core-CustomState/README.md index cacb1af5c6..018face801 100644 --- a/Node/core-CustomState/README.md +++ b/Node/core-CustomState/README.md @@ -2,9 +2,10 @@ A stateless sample bot tracking context of a conversation using a custom storage provider. -[![Deploy to Azure][Deploy Button]][Deploy CustomState/Node] +[![Deploy to Azure][Deploy Button]][Deploy Node/CustomState] + [Deploy Button]: https://azuredeploy.net/deploybutton.png -[Deploy CustomState/Node]: https://azuredeploy.net +[Deploy Node/CustomState]: https://azuredeploy.net ### Prerequisites diff --git a/Node/core-DirectLine/README.md b/Node/core-DirectLine/README.md index 59d1914bf1..269c4bbf1a 100644 --- a/Node/core-DirectLine/README.md +++ b/Node/core-DirectLine/README.md @@ -2,9 +2,10 @@ A sample bot and a custom client communicating to each other using the Direct Line API. -[![Deploy to Azure][Deploy Button]][Deploy DirectLine/Node] +[![Deploy to Azure][Deploy Button]][Deploy Node/DirectLine] + [Deploy Button]: https://azuredeploy.net/deploybutton.png -[Deploy DirectLine/Node]: https://azuredeploy.net +[Deploy Node/DirectLine]: https://azuredeploy.net ### Prerequisites diff --git a/Node/core-GetConversationMembers/README.md b/Node/core-GetConversationMembers/README.md index 16142c7326..eec9f88271 100644 --- a/Node/core-GetConversationMembers/README.md +++ b/Node/core-GetConversationMembers/README.md @@ -2,9 +2,10 @@ A sample bot that retrieves the conversation's members list and detects when it changes. -[![Deploy to Azure][Deploy Button]][Deploy GetConversationMembers/Node] +[![Deploy to Azure][Deploy Button]][Deploy Node/GetConversationMembers] + [Deploy Button]: https://azuredeploy.net/deploybutton.png -[Deploy GetConversationMembers/Node]: https://azuredeploy.net +[Deploy Node/GetConversationMembers]: https://azuredeploy.net ### Prerequisites diff --git a/Node/core-MultiDialogs/README.md b/Node/core-MultiDialogs/README.md index 653139739b..7e665e894d 100644 --- a/Node/core-MultiDialogs/README.md +++ b/Node/core-MultiDialogs/README.md @@ -2,9 +2,10 @@ A sample bot showing different kind of dialogs. -[![Deploy to Azure][Deploy Button]][Deploy MultiDialogs/Node] +[![Deploy to Azure][Deploy Button]][Deploy Node/MultiDialogs] + [Deploy Button]: https://azuredeploy.net/deploybutton.png -[Deploy MultiDialogs/Node]: https://azuredeploy.net +[Deploy Node/MultiDialogs]: https://azuredeploy.net ### Prerequisites diff --git a/Node/core-ReceiveAttachment/README.md b/Node/core-ReceiveAttachment/README.md index 32879cb8c1..e6762edbe5 100644 --- a/Node/core-ReceiveAttachment/README.md +++ b/Node/core-ReceiveAttachment/README.md @@ -3,6 +3,7 @@ A sample bot that receives attachments sent by the user and downloads them. [![Deploy to Azure][Deploy Button]][Deploy ReceiveAttachment/Node] + [Deploy Button]: https://azuredeploy.net/deploybutton.png [Deploy ReceiveAttachment/Node]: https://azuredeploy.net diff --git a/Node/core-SendAttachment/README.md b/Node/core-SendAttachment/README.md index c88c0b69a6..3706528d5c 100644 --- a/Node/core-SendAttachment/README.md +++ b/Node/core-SendAttachment/README.md @@ -2,9 +2,10 @@ A sample bot that passes simple media attachments (images) to a message. -[![Deploy to Azure][Deploy Button]][Deploy SendAttachment/Node] +[![Deploy to Azure][Deploy Button]][Deploy Node/SendAttachment] + [Deploy Button]: https://azuredeploy.net/deploybutton.png -[Deploy SendAttachment/Node]: https://azuredeploy.net +[Deploy Node/SendAttachment]: https://azuredeploy.net ### Prerequisites diff --git a/Node/core-State/README.md b/Node/core-State/README.md index acd7291276..32d0557b1b 100644 --- a/Node/core-State/README.md +++ b/Node/core-State/README.md @@ -2,9 +2,10 @@ A stateless sample bot tracking context of a conversation. -[![Deploy to Azure][Deploy Button]][Deploy State/Node] +[![Deploy to Azure][Deploy Button]][Deploy Node/State] + [Deploy Button]: https://azuredeploy.net/deploybutton.png -[Deploy State/Node]: https://azuredeploy.net +[Deploy Node/State]: https://azuredeploy.net ### Prerequisites diff --git a/Node/demo-ContosoFlowers/README.md b/Node/demo-ContosoFlowers/README.md index 447a273be1..959b7ec5b1 100644 --- a/Node/demo-ContosoFlowers/README.md +++ b/Node/demo-ContosoFlowers/README.md @@ -5,9 +5,10 @@ Several chat bots already exists in these platforms using different tools and le You came across the Microsoft Bot Framework which support a great variety of channels (platforms), programming languages (C# and Node) and supports both state-of-the-art standard bot features and mechanisms to also take advantage of native features (via ChannelData). -[![Deploy to Azure][Deploy Button]][Deploy ContosoFlowers/Node] +[![Deploy to Azure][Deploy Button]][Deploy Node/ContosoFlowers] + [Deploy Button]: https://azuredeploy.net/deploybutton.png -[Deploy ContosoFlowers/Node]: https://azuredeploy.net +[Deploy Node/ContosoFlowers]: https://azuredeploy.net ### Prerequisites diff --git a/Node/demo-Search/README.md b/Node/demo-Search/README.md index 3717bc63d7..f0c19721da 100644 --- a/Node/demo-Search/README.md +++ b/Node/demo-Search/README.md @@ -7,9 +7,10 @@ These samples illustrate how to approach dialogs that need to help the user navi Content is modeled as a catalog of items where each item has several attributes that may be used for navigation, keyword search or display. -[![Deploy to Azure][Deploy Button]][Deploy Search/Node] +[![Deploy to Azure][Deploy Button]][Deploy Node/Search] + [Deploy Button]: https://azuredeploy.net/deploybutton.png -[Deploy Search/Node]: https://azuredeploy.net +[Deploy Node/Search]: https://azuredeploy.net ### Prerequisites diff --git a/Node/intelligence-ImageCaption/README.md b/Node/intelligence-ImageCaption/README.md index 99a8a4ee41..3dfee3455e 100644 --- a/Node/intelligence-ImageCaption/README.md +++ b/Node/intelligence-ImageCaption/README.md @@ -2,7 +2,10 @@ A sample bot that illustrates how to use the Microsoft Cognitive Services Computer Vision API to analyze an image from a stream or a URL and return to the user the image caption. -[![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://azuredeploy.net) +[![Deploy to Azure][Deploy Button]][Deploy Node/ImageCaption] + +[Deploy Button]: https://azuredeploy.net/deploybutton.png +[Deploy Node/ImageCaption]: https://azuredeploy.net ### Prerequisites diff --git a/Node/intelligence-LUIS/README.md b/Node/intelligence-LUIS/README.md index 2480895369..6bf01f70c7 100644 --- a/Node/intelligence-LUIS/README.md +++ b/Node/intelligence-LUIS/README.md @@ -2,9 +2,10 @@ A sample bot integrated with a LUIS.ai application for undertanding natural language. -[![Deploy to Azure][Deploy Button]][Deploy LUIS/Node] +[![Deploy to Azure][Deploy Button]][Deploy Node/LUIS] + [Deploy Button]: https://azuredeploy.net/deploybutton.png -[Deploy LUIS/Node]: https://azuredeploy.net +[Deploy Node/LUIS]: https://azuredeploy.net ### Prerequisites diff --git a/Node/intelligence-SimilarProducts/README.md b/Node/intelligence-SimilarProducts/README.md index 135c99c0c9..eeee487ece 100644 --- a/Node/intelligence-SimilarProducts/README.md +++ b/Node/intelligence-SimilarProducts/README.md @@ -2,7 +2,10 @@ A sample bot that illustrates how to use the [Bing Image Search API](https://www.microsoft.com/cognitive-services/en-us/bing-image-search-api) to find visually similar products from an image stream or a URL. [Here's](https://docs.botframework.com/en-us/bot-intelligence/search/#example-product-bot) a demo of this bot in a web chat. -[![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://azuredeploy.net) +[![Deploy to Azure][Deploy Button]][Deploy Node/SimilarProducts] + +[Deploy Button]: https://azuredeploy.net/deploybutton.png +[Deploy Node/SimilarProducts]: https://azuredeploy.net ### Prerequisites diff --git a/Node/intelligence-SpeechToText/README.md b/Node/intelligence-SpeechToText/README.md index c11133ad77..73583d01bb 100644 --- a/Node/intelligence-SpeechToText/README.md +++ b/Node/intelligence-SpeechToText/README.md @@ -2,7 +2,10 @@ A sample bot that illustrates how to use the Microsoft Cognitive Services Bing Speech API to analyze an audio file and return the text. -[![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://azuredeploy.net) +[![Deploy to Azure][Deploy Button]][Deploy Node/SpeechToText] + +[Deploy Button]: https://azuredeploy.net/deploybutton.png +[Deploy Node/SpeechToText]: https://azuredeploy.net ### Prerequisites diff --git a/Node/intelligence-Zummer/README.md b/Node/intelligence-Zummer/README.md index 7a24b68929..44349263c8 100644 --- a/Node/intelligence-Zummer/README.md +++ b/Node/intelligence-Zummer/README.md @@ -8,8 +8,9 @@ API](https://www.microsoft.com/cognitive-services/en-us/bing-web-search-api), (LUIS)](https://www.microsoft.com/cognitive-services/en-us/language-understanding-intelligent-service-luis) [![Deploy to Azure][Deploy Button]][Deploy Node/Zummer] + [Deploy Button]: https://azuredeploy.net/deploybutton.png -[Deploy Node/Zummer]: https://azuredeploy.net?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/Node/intelligence-Zummer +[Deploy Node/Zummer]: https://azuredeploy.net Bot Recipe/Prerequisites: ------------------------- From b7301d43f3f61027aa4b4d7b5c9d8405ef044dd6 Mon Sep 17 00:00:00 2001 From: Enzo Cano Date: Thu, 23 Mar 2017 14:08:50 -0300 Subject: [PATCH 2/2] Update Readme with Custom State example --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 22a85098c9..03a6168ffe 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Get Members of a Conversation | A sample bot that retrieves the conversation's m Direct Line | A sample bot and a custom client communicating to each other using the Direct Line API. | [View Sample](/CSharp/core-DirectLine)[![Deploy to Azure][Deploy Button]][Deploy CSharp/DirectLine] | [View Sample](/Node/core-DirectLine)[![Deploy to Azure][Deploy Button]][Deploy Node/DirectLine] Multi Dialogs | A sample bot showing different kind of dialogs. | [View Sample](/CSharp/core-MultiDialogs)[![Deploy to Azure][Deploy Button]][Deploy CSharp/MultiDialogs] | [View Sample](/Node/core-MultiDialogs)[![Deploy to Azure][Deploy Button]][Deploy Node/MultiDialogs] State API | A stateless sample bot tracking context of a conversation. | [View Sample](/CSharp/core-State)[![Deploy to Azure][Deploy Button]][Deploy CSharp/State] | [View Sample](/Node/core-State)[![Deploy to Azure][Deploy Button]][Deploy Node/State] +Custom State API | A stateless sample bot tracking context of a conversation using a custom storage provider. | [View Sample](/CSharp/core-CustomState)[![Deploy to Azure][Deploy Button]][Deploy CSharp/CustomState] | [View Sample](/Node/core-CustomState)[![Deploy to Azure][Deploy Button]][Deploy Node/CustomState] ChannelData | A sample bot sending native metadata to Facebook using ChannelData. | [View Sample](/CSharp/core-ChannelData)[![Deploy to Azure][Deploy Button]][Deploy CSharp/ChannelData] | [View Sample](/Node/core-ChannelData)[![Deploy to Azure][Deploy Button]][Deploy Node/ChannelData] AppInsights | A sample bot which logs telemetry to an Application Insights instance. | [View Sample](/CSharp/core-AppInsights)[![Deploy to Azure][Deploy Button]][Deploy CSharp/AppInsights] | [View Sample](/Node/core-AppInsights)[![Deploy to Azure][Deploy Button]][Deploy Node/AppInsights] @@ -66,6 +67,8 @@ Azure Search | Two sample bots that help the user navigate large amounts of cont [Deploy Node/MultiDialogs]: https://azuredeploy.net/?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/Node/core-MultiDialogs [Deploy CSharp/State]: https://azuredeploy.net?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/CSharp/core-State [Deploy Node/State]: https://azuredeploy.net/?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/Node/core-State +[Deploy CSharp/CustomState]: https://azuredeploy.net?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/CSharp/core-CustomState +[Deploy Node/CustomState]: https://azuredeploy.net/?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/Node/core-CustomState [Deploy CSharp/LUIS]: https://azuredeploy.net?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/CSharp/intelligence-LUIS [Deploy Node/LUIS]: https://azuredeploy.net/?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/Node/intelligence-LUIS [Deploy CSharp/ChannelData]: https://azuredeploy.net?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/CSharp/core-ChannelData