Water Cooler is a custom Teams app that enables corporate teams to create, invite, and join casual conversations among teammates, like those that take place by the Water Cooler or break room. Use this template for multiple scenarios, such as new non-project related announcements, topics of interest, current events, or conversations about hobbies. The app provides an easy interface for anyone to find an existing conversation or start a new one. It's a foundation for building custom targeted communication capabilities, promoting interaction amongst coworkers who may otherwise not get a chance to socialize during breaks.
When I attempt to deploy the ARM template using any SKU other than S1, the Azure Bot Service deployment fails and gives the error shown below. When I set the SKU to S1, the Azure Bot Service deploys successfully.
{ "status": "Failed", "error": { "code": "InvalidResourceEntity", "message": "Invalid sku name for ABS. Allowed values: F0, S1." } }
When I attempt to deploy the ARM template using any SKU other than S1, the Azure Bot Service deployment fails and gives the error shown below. When I set the SKU to S1, the Azure Bot Service deploys successfully.
{ "status": "Failed", "error": { "code": "InvalidResourceEntity", "message": "Invalid sku name for ABS. Allowed values: F0, S1." } }