I would like to set up botkit to use the Microsoft Bot Framework.
botkit refers to the yeoman generator on their "Get started" page: https://botkit.ai/getstarted.html
This generator asks an App ID and App Password.
I went to my created channel in azure -> Settings to get my App id. Copied the value from "Microsoft App ID" and hovering over the information icon tells me to click "Manage" to get a password. Clicked "Manage" which leads me to a "Not found" page. (According to old articles this should have worked, i guess this is because of the migration? https://learn.microsoft.com/en-us/azure/bot-service/bot-service-quickstart-registration?view=azure-bot-service-3.0)
afterwards i followed a microsoft blog post about retrieving app passwords here: https://blog.botframework.com/2018/07/03/find-your-azure-bots-appid-and-appsecret/
After entering this in the emulator as explained in the steps. it says: "Unauthorized".
As a messaging endpoint i put my ngrok forwarded url. (retrieved using ./ngrok http 3000
)
Is there anything I'm missing? It should be pretty straight forward to get this working normally no?