Skip to content

Commit

Permalink
CD lab: updated to new resource creation UI (#498)
Browse files Browse the repository at this point in the history
* updated to new resource creation UI

* attendees confuse between release edit and pipeline edit for recently run release
  • Loading branch information
unaihuete93 committed Dec 25, 2020
1 parent 404f2b9 commit 4902199
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 14 additions & 5 deletions labs/azuredevops/continuousdeployment/readme.md
Expand Up @@ -40,11 +40,10 @@ In this lab, you will learn about the release management features available in A

1. Select **SQL Database**.

![](images/001.png)
![](images/sql.png)

1. Click **Create**.

![](images/002.png)

1. Under **Resource group**, click **Create new**.

Expand All @@ -62,6 +61,10 @@ In this lab, you will learn about the release management features available in A

![](images/007.png)

1. In **Compute + storage** select **Configure Database**. click on **looking for basic, standard and premium?** , leave the defaults for standard and click **apply**.

![](images/confsql.png)

1. Click **Review + create**.

![](images/008.png)
Expand All @@ -76,11 +79,10 @@ In this lab, you will learn about the release management features available in A

1. Select the **Web App** template.

![](images/011.png)
![](images/webapp.png)

1. Click **Create**.

![](images/012.png)

1. Under **Project Details**, select the same **Subscription** and **Resource Group** used for the database.

Expand All @@ -90,6 +92,11 @@ In this lab, you will learn about the release management features available in A

![](images/014.png)

1. On **App Service plan** select **create new** and name it **plan**. Change the size to **S1** (under Production).

![](images/s1.png)


1. Click **Review and create**.

![](images/015.png)
Expand All @@ -98,7 +105,7 @@ In this lab, you will learn about the release management features available in A

![](images/016.png)

1. Repeat the process above to create a second app service for the production stage. This time, append the **Name** with **"-prod"** instead.
1. Repeat the process above to create a second app service for the production stage. This time, append the **Name** with **"-prod"** instead. **You can use the same App Service Plan created before for QA**.

![](images/017.png)

Expand Down Expand Up @@ -295,6 +302,8 @@ In this lab, you will learn about the release management features available in A

1. Return to the Azure DevOps browser tab.

1. Click on **Pipelines>Pipelines** and click on **Edit** (top-right) to modify the release definition.

1. As release pipelines get more sophisticated, it becomes important to define gates to ensure quality throughout the release pipeline. Since the next stage we're deploying to is production, we'll need to be sure to include both automated quality gates as well as a manual approver gate. Return to the release pipeline browser tab and click **Clone** in the **QA** stage. Since the production stage is virtually the same, we can reuse almost all of the existing configuration.

![](images/056.png)
Expand Down

0 comments on commit 4902199

Please sign in to comment.