Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit ede10ab

Browse files
Merge pull request #30128 from MikeRayMSFT/240315-arc-backup-update
Update DPS endpoint
2 parents 7ca87fe + a046a12 commit ede10ab

4 files changed

Lines changed: 20 additions & 11 deletions

File tree

docs/sql-server/azure-arc/includes/unsupported-configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Azure Arc-enabled [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md
1111
- [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] running in containers.
1212
- [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] roles other than the Database Engine, such as Analysis Services (SSAS), Reporting Services (SSRS), or Integration Services (SSIS).
1313
- [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] editions: Business Intelligence.
14-
- Private Link connections to the Azure Arc data processing service at the `san-af-<region>-prod.azurewebsites.net` endpoint used for inventory and usage upload.
14+
- Private Link connections to the Azure Arc data processing service at the `<region>.arcdataservices.com` endpoint used for inventory and usage upload.
1515
- [!INCLUDE [sql2008-md](../../../includes/sql2008-md.md)], [!INCLUDE [sql2008r2-md](../../../includes/sql2008r2-md.md)], and older versions.
1616
- Installing the Arc agent and [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] extension can't be done as part of sysprep image creation.
1717
- Multiple instances of [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] installed on the same host operating system with the same instance name.

docs/sql-server/azure-arc/prerequisites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ Arc-enabled [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] requir
5656

5757
Each virtual or physical server requires connectivity to:
5858

59-
- URL: `san-af-<region>-prod.azurewebsites.net`
59+
- URL: `*.<region>-arcdataservices.com`
6060
- Port: 443
6161
- Direction: Outbound
6262

6363
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`.
6464

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

6767
For a list of supported regions, review [Supported Azure regions](overview.md#supported-azure-regions).
6868

docs/sql-server/azure-arc/release-notes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,16 @@ ms.custom: ignite-2023
1717

1818
**Extension version**: `1.1.2620.127`
1919

20-
## Backup management
20+
### Backup management
2121

2222
- Schedule backup at instance level or database level. For details, review [Backup schedule level](backup-local.md#backup-schedule-level).
2323

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

2632
**Extension version**: `1.1.2594.118`

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,21 @@ Check for log entries that indicate a problem connecting to the DPS or telemetry
8383

8484
## Endpoint reference
8585

86-
The specific endpoints are:
86+
Beginning with [March, 12 2024](release-notes.md#march-12-2024), DPS and telemetry both use endpoints at:
8787

88-
- DPS: `san-af-<region>-prod.azurewebsites.net`.
88+
`*.<region>.arcdataservices.com`.
8989

90-
- Telemetry `telemetry.<region>.arcdataservices.com`.
90+
Replace `<region>` with the short name of the Azure region where the Arc machine resource is located. The short name is derived from the Azure region name without spaces and all lower case.
91+
92+
For example, if your Arc machine resource is located in *East US 2* the short name of the region is `eastus2` and the endpoints are at:
9193

92-
In both cases, replace `<region>` with the short name of the Azure region where the Arc machine resource is located. The short name is derived from the Azure region name without spaces and all lower case.
94+
`*.eastus2.arcdataservices.com`.
9395

94-
For example, if your Arc machine resource is located in *East US 2* the short name of the region is `eastus2` and the endpoints are:
96+
Up to and including the [February 13, 2024](release-notes.md#february-13-2024), The specific endpoints were:
9597

96-
- `san-af-eastus2-prod.azurewebsites.net`
97-
- `telemetry.eastus2.arcdataservices.com`.
98+
- DPS: `san-af-<region>-prod.azurewebsites.net`.
99+
100+
- Telemetry `telemetry.<region>.arcdataservices.com`.
98101

99102
## Use an HTTPS proxy server for outbound connectivity
100103

0 commit comments

Comments
 (0)