Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Implementing Azure Solutions

You're reading from   Implementing Azure Solutions Eliminate the pain point of implementation

Arrow left icon
Product type Paperback
Published in May 2017
Publisher Packt
ISBN-13 9781786467850
Length 518 pages
Edition 1st Edition
Tools
Arrow right icon
Authors (3):
Arrow left icon
Jan-Henrik Damaschke Jan-Henrik Damaschke
Author Profile Icon Jan-Henrik Damaschke
Jan-Henrik Damaschke
Florian Klaffenbach Florian Klaffenbach
Author Profile Icon Florian Klaffenbach
Florian Klaffenbach
Oliver Michalski Oliver Michalski
Author Profile Icon Oliver Michalski
Oliver Michalski
Arrow right icon
View More author details
Toc

Table of Contents (11) Chapters Close

Preface 1. Getting Started with Azure Implementation FREE CHAPTER 2. Azure Resource Manager and Tools 3. Deploying and Synchronizing Azure Active Directory 4. Implementing Azure Networks 5. Implementing and Securing Azure Storage Accounts 6. Planning and Deploying Virtual Machines in Azure 7. Implementing Azure Cloud Services 8. Implementing Azure Container Service 9. Implementing Azure Security 10. Skill Wrap Up and Migration Scenario

Understanding the Cloud Service architecture


We now come to the topic Cloud Service architecture. Look at the following diagram:

As you can see, an Azure Cloud Service consists of the following two elements:

  • Cloud Services Package: The service package (ServicePackage.cspkg) is a ZIP file and it includes the Service Definition File (ServiceDefinition.csdef) and the Code Assets for the service and the required binary-based dependencies
  • Service Configuration File: ServiceConfig.cscfg

As you also can see, the Service Configuration File is outside of the Cloud Service Package. This is because changes in the configuration can be made without interruption at runtime (by uploading a new Service Configuration File). However, changes to the service itself require a redeployment of the Cloud Service Package.

Roles

Let us continue with the next diagram and the other elements of the Cloud Services architecture. These elements are called roles and they are created by the Service Definition File and the code...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime