Posted On: Feb 22, 2018
Service Fabric enables the user to build applications that comprise micro services. Stateless micro-services (like protocol gateways and web proxies) don’t maintain a mutable state outside a request and its response from the service. Examples of a stateless service include Azure Cloud Services worker roles. Stateful micro-services (like user accounts, databases, devices, shopping carts, and queues) maintain a mutable, authoritative state beyond the request and its response, unlike Stateless Services. Today’s Internet-scale applications comprise a combination of stateless as well as stateful micro-services.
Never Miss an Articles from us.
The companies, which provide the cloud services to businesses, are called Cloud Providers, and one of them is Microsoft..
The developers, who have a hosting account, can use a Windows Azure portal to submit applications to Windows Azure. A de..
Roles are simply servers in layman terms. They are managed and load balanced platforms like service virtual machines, wh..