Skip to content

Commit e67c2e8

Browse files
authored
pencil edit
1 parent 51c6cfb commit e67c2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sql-database/sql-database-networkaccess-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ PS C:\> $sql.Properties.AddressPrefixes
7070
> [!TIP]
7171
> Get-AzNetworkServiceTag returns the global range for Sql Service Tag despite specifying the Location parameter. Be sure to filter it to the region that hosts the Hub database used by your sync group
7272
73-
Note that the output of the PowerShell script is in Classless Inter Domain Routing (CIDR) notation and this needs to be converted to a format of Start and End IP address using [Get-IPrangeStartEnd.ps1](https://gallery.technet.microsoft.com/scriptcenter/Start-and-End-IP-addresses-bcccc3a9) like this
73+
Note that the output of the PowerShell script is in Classless Inter-Domain Routing (CIDR) notation and this needs to be converted to a format of Start and End IP address using [Get-IPrangeStartEnd.ps1](https://gallery.technet.microsoft.com/scriptcenter/Start-and-End-IP-addresses-bcccc3a9) like this
7474
```powershell
7575
PS C:\> Get-IPrangeStartEnd -ip 52.229.17.93 -cidr 26
7676
start end

0 commit comments

Comments
 (0)