Skip to content

Commit 8709107

Browse files
committed
updates
1 parent c3cf2ed commit 8709107

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ ms.devlang: azurecli
1515

1616
# Deploy your application on Virtual Machine Scale Sets
1717

18+
> [!NOTE]
19+
> This document covers Virtual Machine Scale Sets running in Uniform Orchestration mode. We recommend using Flexible Orchestration for new workloads. For more information, see [Orchesration modes for Virtual Machine Scale Sets in Azure](virtual-machine-scale-sets-orchestration-modes.md).
20+
1821
To run applications on virtual machine (VM) instances in a scale set, you first need to install the application components and required files. This article introduces ways to build a custom VM image for instances in a scale set, or automatically run install scripts on existing VM instances. You also learn how to manage application or OS updates across a scale set.
1922

2023

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-mvss-custom-image.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ ms.reviewer: mimckitt
1313

1414
# Add a custom image to an Azure scale set template
1515

16+
> [!NOTE]
17+
> This document covers Virtual Machine Scale Sets running in Uniform Orchestration mode. We recommend using Flexible Orchestration for new workloads. For more information, see [Orchesration modes for Virtual Machine Scale Sets in Azure](virtual-machine-scale-sets-orchestration-modes.md).
18+
1619
This article shows how to modify the [basic scale set template](virtual-machine-scale-sets-mvss-start.md) to deploy from custom image.
1720

1821
## Change the template definition

0 commit comments

Comments
 (0)