Create Bot With Microsoft Bot Framework and Microsoft Azure
The first step to creating a Skype channel is using the Microsoft Bot Framework and Microsoft Azure to make a new bot. To set up a developer account by following these steps:
First, sign in to the Microsoft Bot Framework using an account with administrator permission.
Sign In
Check terms of service Microsoft azure and click the'Save' button.
Term of Service
On the bot framework page, fill out the bot profile with:
Display Name: A friendly name for your bot (Fill in the display name for the Bot with 35 character limit).
Bot Handle: Used in the URL for your bot (Fill in the bot handle with alphanumeric and underscore only). Cannot be changed once registered.
For Example 'AA7788988800CC88' and the URL will become 'https://dev.botframework.com/bots/settings?id= AA7788988800CC88'
Bot Description: Displayed on your card in the bot directory, if you choose to list it there.
Bot Profile
On the configuration section, select App Type 'Multi Tenant' and click the'Create Microsoft App ID and password' button.
Configuration
Then, on the App registration page, click the 'New Registration' button on the left side of the page.
New Registration
Enter your application’s registration information:
Name: Enter a meaningful application name that will be displayed to the users.
Select Accounts in any organizational directoryand personal Microsoft Accounts option from the supported account types section.
Then, click the 'Register' button to create the application.
Registration Application
After a few moments, the newly created app registration should open a blade.
Created App Registration
Back to the bot framework. In the configuration section and paste your App id.
Paste App ID
Scroll to the bottom page, check on the 'Term and Condition' and click the 'Register' button.
Register
Create and register bot success.
Bot Created
After you register the bot, it will redirect the page to the channels list. Please add the Skype Channel by clicking the Skype icon.
Connect to Channels
After clicking the Skype channel, it will open page 'Configure Skype'.
Configure Skype
Please click the 'Save' button.
Term of Service
The Skype channel should be added to the list.
Added Skype Channel
Back to Microsoft Azure, click 'Certificates & Secrets' in the left navigation column of your app registration’s blade. In that blade, click the '+ New client secret' button.
Certificates and Secrets
In the pop-up, enter an optional description for the client secret and select the expired period from the Expires drop-down list button. Then, click the 'Add' button.