This site is obsolete and should be used for reference only. The information in this documentation is not guaranteed to work for Bot Framework SDK versions past 4.9.1.

Tutorial: Deploy (cli)

Create Microsoft App registration

Run the following command to create your app registration:

az ad app create `
    --display-name 'your-app-name' `
    --password 'your-app-pw' `
    --available-to-other-tenants `
    --reply-urls 'https://token.botframework.com/.auth/web/redirect'