I've upgraded my bot to .Net6 and want to test it with the Botframework Emulator.
On Azure I am using a UserAssignedMSI for my Azure Bot. For this to work I need to leave the password blank. But when I try to use the Emulator with the UserAssignedMSI credentials that I have entered in the the appsettings.json file I get the following error:
I've upgraded my bot to .Net6 and want to test it with the Botframework Emulator.
On Azure I am using a UserAssignedMSI for my Azure Bot. For this to work I need to leave the password blank. But when I try to use the Emulator with the UserAssignedMSI credentials that I have entered in the the appsettings.json file I get the following error:
Cannot post activity. Unauthorized.