Implementing Azure: Putting Modern DevOps to Use
by Florian Klaffenbach, Oliver Michalski, Markus Klein, Mohamed Wali
Understanding the manifests
Service Fabric uses two XML files - the Application Manifest and the Service Manifest for the purpose of packaging and deploying the applications. An application in Service Fabric is a unit of deployment. An application can be deployed, upgraded, or even rolled back as a unit. The rollback usually occurs in case of a failure on upgrade and is automatically handled by the Service Fabric orchestrator to ensure system stability.
Application manifest, as the name suggests, is used to describe the application. It defines the list of services and the parameters required to deploy these services. Number of service instances being one of them.
Service manifest defines the components of a service. This includes data, code, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access