Skip to content

Commit 8c0be99

Browse files
Merge pull request #269380 from MikeRayMSFT/240318-dps-endpoints
Arc data services: Update DPS endpoint
2 parents d0662c7 + ad917c2 commit 8c0be99

File tree

6 files changed

+15
-8
lines changed

6 files changed

+15
-8
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@ ms.date: 04/18/2022
1010
|**Service**|**Port**|**URL**|**Direction**|**Notes**|
1111
|--|--|--|--|--|
1212
| Helm chart (direct connected mode only) | 443 | `arcdataservicesrow1.azurecr.io` | Outbound |Provisions the Azure Arc data controller bootstrapper and cluster level objects, such as custom resource definitions, cluster roles, and cluster role bindings, is pulled from an Azure Container Registry. |
13-
| Azure monitor APIs <sup>*</sup> | 443 |`*.ods.opinsights.azure.com`<br/>`*.oms.opinsights.azure.com`<br/>`*.monitoring.azure.com` | Outbound | Azure Data Studio and Azure CLI connect to the Azure Resource Manager APIs to send and retrieve data to and from Azure for some features. See [Azure Monitor APIs](#azure-monitor-apis).
14-
| Azure Arc data processing service <sup>*</sup>| 443 |`san-af-<region>-prod.azurewebsites.net` | Outbound |
13+
| Azure monitor APIs <sup>*</sup> | 443 |`*.ods.opinsights.azure.com`<br/>`*.oms.opinsights.azure.com`<br/>`*.monitoring.azure.com` | Outbound | Azure Data Studio and Azure CLI connect to the Azure Resource Manager APIs to send and retrieve data to and from Azure for some features. See [Azure Monitor APIs](#azure-monitor-apis). |
14+
| Azure Arc data processing service <sup>*</sup>| 443 |`*.<region>.arcdataservices.com` <sup>2</sup> | Outbound | |
1515

16-
<sup>*</sup> Requirement depends on deployment mode:
16+
<sup>1</sup> Requirement depends on deployment mode:
1717

1818
- For direct mode, the controller pod on the Kubernetes cluster needs to have outbound connectivity to the endpoints to send the logs, metrics, inventory, and billing information to Azure Monitor/Data Processing Service.
1919
- For indirect mode, the machine that runs `az arcdata dc upload` needs to have the outbound connectivity to Azure Monitor and Data Processing Service.
2020

21+
<sup>2</sup> For extension versions up to and including [February 13, 2024](../release-notes.md#february-13-2024), use `san-af-<region>-prod.azurewebsites.net`.
22+
2123
### Azure Monitor APIs
2224

2325
Connectivity from Azure Data Studio to the Kubernetes API server uses the Kubernetes authentication and encryption that you have established. Each user that is using Azure Data Studio or CLI must have an authenticated connection to the Kubernetes API to perform many of the actions related to Azure Arc-enabled data services.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ ms.custom:
2020

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

23+
### Streamlined network endpoints
24+
25+
Prior to this release, Azure Arc data processing endpoint was at `san-af-<region>-prod.azurewebsites.net`.
26+
27+
Beginning with this release both Azure Arc data processing, and Azure Arc data telemetry use `*.<region>.arcdataservices.com`.
28+
2329
## March 12, 2024
2430

2531
**Image tag**:`v1.28.0_2024-03-12`|

articles/azure-arc/includes/arc-region-note.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 10/27/2023
88

99
To get the region segment of a regional endpoint, remove all spaces from the Azure region name. For example, *East US 2* region, the region name is `eastus2`.
1010

11-
For example: `san-af-<region>-prod.azurewebsites.net` should be `san-af-eastus2-prod.azurewebsites.net` in the East US 2 region.
11+
For example: `*.<region>.arcdataservices.com` should be `*.eastus2.arcdataservices.com` in the East US 2 region.
1212

1313
To see a list of all regions, run this command:
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can enable the following subset of endpoints:
2323
|`*.his.arc.azure.com`|Metadata and hybrid identity services|Always| Private |
2424
|`*.guestconfiguration.azure.com`| Extension management and guest configuration services |Always| Private |
2525
|`www.microsoft.com/pkiops/certs`| Intermediate certificate updates for ESUs (note: uses HTTP/TCP 80 and HTTPS/TCP 443) | Always for automatic updates, or temporarily if downloading certificates manually. | Public |
26-
|`san-af-<region>-prod.azurewebsites.net`| Azure Arc data processing service| SQL Server ESUs | Public|
26+
|`*.<region>.arcdataservices.com`| Azure Arc data processing service and service telemetry.| SQL Server ESUs | Public|
2727

2828
#### [Azure Government](#tab/azure-government)
2929

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ 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-
| `san-af-<region>-prod.azurewebsites.net` | Azure Arc data processing service <br/><br/> Allows TLS 1.3. | For SQL Server enabled by Azure Arc. The Azure Extension for SQL Server uploads inventory and billing information to the data processing service. | Public |
62-
| `telemetry.<region>.arcdataservices.com` | For Arc SQL Server. Sends service telemetry and performance monitoring to Azure. <br/><br/> Allows TLS 1.3. | Always | 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 |
6362
|`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 |
6463

6564
> [!NOTE]

articles/azure-arc/servers/manage-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ Proxy bypass value when set to `ArcData` only bypasses the traffic of the Azure
398398
| `AAD` | `login.windows.net`</br>`login.microsoftonline.com`</br> `pas.windows.net` |
399399
| `ARM` | `management.azure.com` |
400400
| `Arc` | `his.arc.azure.com`</br>`guestconfiguration.azure.com` |
401-
| `ArcData` <sup>1</sup> | `san-af-<region>-prod.azurewebsites.net`</br>`telemetry.<location>.arcdataservices.com` |
401+
| `ArcData` <sup>1</sup> | `*.<region>.arcdataservices.com`|
402402

403403
<sup>1</sup> The proxy bypass value `ArcData` is available starting with Azure Connected Machine agent version 1.36 and Azure Extension for SQL Server version 1.1.2504.99. Earlier versions include the SQL Server enabled by Azure Arc endpoints in the "Arc" proxy bypass value.
404404

0 commit comments

Comments
 (0)