Skip to content

Commit

Permalink
Merge pull request #3508 from MicrosoftDocs/users/jukullam/removing-c…
Browse files Browse the repository at this point in the history
…anary-reference

Updating to remove canary requirement for k8
  • Loading branch information
PRMerger8 authored Jul 28, 2021
2 parents 37a373c + ff97f0f commit 6b38094
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/pipelines/process/deployment-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Deployment jobs
description: Deploy to resources within an environment
ms.topic: conceptual
ms.assetid: fc825338-7012-4687-8369-5bf8f63b9c10
ms.date: 12/15/2020
ms.date: 07/28/2021
monikerRange: '>= azure-devops-2020'
---

Expand Down Expand Up @@ -176,9 +176,6 @@ With `maxParallel: <# or % of VMs>`, you can control the number/percentage of vi

Canary deployment strategy is an advanced deployment strategy that helps mitigate the risk involved in rolling out new versions of applications. By using this strategy, you can roll out the changes to a small subset of servers first. As you gain more confidence in the new version, you can release it to more servers in your infrastructure and route more traffic to it.

You can only use the canary deployment strategy for Kubernetes resources.


```YAML
strategy:
canary:
Expand Down

0 comments on commit 6b38094

Please sign in to comment.