Hi,
Based on your concurrent WebSockets requirement the minimum Azure App Service SKU you could use would be Basic B1. Basic B1 supports up to 350 connections per instance, and you can have up to 3 instances if you scale out.
You will need to test by running your application under Basic B1 to see if it has enough power or you need larger size, if you need multiple instances or if one instance is enough, etc.
Please click Accept Answer if the above was useful.
Thanks.
-TP