Skip to content

Commit 9da60c0

Browse files
committed
Line edits2
1 parent 65ba241 commit 9da60c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

learn-pr/azure-devops/manage-release-cadence/2-what-are-deployment-patterns.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ quiz:
2525
explanation: "With A/B testing, you could randomly show both versions of the website to users. Then the marketing team can use statistical analysis to decide which version performs better."
2626
- content: "Feature toggles"
2727
isCorrect: false
28-
explanation: "Feature toggles are better suited to exposing new features to a small, select number of users to see how they react."
28+
explanation: "Feature toggles are better suited to exposing new features to a small and select number of users to see how they react."
2929
- content: "You have a new feature for your website, and you're ready to deploy it. However, this feature is risky because it changes the way your users interact with the site. Which deployment patterns might you use to release to a small group of early adopters who have signed up to see new features?"
3030
choices:
3131
- content: "Canary release or progressive-exposure deployment"

learn-pr/azure-devops/manage-release-cadence/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ We also recommend that you start at the beginning of this learning path, [Deploy
2323

2424
If you want to go through just this module, then you need to set up a development environment on your Windows, macOS, or Linux system. You'll need the following resources:
2525

26-
- An [Azure DevOps organization](/azure/devops/pipelines/get-started/pipelines-sign-up) with access to [parallel jobs](/azure/devops/pipelines/licensing/concurrent-jobs). If your organization does not have access to parallel jobs, you can request parallel jobs for free for public or private projects using [this form](https://aka.ms/azpipelines-parallelism-request). Your request will take 2-3 business days.
26+
- An [Azure DevOps organization](/azure/devops/pipelines/get-started/pipelines-sign-up) with access to [parallel jobs](/azure/devops/pipelines/licensing/concurrent-jobs). If your organization doesn't have access to parallel jobs, you can request parallel jobs for free for public or private projects using [this form](https://aka.ms/azpipelines-parallelism-request). Your request will take 2-3 business days.
2727
- An [Azure subscription](https://azure.microsoft.com/free/?azure-portal=true)
2828
- A [GitHub](https://github.com/join?azure-portal=true) account
2929
- [Visual Studio Code](https://code.visualstudio.com?azure-portal=true)

learn-pr/azure-devops/manage-release-cadence/includes/3-set-up-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ To add the variables:
250250
1. Under **Properties**, for the variable group name, enter *Release*.
251251
1. Under **Variables**, select **+ Add**.
252252
1. For the name of your variable, enter *WebAppNameDev*. As its value, enter the name of the App Service instance that corresponds to your *Dev* environment, such as *tailspin-space-game-web-dev-1234*.
253-
1. Repeat steps 5 and 6 twice more to create variables for your T*est and *Staging* environments, as shown in this table:
253+
1. Repeat steps 5 and 6 twice more to create variables for your *Test* and *Staging* environments, as shown in this table:
254254
255255
| Variable name | Example value |
256256
|-----------------------|------------------------------------------|

0 commit comments

Comments
 (0)