Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/bot-service-resources-app-insights-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To get the API key, do the following:

2. Click **Create API Key**.

3. Enter a short description, check the **Read telementry** option, and click the **Generate key** button.
3. Enter a short description, check the **Read telemetry** option, and click the **Generate key** button.
![Portal screen capture of the Application ID and API Key](~/media/portal-app-insights-appid-apikey.png)

> [!WARNING]
Expand Down
2 changes: 1 addition & 1 deletion articles/channel-connect-teams.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ After adding the Teams channel, go to the **Channels** page and click on **Get b

- Copy the _https_ part of the code that is showin in the **Get bot embed code** dialog. For example, `https://teams.microsoft.com/l/chat/0/0?users=28:b8a22302e-9303-4e54-b348-343232`.

- In the browser, paste this address and then choose the Microsoft Teams app (client or web) that you use to add the bot to Teams. You should be able to see the bot listed as a contact that you can send messages to and recieves messages from in Microsoft Teams.
- In the browser, paste this address and then choose the Microsoft Teams app (client or web) that you use to add the bot to Teams. You should be able to see the bot listed as a contact that you can send messages to and receives messages from in Microsoft Teams.

> [!IMPORTANT]
> Adding a bot by GUID, for anything other than testing purposes, is not recommended. Doing so severely limits the functionality of a bot. Bots in production should be added to Teams as part of an app. See [Create a bot](https://docs.microsoft.com/microsoftteams/platform/concepts/bots/bots-create) and [Test and debug your Microsoft Teams bot](https://docs.microsoft.com/microsoftteams/platform/concepts/bots/bots-test).
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not applicable

Expand Down
2 changes: 1 addition & 1 deletion articles/what-is-new-archive.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ the Direct Line JS client can be used in your custom application. Go to [Github]
## Bot Framework Emulator
The [Bot Framework Emulator][60] is a cross-platform desktop application that allows bot developers to test and debug bots built using the Bot Framework SDK. You can use the Bot Framework Emulator to test bots running locally on your machine or to connect to bots running remotely.

- [Downlad latest][61] | [Docs][62]
- [Download latest][61] | [Docs][62]

<a name="Emulator-whats-new"></a>
### Bot Inspector (New! In preview)
Expand Down