From 2ec407e57035d57ab7d110c6cbb8dfa41df1649c Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:48:39 -0800 Subject: [PATCH] Update LAB_09a-Implement_Web_Apps.md --- .../Lab/LAB_09a-Implement_Web_Apps.md | 21 ++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/New Instructions/Lab/LAB_09a-Implement_Web_Apps.md b/New Instructions/Lab/LAB_09a-Implement_Web_Apps.md index 4d057eb2..5da0d4ee 100644 --- a/New Instructions/Lab/LAB_09a-Implement_Web_Apps.md +++ b/New Instructions/Lab/LAB_09a-Implement_Web_Apps.md @@ -5,17 +5,26 @@ lab: --- # Lab 09a - Implement Web Apps -# Student lab manual + + +## Lab requirements + +## Estimated timing: 30 minutes + ## Lab scenario Your organization is interested in Azure Web apps for hosting your organization's web sites. The web sites are currently hosted in the company's on-premises data centers. The web sites are running on Windows servers using the PHP runtime stack. The hardware is nearing end-of-life and will need replacement in the near future. Your organization wants to complete testing to facilitate a move to Azure prior to the end-of-life date. +## Interactive lab simulation + **Note:** An **[interactive lab simulation](https://mslabs.cloudguides.com/guides/AZ-104%20Exam%20Guide%20-%20Microsoft%20Azure%20Administrator%20Exercise%2013)** is available that allows you to click through this lab at your own pace. You may find slight differences between the interactive simulation and the hosted lab, but the core concepts and ideas being demonstrated are the same. -## Objectives +## Architecture diagram -In this lab, you will: +![Diagram of the tasks.](./media/az104-lab09a-architecture-diagram.png) + +## Tasks + Task 1: Create an Azure web app + Task 2: Create a staging deployment slot @@ -23,11 +32,9 @@ In this lab, you will: + Task 4: Swap the staging slots + Task 5: Configure and test autoscaling of the Azure web app -## Estimated timing: 30 minutes -## Architecture diagram -![image](./media/az104-lab09a-architecture-diagram.png) + ### Instructions @@ -145,4 +152,4 @@ In this task, you will configure autoscaling of Azure web app. Autoscaling enabl ## Review -Congratulations! You have successfully deployed an Azure Web App, created a staging deployment slot, configured continuous deployment to the slot, tested and swapped the slot to production, and then configured autoscaling. \ No newline at end of file +Congratulations! You have successfully deployed an Azure Web App, created a staging deployment slot, configured continuous deployment to the slot, tested and swapped the slot to production, and then configured autoscaling.