Prerequisite: The used Azure Account is member of several organizations.
When following the Create Azure resources, at step 3 you will get an error about "User not found".
v 1.0.1
Steps to reproduce the behavior:
Follow the Publish a bot tutorial and at section Create Azure resources where you run the command in step 3 an error about "User not found" will happen.
The azure resource should be created without error.
There are several possible solutions:
A. Mention in the bot publishing tutorial to the user to provide a tenant id in case if it is member of several organizations.
B. The Azure Tenant Id is a required parameter for the build script.
C. The build script checks for the "User not found" error and prompts to specify a tenant id.
@zxyanliu to be aware of the tenant id updates.
@rubit0 , we had a fix for this here #3359, which will be available soon in the next patch release. In this PR, we switched to another API to get the tenant id which is bound to this subscription.
@luhan2017 @hibrenda Let's sync offline for any updates I should make in the doc.
@luhan2017 Do I need to do any updates in the docs? I think this issue was addressed through #3359, which was merged.
@zxyanliu , we don't need to update the doc, the PR is just fixing a bug and there is no change on user scenario.