Skip to content

Commit d5e2b79

Browse files
authored
Merge pull request #34368 from MicrosoftDocs/main
6/10/2025 AM Publish
2 parents d01ac5d + bd1b7a8 commit d5e2b79

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

azure-sql/database/network-security-perimeter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.topic: how-to
1313

1414
# Network Security Perimeter for Azure SQL Database and Azure Synapse Analytics
1515

16-
[!INCLUDE [appliesto-sqldb-asa](../includes/appliesto-sqldb-asa-formerly-sqldw.md)]
16+
[!INCLUDE [appliesto-sqldb](../includes/appliesto-sqldb.md)]
1717

1818
Network Security Perimeter (preview) secures both inbound and outbound network traffic between Azure SQL Database and other Platform as a Service (PaaS) resources (for example, Azure Storage and Azure Key Vault). Any attempts made to communicate with Azure resources that aren't inside the perimeter is blocked.
1919

docs/sql-server/azure-arc/troubleshoot-telemetry-endpoint.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ For DPS:
104104
```powershell
105105
Invoke-WebRequest dataprocessingservice.<region>.arcdataservices.com
106106
```
107-
> [!NOTE]
108-
> For US Government Virginia, replace `arcdataservices.com` with `arcdataservices.azure.us`. This example would be:
109-
>
110-
> ```PowerShell
111-
> Invoke-WebRequest dataprocessingservice.<region>.arcdataservices.azure.us
112-
> `
107+
108+
For US Government Virginia, replace `arcdataservices.com` with `arcdataservices.azure.us`. This example would be:
109+
110+
```PowerShell
111+
Invoke-WebRequest dataprocessingservice.<region>.arcdataservices.azure.us
112+
```
113113

114114
A possible response status code is:
115115

@@ -122,9 +122,7 @@ StatusDescription : OK
122122
200 is expected as there is an unauthenticated route.
123123

124124
## Probe connectivity to all regions
125-
> [!NOTE]
126-
> For US Government Virginia, replace `arcdataservices.com` with `arcdataservices.azure.us`.
127-
>
125+
128126
You can probe connectivity to all regions with the [test-connectivity.ps1](https://github.com/microsoft/sql-server-samples/blob/master/samples/features/azure-arc/troubleshooting/test-connectivity.ps1) PowerShell script.
129127

130128
> [!NOTE]
@@ -136,7 +134,6 @@ You can probe connectivity to all regions with the [test-connectivity.ps1](https
136134

137135
The data processing service endpoint supports the following TLS versions: TLS 1.2 and 1.3. Windows Server 2012 and older versions aren't supported.
138136

139-
140137
For telemetry endpoints, Windows Server 2012 R2 and older are not supported.
141138

142139
If an unsupported TLS version is being used, you may see an error in the log

0 commit comments

Comments
 (0)