Wow that was very enlightening thank you for the simple description and concrete examples!
@ivandrofly Жыл бұрын
3:53 The turning to the right was very critical :D
@harshith_eth3 ай бұрын
Bruh!!!🍆
@amulyakumarsahoo53672 ай бұрын
😂😂😂
@rehmanshahid56714 жыл бұрын
Great video....one quick question Is there any connections limit for clients for azure signal R service?
@nthonychu4 жыл бұрын
Thanks for watching! 🙂 The connection limit per instance is currently 100,000 simultaneous clients. Above that you can deploy multiple instances. You would implement your own sharding as the strategy used is highly dependent on the specific scenario. One example we've seen is deploying to multiple regions so clients connect to an instance that's closest, and messages are distributed to multiple regions using something like a geo-distributed Azure Cosmos DB change feed or Azure Service Bus topics.
@rehmanshahid56714 жыл бұрын
@@nthonychu thanks for explanation. As we can deploy multiple instances so how the clients entertained geographically? How azure Signal R service manages it or it would be manageable by own strategy?
@nthonychu4 жыл бұрын
@@rehmanshahid5671 There are a few ways to do it. One is you can deploy Azure Functions apps to all the regions alongside the SignalR Service deployments, then put Azure Traffic Manager in front of the function app (not SignalR Service). This is not shown in the video, but there's a small Azure Function that each SignalR client calls to negotiate the connection. Traffic Manager routes the client to its closest function app to negotiate the connection, which sends the client to the SignalR Service instance in the same region.
@isaachatilima2 жыл бұрын
How can I use SignalR with Django? I can't seem to find any content about it or is it not supported?
@KenzoArts4 жыл бұрын
Hello Anthony, nice demo for shared whiheboard, where can we find the source code ?
Anthony, great presentation! I love to use it in future project. I added simple Chinese to the language list but could not get translation from client side. Any idea? "new List { "en-US", "fr-FR", "es-ES", "ko-KO", "ja-JP", "de-DE", "zh-CN" };" Thanks again!
@siddharthsingh-vb7xi3 жыл бұрын
Hi Anthony, Thanks for the great video. I faced issues with ASP.NET Core SignalR when I scaled out the Azure app service to 2 instances. So, I tried using Azure SignalR Service as a backplane with no luck. It works fine with one instance of the web app though. I have also posted a question - stackoverflow.com/questions/66099462/azure-signalr-service-issue-with-scale-out-in-azure-app-service . Do you have any idea what i am missing here?
@akshaymane55222 жыл бұрын
Hi @siddarth singh does it work for you? I want to scale for 2 instances but don't want to show common output, want to keep individual
@TheEndevour20103 жыл бұрын
Why cant whole or part of REST API replace with SignalR. May be it could reduce www (world wide wait!!)
@hugogirard284 жыл бұрын
Is it possible to have the github of the code ?
@MicrosoftAzure4 жыл бұрын
Hugo Girard See link in the show notes for CaptionR.
@zefreus4 жыл бұрын
Is it possible to have the c# code?
@nthonychu4 жыл бұрын
Absolutely! There are lots of C# samples around so I decided to showcase other languages that people don't usually associate with SignalR. If you check out the repo for the demo, I have a C# version there.
@zefreus4 жыл бұрын
@@nthonychu tnx!!!
@ivandrofly Жыл бұрын
4:49 - connection string storage
@ivandrofly Жыл бұрын
5:38 - Sas connection to blob storage
@AdrianLopez-sc6zw4 жыл бұрын
Guys. This app was really cool, but I think the title of the video is misleading,. I was expecting to see you Showcasing azure Serverless services, pros, cons, pricing, and limits.. why it is different from Lambda AWS
@nthonychu4 жыл бұрын
This is part of a “go serverless” series that showcases different things you can do with Azure’s serverless products. Check out the first episode for an overview of Azure Functions. I think it’ll answer your questions! (And of not, feel free to ask): kzbin.info/www/bejne/i3fbgpupr7lna5I