Open yuting1008 opened 1 day ago
Hi @yuting1008! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.
Best regards, Teams Platform
@yuting1008 - Thank you for your inquiry about your Teams app development issue! We will check this at our end and will get back to you.
I try to follow Case 2 solultion in the help link that the error message provides.
This is what I have done:
teamsapp.yml
and teamsapp.local.yml
files to use aadApp/create
actionBOT_OBJECT_ID
to env/.env.{name}
after updated the yaml fileBut it doesn't work. The error message is as below.
(×) Error: aadApp/create failed. (×) Error: Service management reference is required when creating Microsoft Entra app in Microsoft tenant. Please refer to the help link to provide a valid service management reference.
I am reproducing https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/msgext-expert-finder-js. When setting up resources, I fail to run the app in a Teams web client.
Below is the botAadApp/create.
How to fix this issue? Thank you!