Book Image

Learning Microsoft Azure

By : Geoff Webber Cross, Geoff Webber-Cross
Book Image

Learning Microsoft Azure

By: Geoff Webber Cross, Geoff Webber-Cross

Overview of this book

Table of Contents (19 chapters)
Learning Microsoft Azure
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


We've been through quite a lot of theory around how to design a system for Microsoft Azure and also introduced the Azure Bakery case study, which we will build on throughout the book. From this point on, we'll be diving deeper into building a number of systems for the case study.

In this book, we'll concentrate on code examples to cover as many different Microsoft Azure services as possible without duplicating things too much; for example, we'll be building two websites for the sales system, we'll look at the customer website in detail, but only look at the Azure AD integration for the admin website. There will be three worker roles across the system, and again, we'll only look at the sales one in detail, and then look at relevant features of the others. In the code samples, everything will be included, so we can run orders end to end.

In the next chapter, we'll start laying the foundations for building the Azure Bakery system, starting with preparing the development environment and...