Skip to content

Commit 8c15b5d

Browse files
Merge pull request #269576 from MikeRayMSFT/240318-dps-endpoints
Arc Data - Update endpoint references
2 parents 3471446 + 79fe1e1 commit 8c15b5d

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

articles/azure-arc/data/release-notes.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ ms.custom: references_regions, ignite-2023
1717

1818
This article highlights capabilities, features, and enhancements recently released or improved for Azure Arc-enabled data services.
1919

20-
### Streamlined network endpoints
21-
22-
Prior to this release, Azure Arc data processing endpoint was at `san-af-<region>-prod.azurewebsites.net`.
23-
24-
Beginning with this release both Azure Arc data processing, and Azure Arc data telemetry use `*.<region>.arcdataservices.com`.
25-
2620
## March 12, 2024
2721

2822
**Image tag**:`v1.28.0_2024-03-12`|
@@ -33,6 +27,12 @@ For complete release version information, review [Version log](version-log.md#ma
3327

3428
Database version for this release (964) has been upgraded beyond the database version for SQL Server 2022 (957). As a result, you can't restore databases from SQL Managed Instance enabled by Azure Arc to SQL Server 2022.
3529

30+
### Streamlined network endpoints
31+
32+
Prior to this release, Azure Arc data processing endpoint was at `san-af-<region>-prod.azurewebsites.net`.
33+
34+
Beginning with this release both Azure Arc data processing, and Azure Arc data telemetry use `*.<region>.arcdataservices.com`.
35+
3636
## February 13, 2024
3737

3838
**Image tag**:`v1.27.0_2024-02-13`

articles/azure-arc/servers/includes/network-requirements.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,11 @@ The table below lists the URLs that must be available in order to install and us
5858
|`*.waconazure.com`|For Windows Admin Center connectivity|If using Windows Admin Center|Public|
5959
|`*.blob.core.windows.net`|Download source for Azure Arc-enabled servers extensions|Always, except when using private endpoints| Not used when private link is configured |
6060
|`dc.services.visualstudio.com`|Agent telemetry|Optional, not used in agent versions 1.24+| Public |
61-
| `*.<region>.arcdataservices.com` | For Arc SQL Server. Sends data processing service, service telemetry, and performance monitoring to Azure. Allows TLS 1.3. | Always | Public |
61+
| `*.<region>.arcdataservices.com` <sup>1</sup> | For Arc SQL Server. Sends data processing service, service telemetry, and performance monitoring to Azure. Allows TLS 1.3. | Always | Public |
6262
|`www.microsoft.com/pkiops/certs`| Intermediate certificate updates for ESUs (note: uses HTTP/TCP 80 and HTTPS/TCP 443) | If using ESUs enabled by Azure Arc. Required always for automatic updates, or temporarily if downloading certificates manually. | Public |
6363

64+
<sup>1</sup> For extension versions up to and including [February 13, 2024](../../data/release-notes.md#february-13-2024), use `san-af-<region>-prod.azurewebsites.net`. Beginning with [March 12, 2024](../../data/release-notes.md#march-12-2024) both Azure Arc data processing, and Azure Arc data telemetry use `*.<region>.arcdataservices.com`.
65+
6466
> [!NOTE]
6567
> To translate the `*.servicebus.windows.net` wildcard into specific endpoints, use the command `\GET https://guestnotificationservice.azure.com/urls/allowlist?api-version=2020-01-01&location=<region>`. Within this command, the region must be specified for the `<region>` placeholder.
6668

0 commit comments

Comments
 (0)