azure
5 TopicsBest way to add and update a custom to client's MS teams app.
Greeting everyone! I work at a SaaS company and we have a multi tenant architecture where every client hosts their own instance of the product and the data. We don't have a common database or server. We're working on building an MS teams integration for the same more specifically a bot that responds to certain commands and does proactive messaging. Extra info We don't have common messaging endpoint for the bot (Multi tenant architecture). and for some security reasons we cannot create a common endpoint to reroute the incoming request as well to the correct route. My 2 questions are: 1. What's the best way to achieve this - Installing and updating a custom app with minimum to no help from client's IT/Admin team. 2. Is there any post request where we can send the .zip app package and make it work? We were going through this - https://learn.microsoft.com/en-us/graph/api/teamsapp-publish?view=graph-rest-1.0&tabs=http Is there any easy way of getting Authorization bearer token here required for the header (Not all of our clients are tech savvy). Thanks in advance 🙂2KViews0likes2CommentsChange the label of "[AppName] has added you to [TeamName]"
If someone creates a new team, users get a message in their activity pane like "Mr. X added you to a new team [Teamname]". We - however - let people first go through an approval process and in the end the team will be created by an App. This results in a confusing message for users that looks like this: [AppName] has added you to [TeamName] I am wondering if there is any option to change this text if a new team/group is created via the GraphAPI in a client credential flow. Any ideas?681Views0likes1CommentTeams Dev Setup Integration with SBC on Azure
Hi Everyone I am trying to test Teams Direct routing using Azure (trial) Cloud based SBC. Azure provide Public IP using which i am able to open the SBC. Problem is that i cant see to find Public IP of the Teams Dev platform which i can use on SBC to perform the integration. Is this something even available? Sorry i am quite new to Teams. Is this is something that's only available to partners?951Views0likes1Comment500 Gateway errors with Teams Chat Bot
Hi, We have a Teams chat bot (aka root bot) that is currently connected to a Skill Dialog bot. When we deploy the root bot and the skill dialog bot to the same app service plan with instance count set to 1, both bots perform per expectations. When we deploy the root bot to its own app service plan with instance count set to 1 and the skill dialog bot with instance count set to 1, both bots perform per expectations. When we deploy the root bot to its own app service plan with instance count set to 2 and the skill dialog bot with instance count set to 2, we start seeing 500 gateway errors. We enabled App Insights and the visualization showed us that communication from the root bot to the skill dialog bot and vice versa would break down and throw the 500 errors. When we deploy the root bot and the skill dialog bot to the same app service plan but have the instance count set to 2, we are also seeing 500 gateway errors. Internally, we suspected that load balancing amongst the instances could be why we are getting the 500 errros. We found a post on Stack Overflow ( https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fstackoverflow.com%2Fquestions%2F49651539%2Fhow-azure-load-balances-scaled-out-app-service-plan&data=02%7C01%7CVoonSiong.Lum%40ihsmarkit.com%7C30530c54b6394b44861108d85becd022%7Cc1156c2fa3bb4fc4ac073eab96da8d10%7C0%7C0%7C637360419945083026&sdata=T7wR2Vz%2FYCNOseGITgR4S5V245DKfKRvjCFO7gx0UlQ%3D&reserved=0) which seemed to be related to our problem. Since ARR is enabled by default for our web app services, session affinity does not seem to be the issue here. Has anyone come across the same behavior? Any advice? Thank You990Views0likes0Comments