Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Instructions/Labs/AZ400_M10_Creating_a_Release_Dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ In this task, you will create an Azure DevOps Starter resource in your Azure sub

1. On your lab computer, start a web browser, navigate to the [**Azure Portal**](https://portal.azure.com) and sign in with the user account that has the Owner or Contributor role in the Azure subscription you will be using in this lab.
1. In the Azure portal, search for and select the **DevOps Starter** resource type and, on the **DevOps Starter** blade, click **+ Add**.
1. On the **DevOps Starter** blade, on the **Start fresh with a new application** pane, select the **.NET** tile and click **Next**.
1. On the **DevOps Starter** blade, on the **Choose an application framework** pane, select the **ASP<nolink>.NET Core** tile, move the **Add a database** slider to the **On** position, and click **Next**.
1. On the **DevOps Starter** blade, on the **Select an Azure service to deploy the application** pane, ensure that the **Windows Web App** tile is selected and click **Next**.
1. On the **DevOps Starter** blade, on the **Start fresh with a new application** pane, select the **.NET** tile and on the tops next to Setting up DevOps starter with GitHub, change settings, click **here** and select **Azure DevOps** , **Done** and **Next: Framework >**.
1. On the **DevOps Starter** blade, on the **Choose an application framework** pane, select the **ASP<nolink>.NET Core** tile, move the **Add a database** slider to the **On** position, and click **Next: Service >**.
1. On the **DevOps Starter** blade, on the **Select an Azure service to deploy the application** pane, ensure that the **Windows Web App** tile is selected and click **Next: Create >**.
1. On the **DevOps Starter** blade, on the **Almost there** pane, specify the following settings:

| Setting | Value |
Expand All @@ -87,7 +87,7 @@ In this task, you will create an Azure DevOps Starter resource in your Azure sub
| Location | the name of the same Azure region that you chose for the location of the Azure web app |
| Database Name | **az400m10l02-db** |

1. Back on the **DevOps Starter** blade, on the **Almost there** pane, click **Done**.
1. Back on the **DevOps Starter** blade, on the **Almost there** pane, click **Done** and then **Review+Create**.

> **Note**: Wait for the deployment to complete. The provisioning of the **DevOps Starter** resource should take about 2 minutes.

Expand Down