File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ms.subservice: sap-vm-workloads
9
9
ms.topic : conceptual
10
10
ms.workload : infrastructure-services
11
11
ms.custom : devx-track-azurepowershell
12
- ms.date : 06/30 /2023
12
+ ms.date : 09/25 /2023
13
13
---
14
14
15
15
# Virtual Machine Scale Sets for SAP workload
@@ -75,7 +75,7 @@ az vmss create -n $VMSSName -g $RGName -l $Location --orchestration-mode flexibl
75
75
76
76
# Create flexible scale set for deployment of SAP workload in a single zone of a region with platform fault domain count set to 1
77
77
# 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
79
79
80
80
# Create flexible scale set for deployment of SAP workload in a region with no zones with platform fault domain count set to 1
81
81
az vmss create -n $VMSSName -g $RGName -l $Location --orchestration-mode flexible --platform-fault-domain-count 1
You can’t perform that action at this time.
0 commit comments