Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Microsoft Azure Security

You're reading from  Microsoft Azure Security

Product type Book
Published in Apr 2015
Publisher
ISBN-13 9781784399979
Pages 152 pages
Edition 1st Edition
Languages

Table of Contents (12) Chapters

Microsoft Azure Security
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. The Fundamentals of Security Standards 2. Identity and Access Management for Users 3. Platform as a Service 4. Infrastructure as a Service 5. Identity and Access Management for Developers Index

Hosting the code


Although there are several ways to host a custom code on Azure, the two most important building blocks are Websites and Cloud Services. The first is actually a PaaS built on top of the second (a PaaS too), using an open source engine named Project Kudu (refer to https://github.com/projectkudu/kudu). This is why we start by inspecting Cloud Services first.

Cloud Services

Cloud Services was the first Azure Service that came out in the early stages of the platform (in 2009). In this book, it is assumed that you are familiar with Azure Services; however, here is a quick recap of some of the key concepts when working with Cloud Services:

  1. Write the application.

  2. Wrap it in a specific artifact named Cloud Service.

    • Configure it with configuration files

  3. Package the code and configuration with specific tools.

  4. Upload to Azure and let it create the environment to run the application.

    Tip

    A complete guide on Cloud Services, including step-by-step examples, can be looked up in my other book, Microsoft...

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 $15.99/month. Cancel anytime}