Skip to content

Commit 58fdef7

Browse files
Merge pull request #311204 from MicrosoftDocs/main
Auto Publish – main to live - 2026-02-02 12:00 UTC
2 parents b9ce674 + 7ebdf8e commit 58fdef7

6 files changed

Lines changed: 15 additions & 5 deletions

File tree

articles/azure-app-configuration/reference-javascript-provider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ import { ConfigurationMapFeatureFlagProvider, FeatureManager } from "@microsoft/
317317
// Create a feature flag provider which uses the configuration provider as feature flag source
318318
const ffProvider = new ConfigurationMapFeatureFlagProvider(appConfig);
319319
// Create a feature manager which will evaluate the feature flag
320-
const fm = new FeatureManager(ffProvider);
320+
const featureManager = new FeatureManager(ffProvider);
321321

322322
import express from "express";
323323
const server = express();
@@ -522,4 +522,4 @@ To learn how to use the JavaScript configuration provider, continue to the follo
522522
To learn how to use the JavaScript feature management library, continue to the following documentation.
523523
524524
> [!div class="nextstepaction"]
525-
> [JavaScript Feature Management](./feature-management-javascript-reference.md)
525+
> [JavaScript Feature Management](./feature-management-javascript-reference.md)

articles/migrate/how-to-upgrade-windows.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Upgrade Windows Operating System
33
description: Learn how to upgrade Windows OS during migration.
4-
author: AnuragMehrotra
5-
ms.author: anuragm
4+
author: vijain
5+
ms.author: vijain
66
ms.manager: vijain
77
ms.topic: how-to
88
ms.date: 05/08/2025
@@ -19,6 +19,7 @@ This article describes how to upgrade Windows Server OS while migrating to Azure
1919
> - The upgrade feature only works for Windows Server Standard, Datacenter, and Enterprise editions.
2020
> - The upgrade feature doesn't work for non en-US language servers.
2121
> - This feature doesn't work for a Windows Server with an evaluation license and needs a full license. If you have any server with an evaluation license, upgrade to full edition before starting migration to Azure.
22+
> - Windows Server 2008 and Windows Server 2008 R2 have reached End of Life (EOL). For more information, 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) and [Perform in-place upgrade to Windows Server 2016, 2019, 2022, or 2025](/azure/virtual-machines/windows-in-place-upgrade#perform-in-place-upgrade-to-windows-server-2016-2019-2022-or-2025). Review your usage and plan OS upgrades and migrations accordingly.
2223
2324
## Prerequisites
2425

articles/migrate/prepare-for-migration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ Verify supported operating systems for migration:
5454
- Verify [Windows operating systems](https://support.microsoft.com/help/2721672/microsoft-server-software-support-for-microsoft-azure-virtual-machines) are supported in Azure.
5555
- Verify [Linux distributions](/azure/virtual-machines/linux/endorsed-distros) supported in Azure.
5656

57+
> [!NOTE]
58+
> Windows Server 2008 and Windows Server 2008 R2 have reached End of Life (EOL). For more information, 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) and [Perform in-place upgrade to Windows Server 2016, 2019, 2022, or 2025](/azure/virtual-machines/windows-in-place-upgrade#perform-in-place-upgrade-to-windows-server-2016-2019-2022-or-2025). Review your usage and plan OS upgrades and migrations accordingly.
59+
5760
## Review URL and port access
5861

5962
Review which URLs and ports are accessed during migration.

articles/migrate/simplified-experience-for-azure-migrate.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ The simplified experience leverages an enhanced agent-based migration stack tail
1717
- **Broader OS support**: It enables migration of newer Linux distributions to Azure, expanding compatibility and allowing customers to benefit from the latest innovations in Linux technology.
1818
- **Modern replication appliance**: It utilizes Windows Server 2022 (WS2022) for the replication appliance, ensuring robust and up-to-date infrastructure.
1919
- **Unified OS support matrix**: This provides a consistent and streamlined approach to operating system support across migration workflows, simplifying planning and execution.
20+
21+
> [!NOTE]
22+
> For the latest list of supported operating systems, including EOL or unsupported OSs such as CentOS, see [Azure support matrix](/azure/site-recovery/vmware-physical-azure-support-matrix).
2023
2124
Overall, the upgraded stack equips customers with powerful tools to efficiently migrate newer Linux distributions, leverage modern Windows Server platform for replication, and benefit from a unified OS support framework, enhancing the entire migration journey to Azure.
2225

articles/migrate/tutorial-migrate-physical-virtual-machines.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ Before you begin this tutorial, you should:
4747
- [Review](./agent-based-migration-architecture.md) the migration architecture.
4848
- [Review](../site-recovery/migrate-tutorial-windows-server-2008.md#limitations-and-known-issues) the limitations related to migrating Windows Server 2008 servers to Azure.
4949

50+
> [!NOTE]
51+
> Windows Server 2008 and Windows Server 2008 R2 have reached End of Life (EOL). For more information, 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) and [Perform in-place upgrade to Windows Server 2016, 2019, 2022, or 2025](/azure/virtual-machines/windows-in-place-upgrade#perform-in-place-upgrade-to-windows-server-2016-2019-2022-or-2025). Review your usage and plan OS upgrades and migrations accordingly.
52+
5053
> [!NOTE]
5154
> If you're planning to upgrade your Windows operating system, Azure Migrate and Modernize might download the Windows SetupDiag utility for error details in case upgrade fails. Ensure that the VM created in Azure after the migration has access to [SetupDiag](https://go.microsoft.com/fwlink/?linkid=870142). If there's no access to SetupDiag, you might not be able to get detailed OS upgrade failure error codes but the upgrade can still proceed.
5255

articles/storage/blobs/blobfuse2-what-is.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ BlobFuse provides several caching mechanisms, including file, metadata, and attr
2121
The BlobFuse project is [licensed under the MIT license](https://github.com/Azure/azure-storage-fuse/blob/main/LICENSE).
2222

2323
> [!NOTE]
24-
> BlobFuse is the latest version of BlobFuse and has many significant improvements over BlobFuse v1. [BlobFuse v1](storage-how-to-mount-container-linux.md) support ends in September 2026. Migrate to BlobFuse v2 by using the provided [instructions](https://github.com/Azure/azure-storage-fuse/blob/main/MIGRATION.md).
24+
> BlobFuse v2 is the latest version of BlobFuse and has many significant improvements over BlobFuse v1. [BlobFuse v1](storage-how-to-mount-container-linux.md) support ends in September 2026. Migrate to BlobFuse v2 by using the provided [instructions](https://github.com/Azure/azure-storage-fuse/blob/main/MIGRATION.md).
2525
2626
## Key use cases
2727

0 commit comments

Comments
 (0)