Skip to content

Commit b16beae

Browse files
authored
Updated quotes of powershell script
Documentation uses in the powershell scripts “ (U+201C) LEFT DOUBLE QUOTATION MARK ” (U+201D) RIGHT DOUBLE QUOTATION MARK. I'm proposing (U+0022) instead, as the previous quotes might be a copy and paste from Microsoft Word.
1 parent 4c315ff commit b16beae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/virtual-machines-ag-listener-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The availability group listener is an IP address and network name that the SQL S
7878
```PowerShell
7979
$ClusterNetworkName = "<MyClusterNetworkName>" # the cluster network name (Use Get-ClusterNetwork on Windows Server 2012 of higher to find the name)
8080
$IPResourceName = "<IPResourceName>" # the IP Address resource name
81-
$ILBIP = <n.n.n.n> # the IP Address of the Internal Load Balancer (ILB). This is the static IP address for the load balancer you configured in the Azure portal.
81+
$ILBIP = "<n.n.n.n>" # the IP Address of the Internal Load Balancer (ILB). This is the static IP address for the load balancer you configured in the Azure portal.
8282
[int]$ProbePort = <nnnnn>
8383
8484
Import-Module FailoverClusters

0 commit comments

Comments
 (0)