I am a little confused about two new technologies receiving a lot of buzz currently; Can somebody please explain to me what the difference (or similarities) are between Azure and .NET Services?
Are they one and the same thing? Is Azure the Cloud OS that my .NET Services run in? Is .NET Services a component that makes up the greater Azure vision?
Thanks
Azure, the Microsoft Cloud Platform. Azure, Microsoft's cloud platform, is a great match for . NET Core apps because of the wide range of infrastructure and platform services for hosting these applications, along with the broad cross-platform support.
NET web applications that can be hosted easily in Azure with ASP.NET, a set of tools and libraries for building web applications and services.
Azure is a cloud platform designed to simplify the process of building modern applications. Whether you choose to host your applications entirely in Azure or extend your on-premises applications with Azure services, Azure helps you create applications that are scalable, reliable, and maintainable.
NET developers should be familiar with to get started developing apps using Azure services. You can implement/learn to develop . NET apps leveraging a variety of Azure services, some most common services: Web Application- Build .
You've basically got it right that .NET Services is a component that makes up part of the Azure platform. Check out the Azure Services graphic for a visual representation of the components.
Azure is composed of the operating environment and the base services that are used to host cloud applications. It provides the base capabilities (web and worker processes) as well as the simple data storage offerings.
.NET Services are the services that many applications will use to create cloud scale applications, although originally the services were mostly geared toward enterprise development. It includes the access service and service bus.
There are also a few other services that are provided:
SQL Azure is the SQL Server for the cloud offering. It is used like a regular SQL Server instance, for the most part, but is hosted and sericed by Microsoft.
Live Services are consumer focused services that make use of many Microsoft services: Mesh, Live ID, Messenger, etc.
One thing to note is that, although these services are offered as part of the Azure platform, the .NET Services should be usable from any platform. The are REST based services that can be consumed by any application that has the ability to call REST services.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With