Skip to content

Commit ab352f8

Browse files
authored
Community content (#384)
* Update azure-bot-service-continuous-deployment.md (#75) * Add Content-Type header in doc (#76) Without a Content-Type header of ``application/json`` the DirectLine service returns a 500. * Release 'live' 11-20-17 * Remove high-speed storage reference (#78) High-speed storage is on for all bots and the option has been removed from the config page. * Some templates are ItemTemplates (#80) * Some templates are ItemTemplates Indicates that `Bot Controller.zip` and `Bot Dialog.zip` should go on the item templates folder instead of the project template folder. Added the default route for item templates folders. * Update bot-builder-dotnet-quickstart.md * Update bot-builder-dotnet-quickstart.md
1 parent d17c72b commit ab352f8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

articles/channel-connect-directline.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,5 @@ Finally, configure settings for the site.
4343
> [!TIP]
4444
> If you are creating a new connection between your client application and bot, use Direct Line API 3.0.
4545
46-
- To enable [Direct Line API preformance improvements](https://blog.botframework.com/2017/02/02/Direct-Line-performance-improvements/), select **High-speed storage [PREVIEW]**.
47-
4846
When finished, click **Done** to save the site configuration. You can repeat this process, beginning with [Add new site](#add-new-site), for each client application that you want to connect to your bot.
4947

articles/dotnet/bot-builder-dotnet-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ Get started by completing the following prerequisite tasks:
3333

3434
2. In Visual Studio, <a href="https://docs.microsoft.com/en-us/visualstudio/extensibility/how-to-update-a-visual-studio-extension" target="_blank">update all extensions</a> to their latest versions.
3535

36-
4. Download the [Bot Application](http://aka.ms/bf-bc-vstemplate), [Bot Controller](http://aka.ms/bf-bc-vscontrollertemplate), and [Bot Dialog](http://aka.ms/bf-bc-vsdialogtemplate) .zip files. Install the templates by copying the .zip files to your Visual Studio 2017 project templates directory.
36+
4. Download the [Bot Application](http://aka.ms/bf-bc-vstemplate), [Bot Controller](http://aka.ms/bf-bc-vscontrollertemplate), and [Bot Dialog](http://aka.ms/bf-bc-vsdialogtemplate) .zip files. Install the project template by copying `Bot Application.zip` to your Visual Studio 2017 project templates directory. Install the item templates by copying `Bot Controller.zip` and `Bot Dialog.zip` to your Visual Studio 2017 item templates directory.
3737

3838
> [!TIP]
39-
> The Visual Studio 2017 project templates directory is typically located at `%USERPROFILE%\Documents\Visual Studio 2017\Templates\ProjectTemplates\Visual C#\`.
39+
> The Visual Studio 2017 project templates directory is typically located at `%USERPROFILE%\Documents\Visual Studio 2017\Templates\ProjectTemplates\Visual C#\` and the item templates directory is at `%USERPROFILE%\Documents\Visual Studio 2017\Templates\ItemTemplates\Visual C#\`
4040
4141
## Create your bot
4242

0 commit comments

Comments
 (0)