Skip to content

Commit 19b4179

Browse files
committed
Pr Comments Fixed
1 parent f25f9ee commit 19b4179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/bot-message-reaction/python/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This sample app demonstrates the implementation of message reactions in Microsof
2525
![Message Reaction](Images/MessageReactions.gif)
2626

2727
## Try it yourself - experience the App in your Microsoft Teams client
28-
Please find below demo manifest which is deployed on Microsoft Azure and you can try it yourself by uploading the app package (.zip file link below) to your teams and/or as a personal app. (Sideloading must be enabled for your tenant, [see steps here](https://docs.microsoft.com/microsoftteams/platform/concepts/build-and-test/prepare-your-o365-tenant#enable-custom-teams-apps-and-turn-on-custom-app-uploading)).
28+
Please find below demo manifest which is deployed on Microsoft Azure and you can try it yourself by uploading the app package (.zip file link below) to your Teams and/or as a personal app. (Sideloading must be enabled for your tenant, [see steps here](https://docs.microsoft.com/microsoftteams/platform/concepts/build-and-test/prepare-your-o365-tenant#enable-custom-teams-apps-and-turn-on-custom-app-uploading)).
2929

3030
**Teams Message Reactions Bot:** [Manifest](/samples/bot-message-reaction/csharp/demo-manifest/bot-message-reaction.zip)
3131

@@ -59,7 +59,7 @@ In Azure portal, create a [Azure Bot resource](https://docs.microsoft.com/azure/
5959

6060
In the new Azure Bot resource in the Portal,
6161
- Ensure that you've [enabled the Teams Channel](https://learn.microsoft.com/azure/bot-service/channel-connect-teams?view=azure-bot-service-4.0)
62-
- In Settings/Configuration/Messaging endpoint, enter the current `https` URL you were given by running the tunneling application. Append with the path `/api/messages`
62+
- In Settings/Configuration/Messaging endpoint, enter the current `https` URL you were given by running the tunneling application. Append it with the path `/api/messages`
6363

6464
## Run the app (Manually Uploading to Teams)
6565
## Setup for code

0 commit comments

Comments
 (0)