Skip to content

Commit 8acd580

Browse files
authored
Merge pull request #9763 from chandlerkent/patch-1
Fixes syntax error in link.
2 parents f1b206d + 1fe352f commit 8acd580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-deploy-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ az vmss create \
110110
### Install applications with OS updates
111111
When new OS releases are available, you can use or build a new custom image and [deploy OS upgrades](virtual-machine-scale-sets-upgrade-scale-set.md) to a scale set. Each VM instance is upgraded to the latest image that you specify. You can use a custom image with the application pre-installed, the Custom Script Extension, or PowerShell DSC to have your application automatically available as you perform the upgrade. You may need to plan for application maintenance as you perform this process to ensure that there are no version compatibility issues.
112112

113-
If you use a custom VM image with the application pre-installed, you could integrate the application updates with a deployment pipeline to build the new images and deploy OS upgrades across the scale set. This approach allows the pipeline to pick up the latest application builds, create and validate a VM image, then upgrade the VM instances in the scale set. To run a deployment pipeline that builds and deploys application updates across custom VM images, you could [create a Packer image and deploy with Visual Studio Team Services)[/vsts/pipelines/apps/cd/azure/deploy-azure-scaleset], or use another platform such as [Spinnaker](https://www.spinnaker.io/) or [Jenkins](https://jenkins.io/).
113+
If you use a custom VM image with the application pre-installed, you could integrate the application updates with a deployment pipeline to build the new images and deploy OS upgrades across the scale set. This approach allows the pipeline to pick up the latest application builds, create and validate a VM image, then upgrade the VM instances in the scale set. To run a deployment pipeline that builds and deploys application updates across custom VM images, you could [create a Packer image and deploy with Visual Studio Team Services](/vsts/pipelines/apps/cd/azure/deploy-azure-scaleset), or use another platform such as [Spinnaker](https://www.spinnaker.io/) or [Jenkins](https://jenkins.io/).
114114

115115

116116
## Next steps

0 commit comments

Comments
 (0)