OfficeDev / microsoft-teams-apps-company-communicator

Company Communicator app template
MIT License
317 stars 392 forks source link

Services application configuration #1481

Open mayerliv20 opened 1 week ago

mayerliv20 commented 1 week ago

Hello,

currently the deployment of the app services is active, but in the configuration the author bot id, appdomain and the user bot id do not appear. A version and .NET details configuration topic appears but you do not see this confirmed data?

v-jaygupta commented 1 week ago

Hello @mayerliv20 ,

Thanks for reaching out to us! Could you please confirm if the deployment is done or its in progress. These details will be mentioned in the output section of the deployment once the deployment gets completed successfully. If the deployment fails due to any reason then, the output section will be blank. The author and the user app id will be the app client ids of the user and the author app registrations and app domain url will be https://[appName].azurefd.net

mayerliv20 commented 1 week ago

The implementation finished but generated an error in the implementation of the template, due to an issue with the service application, due to git, I adjusted it, but when I adjusted it, the implementation of the service application remained active, but in the same way when I go to the configuration of this service application, it does not show me those values. because it is?

v-jaygupta commented 6 days ago

@mayerliv20 , Can you please share the error screenshots for the issue you are facing. This will help us to understand and resolve the issue quickly.

mayerliv20 commented 6 days ago
Screenshot 2024-06-26 141830 Screenshot 2024-06-26 141954

Hello, yes, I attach two images, once the error that generated us, currently tells us that it is the git issue, we made a deployment only of that error, but it continues to generate the same error and we did the manual git of the service application, but it still does not show us the bot author and user.

Screenshot 2024-06-26 142209 Screenshot 2024-06-26 141723
v-jaygupta commented 5 days ago

To overcome the failed resources, please follow below mentioned steps - Go to azure portal-->Go to resource group(Where the deployment has been done)-->Select prep-function(or whatever resources that failed in the ARM template deployment) from list of resources-->Go to Deployment Center-->Click on Settings. Below is the screenshot for reference.

image

mayerliv20 commented 5 days ago

Hello. Yes, we already did that and the synchronization remained active, but I still cannot obtain the author bot id and user bot id

v-jaygupta commented 8 hours ago

@mayerliv20 , the author and the user bot id's that we get in the output section of the ARM deployment is nothing but the app registration client id's of the user and the author apps. Also, the app domain in the output will be in below mentioned format - [appservicename].azurefd.net where appservicename will be the replaced by the name of your deployed app service resource in azure.

Please proceed with the further steps of deployment