microsoft / csapps-msteams-watercooler

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.
MIT License
23 stars 17 forks source link

Azure Bot Service deployment failure #38

Open dc21382 opened 2 years ago

dc21382 commented 2 years ago

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." } }

Hickey77 commented 2 years ago

I can repro this. Premium plans Bot service failure with error above

Also, S1 Plan fails consistently with NPM Sync and subsequent syncs fail as well.