Skip to content

Commit 460ff0e

Browse files
authored
Update Start-AzNetAppFilesPeerExternalCluster.md (#26684)
1 parent e891a4e commit 460ff0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NetAppFiles/NetAppFiles/help/Start-AzNetAppFilesPeerExternalCluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Starts peering the external cluster for this migration volume
4141
### Example 1
4242
```powershell
4343
$peerIpAddresses = '0.0.0.1', '0.0.0.2','0.0.0.3', '0.0.0.4', '0.0.0.5', '0.0.0.6'
44-
Start-AzNetAppFilesFinalizeExternalReplication -ResourceGroupName "MyRG" -AccountName "MyAnfAccount" -PoolName "MyAnfPool" -VolumeName "MyDestinationAnfVolume" -PeerIPAddress $peerIpAddresses
44+
Start-AzNetAppFilesPeerExternalCluster -ResourceGroupName "MyRG" -AccountName "MyAnfAccount" -PoolName "MyAnfPool" -VolumeName "MyDestinationAnfVolume" -PeerIPAddress $peerIpAddresses
4545
```
4646

4747
Starts peering the external cluster for "MyDestinationAnfVolume" migration volume

0 commit comments

Comments
 (0)