Skip to content

Commit 78c922d

Browse files
author
Nicolas Oman
committed
updated links
1 parent e570884 commit 78c922d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/service-fabric/service-fabric-scale-up-node-type.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article describes how to scale up a Service Fabric cluster primary node typ
1717

1818
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
1919

20-
## Upgrade the size and operating system of the primary node type VMs
20+
## Process to upgrade the size and operating system of the primary node type VMs
2121
Here is the process for updating the VM size and operating system of the primary node type VMs. After the upgrade, the primary node type VMs are size Standard D4_V2 and running Windows Server 2016 Datacenter with Containers.
2222

2323
> [!WARNING]
@@ -131,9 +131,9 @@ To find the new scale set in the template, search for the "Microsoft.Compute/vir
131131
Adjust the `parameterFilePath` and `templateFilePath` as needed and then run the following command:
132132

133133
```powershell
134-
# Deploy the new scale set (upgraded to use managed disks) into the primary node type.
135-
$templateFilePath = "C:\Upgrade-1NodeType-2ScaleSets-ManagedDisks.json"
136-
$parameterFilePath = "C:\Upgrade-1NodeType-2ScaleSets-ManagedDisks.parameters.json"
134+
# Deploy the new scale set into the primary node type along with a new load balancer and public IP
135+
$templateFilePath = "C:\Deploy-2NodeTypes-3ScaleSets.json"
136+
$parameterFilePath = "C:\Deploy-2NodeTypes-3ScaleSets.parameters.json"
137137
138138
New-AzResourceGroupDeployment `
139139
-ResourceGroupName $resourceGroupName `

0 commit comments

Comments
 (0)