Skip to content

Commit

Permalink
Merge pull request microsoft#94 from southworkscom/fix-deploy-button
Browse files Browse the repository at this point in the history
Fix Deploy button issue in READMEs
  • Loading branch information
willportnoy authored Apr 3, 2017
2 parents 14b3e16 + b7301d4 commit a17a038
Show file tree
Hide file tree
Showing 39 changed files with 99 additions and 46 deletions.
5 changes: 3 additions & 2 deletions CSharp/cards-CarouselCards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions CSharp/cards-RichCards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion CSharp/core-AppInsights/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions CSharp/core-ChannelData/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions CSharp/core-CreateNewConversation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions CSharp/core-CustomState/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions CSharp/core-DirectLine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions CSharp/core-GetConversationMembers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions CSharp/core-MultiDialogs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions CSharp/core-ReceiveAttachment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions CSharp/core-SendAttachment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions CSharp/core-State/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions CSharp/demo-CardsAttachments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions CSharp/demo-ContosoFlowers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 4 additions & 1 deletion CSharp/intelligence-ImageCaption/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions CSharp/intelligence-LUIS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 4 additions & 1 deletion CSharp/intelligence-SimilarProducts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 4 additions & 1 deletion CSharp/intelligence-SpeechToText/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion CSharp/intelligence-Zummer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ API](https://www.microsoft.com/cognitive-services/en-us/bing-web-search-api) and
(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:
-------------------------
Expand Down
5 changes: 3 additions & 2 deletions Node/cards-CarouselCards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions Node/cards-RichCards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion Node/core-AppInsights/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions Node/core-ChannelData/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions Node/core-CreateNewConversation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions Node/core-CustomState/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions Node/core-DirectLine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions Node/core-GetConversationMembers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions Node/core-MultiDialogs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions Node/core-ReceiveAttachment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions Node/core-SendAttachment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions Node/core-State/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions Node/demo-ContosoFlowers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions Node/demo-Search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 4 additions & 1 deletion Node/intelligence-ImageCaption/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions Node/intelligence-LUIS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading

0 comments on commit a17a038

Please sign in to comment.