Book Image

Implementing Microsoft Azure Infrastructure Solutions: Exam Guide 70-533

By : Mélony Qin
Book Image

Implementing Microsoft Azure Infrastructure Solutions: Exam Guide 70-533

By: Mélony Qin

Overview of this book

<p>Microsoft Azure is a prominent public cloud provider, recording the highest user base growth in the year 2017. Microsoft has prominent certifications that help architects, developers, and administrators gain hands-on knowledge while working on Azure. 70-533 is one such advanced-level certification, which deals with infrastructure solutions on Microsoft Azure.</p> <p>Implementing Microsoft Azure Infrastructure Solutions starts with an overview of the certification and an introduction to Microsoft Azure. Next, you will learn how to plan and implement virtual machines and containers, followed by designing and implementing service apps. As you make your way through the chapters, you will learn how to implement and manage virtual networks and Azure identities, as well as the Active Directory infrastructure in a hybrid environment. In the concluding chapters, you will learn how to plan and implement storage and security, and business continuity and disaster recovery (BCDR) strategies. You will also automate and monitor cloud management operations in Azure. By the end of the book, you will have covered all of the modules, along with the practice questions at the end of each chapter, which will be extremely helpful in passing the 70-533 certification exam.</p>
Table of Contents (16 chapters)
Title Page
Packt Upsell
Contributors
Preface
Index

A real-life scenario


This real-life scenario, deploying a web application that uses Azure App Service via Visual Studio 2017 and CI/CD with GitHub and VSTS, will deploy the ASP.NET MVC web application with Visual Studio 2017 then publish it to the Web App in Azure App Service.

Download infra70533StartApp in the GitHub repository for our book. Follow the: https://github.com/PacktPublishing/Implementing-Microsoft-Azure-Infrastructure-Solutions-Exam-Guide-70-533/tree/master/Chapter%204/01-Apps/infra70533StartApp

Web deployment to Web App using Visual Studio 2017

Now, open this solution with Visual Studio 2017 and build it as follows:

Building a sample ASP.NET MVC application with Visual Studio 2017

 

Click on the green flag for debug to launch the web application in your local browser, as shown in the following screenshot:

Virtualize the application with the local browser

These two steps are to test whether your web application is working on your local machine. Then, go to the Website element in your...