You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 21, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -38,14 +38,15 @@ If you prefer to run your bot locally, see [Running the connector locally](#runn
38
38
39
39
### Register a bot with the Azure Bot Service
40
40
To register your bot with the Azure Bot Service, you will need to create a new 'Bot Channels Registration'.
41
-
1. Go back to [https://portal.azure.com/#home](https://portal.azure.com/#home) and in the search bar, find 'Bot Channels Registration' and select if from the suggested results (it will show up on the right, in the 'Marketplace' section).
41
+
1. Go back to [https://portal.azure.com/#home](https://portal.azure.com/#home) and in the search bar, find 'Bot Channels Registration' and select if from the suggested results (it will show up on the right, in the 'Marketplace' section). You may be prompted to create a free Azure account for this.
42
42
2. Give the bot a name, this is the name that will be available in Skype etc.
43
-
3. Provide the details for the Subscription, Resource Group and Location.
44
-
4. For 'Pricing Tier' you can choose the free 'F0 (10K Premium Messages)' during development.
45
-
5. Enter the following URL in the Messaging Endpoint field: https://[yourherokuappname].herokuapp.com/api/messages (replace [yourherokuappname] with the name of your app on Heroku).
46
-
- If you are running the connector locally, use the ngrok url which will look something like https://6ed67af7.ngrok.io/api/message
47
-
6. Click on 'Auto create App ID and password' and in the 'blade' that appears click 'Create new' and in the next blade that appears enter the 'Application (client) ID' and 'Client Secret' that you copied earlier and click 'Ok'.
48
-
7. Click 'Create' in the first blade to create your bot. You will be notified when the bot is available.
43
+
3. Provide the details for the Subscription.
44
+
4. Choose a Resource Group or create a new one. Keep in mind that new blank Resources Group only work with some locations, for example: Central US.
45
+
5. For 'Pricing Tier' you can choose the free 'F0 (10K Premium Messages)' during development.
46
+
6. Enter the following URL in the Messaging Endpoint field: https://[yourherokuappname].herokuapp.com/api/messages (replace [yourherokuappname] with the name of your app on Heroku).
47
+
- If you are running the connector locally, use the ngrok url which will look something like https://6ed67af7.ngrok.io/api/messages
48
+
7. Click on 'Auto create App ID and password' and in the 'blade' that appears click 'Create new' and in the next blade that appears enter the 'Application (client) ID' and 'Client Secret' that you copied earlier and click 'Ok'.
49
+
8. Click 'Create' in the first blade to create your bot. You will be notified when the bot is available.
49
50
50
51
That's it! You can now test your bot by opening your bot resource in the Azure portal and choosing 'Test in Web Chat'.
0 commit comments