Skip to content

Commit 86effcd

Browse files
Merge pull request #252756 from dennispadia/depadia-vmssflex
Minor change in VMSS flex for SAP workload document
2 parents 640c02d + 37b794f commit 86effcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sap/workloads/virtual-machine-scale-set-sap-deployment-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.subservice: sap-vm-workloads
99
ms.topic: conceptual
1010
ms.workload: infrastructure-services
1111
ms.custom: devx-track-azurepowershell
12-
ms.date: 06/30/2023
12+
ms.date: 09/25/2023
1313
---
1414

1515
# Virtual Machine Scale Sets for SAP workload
@@ -75,7 +75,7 @@ az vmss create -n $VMSSName -g $RGName -l $Location --orchestration-mode flexibl
7575
7676
# Create flexible scale set for deployment of SAP workload in a single zone of a region with platform fault domain count set to 1
7777
# Make sure you include --zones in a region with availability zones, even if you want to deploy all component on a single zone
78-
az vmss create -n $VMSSName -g $RGName -l $Location --orchestration-mode flexible --zones {1} --platform-fault-domain-count 1
78+
az vmss create -n $VMSSName -g $RGName -l $Location --orchestration-mode flexible --zones 1 --platform-fault-domain-count 1
7979
8080
# Create flexible scale set for deployment of SAP workload in a region with no zones with platform fault domain count set to 1
8181
az vmss create -n $VMSSName -g $RGName -l $Location --orchestration-mode flexible --platform-fault-domain-count 1

0 commit comments

Comments
 (0)