User Profile
feranto
Former Employee
Joined Jul 30, 2020
User Widgets
Recent Discussions
Re: Traditional Sockets communication in Azure
NotSoFastEddie Sounds like an interesting scenario, some suggestions: Of course TCP socket communication is not the same as WebSocket communication, each implementation works differently and is supported by different services: Traditional TCP socket communication(non http): Application gateway announced support for this Application Gateway TCP/TLS proxy overview (Preview) | Microsoft Learn . For this you would need to rely on infrastructure focused services like App gateway, Load Balancer and VM/AKS/etc... Websocket communication(HTTP): this would need a refactor of your current socket implementation, and here you can rely on more PAAS services like web pubsub, API Management, App services, ACA, AKS... So hope this gives you an idea of what mix of services can help you on azure for each scenario.367Views0likes1Comment
Recent Blog Articles
Announcing the Public Preview of the Premium v2 tier of Azure API Management
Today, we are excited to announce the public preview of Azure API Management Premium v2 tier. Superior capacity, highest entity limits, unlimited included calls, and the most comprehensive set of fea...2.1KViews1like0CommentsChoosing the right Azure API Management tier for your networking scenarios
There are different options when it comes to integrating your API Management with your Azure Virtual Network (VNet) which are important to understand. These options will depend on your network perime...9.7KViews5likes6CommentsAnnouncing Public Preview of Azure API Management Basic v2 and Standard v2 Tiers
We're thrilled to announce the public preview launch of our latest Azure API Management pricing tiers: Basic v2 and Standard v2. These new tiers address highly sought-after customer requests, bring q...16KViews6likes13Comments