Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (5.8k points)
Just learning how to use Azure Bot Service and Azure Bot Framework. I created a Bot in Azure portal following this Official Azure tutorial. Does this bot need to be published somewhere? I read somewhere that you Build-->Test-->Publish-->Evaluate. I've tested it in the Azure portal itself as explained here. Not sure about the Publish part of it.

1 Answer

0 votes
by (9.6k points)

You can embed the bot on any web page using this HTML tag:

<iframe src="https://webchat.botframework.com/embed/YOUR_BOT_ID?t=YOUR_TOKEN_HERE"></iframe>

You can get the token (bot_id) from the portal by going to your bot and choosing Channel blade. Then click the Get bot embed codes.

Browse Categories

...