From the course: .NET Microservices for Azure Developers
Unlock the full course today
Join today to access over 24,500 courses taught by industry experts.
Introduction to the microservices architectural style - Azure Tutorial
From the course: .NET Microservices for Azure Developers
Introduction to the microservices architectural style
- [Instructor] Although organizing a system as a group of decoupled services is nothing new, microservices based architecture has become particularly popular in the software industry in recent years. The microservices architectural style proposes the creation of lightweight and decoupled services. Each has a single responsibility and is isolated from other services. That means each service has independent storage to run as an autonomous process. You can build microservices with any programming language and run them on any platform. One of the most significant benefits of microservices is that they enable a more agile operation. They allowed you to concentrate on individual services one at a time without having to update and deploy an entire monolithic project all at once. Because of this, microservices architecture is frequently considered an important aspect when adopting DevOps practices. On the other hand, I must say that you don't have to use this type of architecture just because…
Contents
-
-
-
The importance of software architecture3m 52s
-
(Locked)
What is the monolithic architecture?2m 4s
-
(Locked)
Service-oriented architecture (SOA) overview1m 54s
-
(Locked)
Introduction to the microservices architectural style2m 1s
-
(Locked)
Core principles of microservices4m 9s
-
(Locked)
Microservices and Domain-Driven Design2m 4s
-
(Locked)
Communication between microservices2m 35s
-
-
-
-
-
-