Skip to content

Commit 84896bb

Browse files
authored
adjust headings
1 parent d0ef8fd commit 84896bb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

azure-sql/managed-instance/synchronize-vnet-dns-servers-setting-on-virtual-cluster.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 01/17/2021
1414

1515
This article explains when and how to synchronize virtual network DNS servers setting on SQL Managed Instance virtual cluster.
1616

17-
## When do you need to synchronize DNS server settings on SQL Managed Instance virtual cluster
17+
## When to synchronize the DNS setting
1818

1919
There are a few scenarios (for example, db mail, linked servers to other SQL Server instances in your cloud or hybrid environment) that require private host names to be resolved from SQL Managed Instance. In this case, you need to configure a custom DNS inside Azure. See [Configure a custom DNS for Azure SQL Managed Instance](custom-dns-configure.md) for details.
2020

@@ -23,7 +23,7 @@ If this change is implemented after [virtual cluster](connectivity-architecture-
2323
> [!IMPORTANT]
2424
> Synchronizing DNS servers setting will affect all of the Managed Instances hosted in the virtual cluster.
2525
26-
## How to synchronize DNS servers setting on SQL Managed Instance virtual cluster
26+
## How to synchronize the DNS setting
2727

2828
### Azure RBAC permissions required
2929

@@ -34,7 +34,7 @@ User synchronizing DNS server configuration will need to have one of the followi
3434
- Custom role with the following permission:
3535
- `Microsoft.Sql/virtualClusters/updateManagedInstanceDnsServers/action`
3636

37-
### Using PowerShell
37+
### Use Azure PowerShell
3838

3939
Get virtual network where DNS servers setting has been updated.
4040

@@ -51,7 +51,7 @@ Get-AzSqlVirtualCluster `
5151
| select Id `
5252
| Invoke-AzResourceAction -Action updateManagedInstanceDnsServers -Force
5353
```
54-
### Using Azure CLI
54+
### Use the Azure CLI
5555

5656
Get virtual network where DNS servers setting has been updated.
5757

0 commit comments

Comments
 (0)