Skip to content

Commit d4077ee

Browse files
authored
Merge pull request #279908 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 745a013 + d57c4d5 commit d4077ee

File tree

4 files changed

+37
-2
lines changed

4 files changed

+37
-2
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ You can enable the following subset of endpoints:
2525
|`*.guestconfiguration.azure.com`| Extension management and guest configuration services |Always| Private |
2626
|`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 |
2727
|`*.<region>.arcdataservices.com`| Azure Arc data processing service and service telemetry.| SQL Server ESUs | Public|
28+
|`*.blob.core.windows.net` | Download Sql Server Extension package | SQL Server ESUs | Not required if using Private Link |
2829

2930
#### [Azure Government](#tab/azure-government)
3031

@@ -38,6 +39,7 @@ You can enable the following subset of endpoints:
3839
|`*.his.arc.azure.us`|Metadata and hybrid identity services|Always| Private |
3940
|`*.guestconfiguration.azure.us`| Extension management and guest configuration services |Always| Private |
4041
|`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 |
42+
|`*.blob.core.usgovcloudapi.net` | Download Sql Server Extension package | SQL Server ESUs | Not required if using Private Link |
4143

4244
#### [Microsoft Azure operated by 21Vianet](#tab/azure-china)
4345

articles/azure-arc/servers/prerequisites.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,31 @@ The listed version is supported until the **End of Arc Support Date**. If critic
6363

6464
| Operating system | Last supported agent version | End of Arc Support Date | Notes |
6565
| -- | -- | -- | -- |
66-
| Windows Server 2008 R2 SP1 | 1.39 [Download](https://download.microsoft.com/download/1/9/f/19f44dde-2c34-4676-80d7-9fa5fc44d2a8/AzureConnectedMachineAgent.msi) | 03/31/2025 | Windows Server 2008 and 2008 R2 reached End of Support in January 2020. See [End of support for Windows Server 2008 and Windows Server 2008 R2](/troubleshoot/windows-server/windows-server-eos-faq/end-of-support-windows-server-2008-2008r2). |
67-
| CentOS 7 and 8 | 1.42 [Download](https://download.microsoft.com/download/9/6/0/9600825a-e532-4e50-a2d5-7f07e400afc1/AzureConnectedMachineAgent.msi) | 05/31/2025 | See the [CentOS End Of Life guidance](~/articles/virtual-machines/workloads/centos/centos-end-of-life.md). |
66+
| Windows Server 2008 R2 SP1 | 1.39 [Download](https://aka.ms/AzureConnectedMachineAgent-1.39) | 03/31/2025 | Windows Server 2008 and 2008 R2 reached End of Support in January 2020. See [End of support for Windows Server 2008 and Windows Server 2008 R2](/troubleshoot/windows-server/windows-server-eos-faq/end-of-support-windows-server-2008-2008r2). |
67+
| CentOS 7 and 8 | 1.42 | 05/31/2025 | See the [CentOS End Of Life guidance](~/articles/virtual-machines/workloads/centos/centos-end-of-life.md). |
68+
69+
### Connect new limited support servers
70+
71+
To connect a new server running a Limited Support operating system to Azure Arc, you will need to make some adjustments to the onboarding script.
72+
73+
For Windows, modify the installation script to specify the version required, using the -AltDownload parameter.
74+
75+
Instead of
76+
77+
```pwsh
78+
# Install the hybrid agent
79+
& "$env:TEMP\install_windows_azcmagent.ps1";
80+
```
81+
82+
Use
83+
84+
```pwsh
85+
# Install the hybrid agent
86+
& "$env:TEMP\install_windows_azcmagent.ps1" -AltDownload https://aka.ms/AzureConnectedMachineAgent-1.39;
87+
```
88+
89+
For Linux, the relevant package repository will only contain releases that are applicable, so no special considerations are required.
90+
6891

6992
### Client operating system guidance
7093

articles/azure-maps/power-bi-visual-filled-map.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ Some common uses for filled maps include:
3939

4040
This article uses [Sales and Marketing Sample PBIX] as the data source for demonstration purposes. You can create a new report using this data before continuing if you wish to follow along.
4141

42+
> [!NOTE]
43+
> To ensure the highest level of accuracy in geocoding results within Filled Map, it's crucial to correctly set the data category. See [Categorize geographic fields in Power BI](./power-bi-visual-geocode.md#categorize-geographic-fields-in-power-bi).
44+
4245
## Filled map settings
4346

4447
There are two places where you can adjust filled maps settings: Build and format visuals. Both are located in the **Visualizations** pane.

articles/azure-maps/power-bi-visual-geocode.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ To ensure fields are correctly geocoded, you can set the Data Category on the da
4242

4343
:::image type="content" source="media/power-bi-visual/data-category.png" alt-text="A screenshot showing the data category drop-down list in Power BI desktop.":::
4444

45+
> [!NOTE]
46+
> When categorizing geographic fields in Power BI, be sure to enter **State** and **County** data separately for accurate geocoding. Incorrect categorization, such as entering both **State** and **County** data into either category, might work currently but can lead to issues in the future.
47+
>
48+
> For instance:
49+
> - Correct Usage: State = GA, County = Decatur County
50+
> - Incorrect Usage: State = Decatur County, GA or County = Decatur County, GA
51+
4552
## Next steps
4653

4754
Learn more about the Azure Maps Power BI visual:

0 commit comments

Comments
 (0)