Preface
Azure is an ever-evolving platform. It offers an environment on the cutting edge of technology that suits different industry requirements. New capabilities and features are coming out fast, which makes it difficult to stay up to date. This book will give you a complete overview of all the current features and capabilities that Azure has to offer, and is a complete guide to preparing for the 70-535 exam.
This book will cover all the exam objectives. It will start with designing compute infrastructures, where you will learn about designing solutions with virtual machines, web applications, serverless and microservices, high-performance computing (HPC), and other compute-intensive applications. You will learn how to design effective networking implementations using Azure Virtual Networks and how to design connectivity for hybrid applications. You will learn about designing data implementations using different data services, relational database storage, and NoSQL storage. You will also learn how to keep your solutions and applications secure and how and when to use the different platform services in Azure, such as platforms and services for IoT and artificial intelligence. Finally, you will learn about all the monitoring capabilities and solutions that Azure has to offer.
Each chapter will conclude with a Further reading section, which is a very important part of the book as well, because it will give you extra and sometimes crucial information for passing the 70-535 exam. As the questions of the exam will change slightly over time and this book will become outdated soon, the further reading section will be the place that will provide you with all the updates.
Who this book is for
This book targets experienced developers and architects who want to pass the Exam 70-535: Architecting Microsoft Azure Solutions and broaden their knowledge of Azure from an architecture perspective
What this book covers
Chapter 1, Working with Azure Virtual Machines, will cover how to design solutions using Azure virtual machines. This includes designing VM deployments using availability sets, fault and update domains, and backup and recovery.
Chapter 2, Configuring Compute-Intensive Applications, covers how to design HPC and other compute-intensive applications using Azure Services, such as Azure Batch.
Chapter 3, Designing Web Applications, will cover how to design web applications and custom web APIs, how design for business continuity, scalability and performance, and more.
Chapter 4, Implementing Serverless and Microservices, will teach you how to design serverless and microservice-based solutions. This chapter will cover Azure Service Fabric, Azure Functions, Logic Apps, and more.
Chapter 5, Robust Networking Implementations, will cover all the networking features and capabilities that Azure has to offer and how to design effective networking solutions.
Chapter 6, Connecting Hybrid Applications, will teach you how to design connectivity to on-premises data from Azure applications using Azure Data Management Gateway for Data Factory, Azure On-Premises Data Gateway, and more.
Chapter 7, Using Storage Solutions, will cover how to design storage solutions using Azure Blob Storage, blob tiers, Azure Files, disks, and StorSimple. It will cover NoSQL and CosmosDB.
Chapter 8, Scalable Data Implementations, will cover how to design solutions using Azure Data Services. This includes determining when to use Data Catalog, Azure Data Factory, SQL Data Warehouse, Azure Data Lake Analytics, Azure Analysis Services, and Azure HDInsight.
Chapter 9, Securing Your Resources, covers how to secure your Azure resources and applications using Azure Active Directory, multi-factor authentication, and more.
Chapter 10, Securing Your Data, will cover data security solutions and capabilities, such as Azure Key Vault, Azure Storage Encryption, and Azure Disk Encryption.
Chapter 11, Governance and Policies, will cover designing a mechanism of governance and policies for administering Azure resources, such as determining when to use Azure RBAC standard roles and custom roles, when to use Azure resource policies, and more.
Chapter 12, Artificial Intelligence, IoT, and Media Services, will discuss the different features and capabilities that Azure has to offer for designing artificial intelligence and IoT solutions. It will also cover how to design solutions using Azure Media Services.
Chapter 13, Implementing Messaging Solutions, will cover how to design an effective messaging architecture using Azure Storage Queues, Azure Service Bus, Azure Event Hubs, Event Grid, and more.
Chapter 14, Application Monitoring and Alerting Strategies, will cover how to design an application monitoring and alerting strategy and how to design a platform-monitoring and alerting strategy using the different Microsoft products and services for monitoring Azure platform solutions.
Chapter 15, Exploring Operations Automation Strategies, will cover different solutions and methods for designing an operations automation strategy and designing an autoscaling strategy.
Appendix A, Assessments, will contain the answers for all the questions given at the end of each chapter.
Appendix B, Mock Test Questions, will consist of mock questions for you to test your knowledge. It tries to cover all the topics from the scope of the exam and challenges your understanding of the topics.
Appendix C, Mock Test Answers, will have the answers to the questions present in Appendix B, Mock Test Questions.
To get the most out of this book
This book assumes that readers are already familiar with the basics of networking, security, databases, integration, developing and administering applications, and solutions on the Azure platform.
Download the example code files
You can download the example code files for this book from your account at www.packtpub.com. If you purchased this book elsewhere, you can visit www.packtpub.com/support and register to have the files emailed directly to you.
You can download the code files by following these steps:
- Log in or register at www.packtpub.com.
- Select the
SUPPORT
tab. - Click on
Code Downloads & Errata
. - Enter the name of the book in the
Search
box and follow the onscreen instructions.
Once the file is downloaded, please make sure that you unzip or extract the folder using the latest version of:
- WinRAR/7-Zip for Windows
- Zipeg/iZip/UnRarX for Mac
- 7-Zip/PeaZip for Linux
The code bundle for the book is also hosted on GitHub at https://github.com/PacktPublishing/Architecting-Microsoft-Azure-Solutions-Exam-Guide-70-535. In case there's an update to the code, it will be updated on the existing GitHub repository.
We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!
Download the color images
We also provide a PDF file that has color images of the screenshots/diagrams used in this book. You can download it here: https://www.packtpub.com/sites/default/files/downloads/ArchitectingMicrosoftAzureSolutionsExamGuide70535_ColorImages.pdf.
Conventions used
There are a number of text conventions used throughout this book.
CodeInText
: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg
disk image file as another disk in your system."
A block of code is set as follows:
namespace PacktPubToDoAPI.Models
{
public class TodoItem
{
public long Id { get; set; }
public string Name { get; set; }
public bool IsComplete { get; set; }
}
}
Any command-line input or output is written as follows:
Login-AzureRmAccount
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Click onNew
and, on the right-hand side, choose an image (or you can type an
image name in the search bar)."
Note
Warnings or important notes appear like this.
Note
Tips and tricks appear like this.
Get in touch
Feedback from our readers is always welcome.
General feedback: Email [email protected]
and mention the book title in the subject of your message. If you have questions about any aspect of this book, please email us at [email protected]
.
Errata: Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you have found a mistake in this book, we would be grateful if you would report this to us. Please visit www.packtpub.com/submit-errata, selecting your book, clicking on the Errata Submission Form link, and entering the details.
Piracy: If you come across any illegal copies of our works in any form on the Internet, we would be grateful if you would provide us with the location address or website name. Please contact us at [email protected]
with a link to the material.
If you are interested in becoming an author: If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, please visit authors.packtpub.com.
Reviews
Please leave a review. Once you have read and used this book, why not leave a review on the site that you purchased it from? Potential readers can then see and use your unbiased opinion to make purchase decisions, we at Packt can understand what you think about our products, and our authors can see your feedback on their book. Thank you!
For more information about Packt, please visit packtpub.com.