Skip to content

Commit 6757c9b

Browse files
authored
Update sql-server-failover-cluster-instance-to-sql-on-azure-vm.md
Correcting typo in the file name ------- cc: @rahugup
1 parent f8182b0 commit 6757c9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-sql/migration-guides/virtual-machines/sql-server-failover-cluster-instance-to-sql-on-azure-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ After your VMs have migrated, reconfigure the cluster. Follow these steps:
338338

339339
1. Start the migrated servers in Azure and login to any node.
340340

341-
1. Copy the `ClusterConfig.csv` file and run the `Update-ClusterConfig.ps1` script passing the CSV as a parameter. This will ensure the cluster resources are updated with the new configuration for the cluster to work in Azure.
341+
1. Copy the `Cluster-Config.csv` file and run the `Update-ClusterConfig.ps1` script passing the CSV as a parameter. This will ensure the cluster resources are updated with the new configuration for the cluster to work in Azure.
342342

343343
```powershell
344344
./Update-ClusterConfig.ps1 -ConfigFilePath $filepath

0 commit comments

Comments
 (0)