Skip to content

Commit d2e3cfd

Browse files
authored
Sync release-local-disconnectednew with main
Sync release-local-disconnectednew with main
2 parents ee63855 + d6f2930 commit d2e3cfd

File tree

7 files changed

+46
-46
lines changed

7 files changed

+46
-46
lines changed

AKS-Arc/aks-vmware-quickstart-deploy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sethmanheim
55
ms.author: sethm
66
ms.topic: quickstart
77
ms.custom: devx-track-azurecli
8-
ms.date: 03/19/2025
8+
ms.date: 06/13/2025
99
ms.lastreviewed: 03/19/2025
1010
ms.reviewer: leslielin
1111
---
@@ -94,8 +94,8 @@ Run the following command to create the cluster.
9494
az aksarc create -n '<name of your cluster>' -g $resource_group --kubernetes-version '<Kubernetes version from the Arc Resource Bridge>' --custom-location $custom_location --aad-admin-group-object-ids $aad_group_id --vnet-ids $vnet_id --control-plane-ip $control_plane_ip --generate-ssh-keys --debug
9595
```
9696

97-
> [!NOTE]
98-
> In this preview release, you can only deploy the same Kubernetes version that the Arc Resource Bridge supports. The Kubernetes version you provide in the command must align with the Arc Resource Bridge version. You can find the Arc Resource Bridge version in the Azure portal under **Azure Arc > Management > Resource Bridge**. To determine the corresponding Kubernetes version, see [What's new with Azure Arc resource bridge](/azure/azure-arc/resource-bridge/release-notes).
97+
> [!NOTE]
98+
> In this preview release, you can only deploy the same Kubernetes version that the Arc Resource Bridge supports. Currently, this preview only supports Arc Resource Bridge version 1.2.0 and earlier. The Kubernetes version you provide in the command must align with the Arc Resource Bridge version. You can find the Arc Resource Bridge version in the Azure portal under **Azure Arc > Management > Resource Bridge**. To determine the corresponding Kubernetes version, see [What's new with Azure Arc resource bridge](/azure/azure-arc/resource-bridge/release-notes#version-120-july-2024).
9999
100100
## Delete the cluster
101101

AKS-Arc/aks-vmware-system-requirements.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: System requirements and support matrix for AKS enabled by Azure Arc on VMware (preview)
33
description: Learn about system requirements and the support matrix for AKS enabled by Azure Arc on VMware.
4-
ms.date: 09/16/2024
5-
ms.topic: article
4+
ms.date: 06/13/2025
5+
ms.topic: concept-article
66
author: sethmanheim
77
ms.author: sethm
88
ms.reviewer: leslielin
9-
ms.lastreviewed: 09/16/2024
9+
ms.lastreviewed: 06/13/2025
1010

1111
ms.custom: references_regions
1212

@@ -70,7 +70,7 @@ You should create a folder for VM templates, to store the Arc Resource Bridge an
7070

7171
## Supported Kubernetes version
7272

73-
In this preview release, you can only deploy the same Kubernetes version that the Arc Resource Bridge supports. You can find the Arc Resource Bridge version in the Azure portal under **Azure Arc > Management > Resource Bridge**. To determine the corresponding Kubernetes version, see [What's new with Azure Arc resource bridge](/azure/azure-arc/resource-bridge/release-notes).
73+
In this preview release, you can only deploy the Kubernetes version that matches what Arc Resource Bridge supports. Currently, this preview only supports Arc Resource Bridge version 1.2.0 and earlier. You can find the Arc Resource Bridge version in the Azure portal under **Azure Arc > Management > Resource Bridge**. To determine the corresponding Kubernetes version, see [What's new with Azure Arc resource bridge](/azure/azure-arc/resource-bridge/release-notes#version-120-july-2024).
7474

7575
## Custom location
7676

azure-local/manage/health-service-settings.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Modify Health Service settings
44
ms.author: alkohli
55
ms.topic: how-to
66
author: alkohli
7-
ms.date: 01/16/2025
7+
ms.date: 07/28/2025
88
---
99

1010
# Modify Health Service settings
@@ -15,6 +15,8 @@ The Health Service, first released in Windows Server 2016, improves the day-to-d
1515

1616
Many of the parameters which govern the behavior of the Health Service are exposed as settings. You can modify these to tune the aggressiveness of faults or actions, turn certain behaviors on/off, and more.
1717

18+
For a detailed overview of health faults, including fault severity mappings, health settings (data types, fault associations, default values, and descriptions), and the list of collected metrics, download the [Health Service faults](https://github.com/Azure-Samples/AzureLocal/blob/main/health-service-faults/health-service-faults.xlsx) spreadsheet.
19+
1820
Use the following PowerShell cmdlet to set or modify settings.
1921

2022
## Usage

azure-local/migrate/migrate-troubleshoot.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshoot issues when migrating VMs to Azure Local using Azure Migrate
33
description: Learn about how to troubleshoot issues when migrating Windows VMs to your Azure Local instance using Azure Migrate (preview).
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 06/04/2025
6+
ms.date: 07/10/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.custom: linux-related-content
@@ -417,6 +417,21 @@ Task failures listed below the red line (**Preparing protected entities** task a
417417

418418
These resources will be reused automatically by Azure Migrate during subsequent migration attempts.
419419

420+
### Migrated VM data disks show as 1GB in Azure Portal
421+
422+
When you migrate a VM with one or more data disks attached, Azure Portal may incorrectly display the total data disk size as **1 GB**.
423+
424+
**Root cause**
425+
426+
This is a display issue only and doesn't affect the actual functionality or size of the VM's data disks.
427+
428+
429+
**Recommended resolution**
430+
431+
To correct the display issue in Azure portal and reflect the true data disk size, follow the steps at [Expand a data disk](../manage/manage-arc-virtual-machine-resources.md?&tabs=azurecli#expand-a-data-disk) to reapply the same size as the current data disk (no actual size increase is required).
432+
433+
This triggers a portal refresh and updates the UX to reflect the correct data disk size.
434+
420435

421436
## Next steps
422437

azure-local/migrate/migration-options-overview.md

Lines changed: 12 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,46 @@
11
---
22
title: Options for migrating virtual machines to Azure Local (preview)
3-
description: Learn about how to choose a migration option to migrate VM workloads to your Azure Local (preview).
3+
description: Learn about the available migration options for migrating VM workloads to your Azure Local (preview).
44
author: alkohli
55
ms.topic: overview
6-
ms.date: 05/15/2025
6+
ms.date: 07/28/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
---
1010

11-
# About options to migrate VM workloads to Azure Local (preview)
11+
# Options to migrate VM workloads to Azure Local (preview)
1212

1313
[!INCLUDE [applies-to](../includes/hci-applies-to-23h2.md)]
1414

1515
[!INCLUDE [azure-local-banner-23h2](../includes/azure-local-banner-23h2.md)]
1616

17-
This article provides an overview of some of the common options available for migrating virtual machine (VM) workloads to your Azure Local instance.
17+
This article provides an overview of the options available for migrating virtual machine (VM) workloads to your Azure Local instance.
1818

1919
[!INCLUDE [important](../includes/hci-preview.md)]
2020

21-
2221
## Migration options
2322

24-
To migrate VM workloads and their data to your Azure Local instance, several options are available. These options can be classified as first party, third party, and manual migration options. Each of these options is described in the following sections.
23+
To migrate VM workloads and their data to your Azure Local instance, several options are available. These options are classified either as first-party or third-party. Select the option that best suits your current infrastructure and migration goals.
2524

26-
## First party migration options
25+
## First-party migration options
2726

28-
First party migration options are provided by Microsoft. These options are built into the Azure Local platform and are available to you at no additional cost. The following first party migration options are available:
27+
First-party migration options are provided by Microsoft. These options are built into the Azure Local platform and are available to you at no additional cost.
2928

30-
- [Azure Migrate](./migration-azure-migrate-overview.md). This option is only available on systems running Azure Local.
31-
- [For Hyper-V VMs](./migration-azure-migrate-overview.md).
32-
- [For VMware VMs](./migration-azure-migrate-vmware-overview.md).
29+
The primary first-party migration option is [Azure Migrate](./migration-azure-migrate-overview.md), which is available on systems running Azure Local. Azure Migrate is a central hub for tools to discover, assess, and migrate on-premises servers, apps, and data to the Microsoft Azure cloud.
3330

34-
- System Center Virtual Machine Manager (SCVMM). These options are only available on systems running Azure Stack HCI, version 22H2.
35-
- [For Hyper-V VMs](/system-center/vmm/deploy-manage-azure-stack-hci?view=sc-vmm-2022&preserve-view=true#step-8-migrate-vms-from-windows-server-to-azure-stack-hci-cluster)
36-
- [For VMware VMs](/system-center/vmm/deploy-manage-azure-stack-hci?view=sc-vmm-2022&preserve-view=true#step-9-migrate-vmware-workloads-to-azure-stack-hci-cluster-using-scvmm)
31+
You can use Azure Migrate to migrate the following types of VMs to Azure Local:
3732

33+
- [Hyper-V VMs](./migration-azure-migrate-overview.md)
34+
- [VMware VMs](./migration-azure-migrate-vmware-overview.md)
3835

39-
## Third party migration options
36+
## Third-party migration options
4037

4138
The following third-party migration options are offered by Microsoft partners.
4239

4340
- [Carbonite](https://www.carbonite.com/business/products/migration/)
4441
- [Commvault](https://www.commvault.com/)
4542
- [Veeam](https://www.veeam.com/)
4643

47-
48-
## Manual migration options
49-
50-
Manual migration options are provided by Microsoft. These options are available to you at no additional cost. These options are available only on systems running Azure Stack HCI, version 22H2.
51-
52-
The following manual migration options are available:
53-
54-
- [Migrate VMs manually to same hardware](migrate-cluster-same-hardware.md): This option is used when you want to migrate a Windows Server failover cluster to Azure Local using your existing hardware. This process installs the new operating system for Azure Local and retains your existing cluster settings and storage, and imports your VMs.
55-
56-
- [Migrate VMs manually to new hardware](migrate-cluster-new-hardware.md): This option is used when you want to migrate VMs from an existing Windows Server 2016 or later cluster to a new Azure Local instance. You migrate the VMs to the same hardware using PowerShell and Robocopy.
57-
58-
If you have VMs on Windows 2012 R2 or older that you want to migrate, see [Migrating older VMs](migrate-cluster-new-hardware.md#migrating-older-vms).
59-
60-
61-
6244
## Next steps
6345

6446
To learn more about migration using Azure Migrate, see:

azure-local/upgrade/troubleshoot-upgrade-to-23h2.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshoot Azure Local upgrade
33
description: Learn how to troubleshoot upgrades on your Azure Local.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 02/28/2025
6+
ms.date: 05/28/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.service: azure-local
@@ -153,9 +153,10 @@ When you [Install the solution upgrade](./install-solution-upgrade.md), you may
153153

154154
## Next steps
155155

156-
For detailed remediation for common known issues, check out:
157-
> [!div class="nextstepaction"]
158-
> [Azure Local Supportability repository](https://github.com/Azure/AzureStackHCI-Supportability)
156+
- For detailed remediation for common known issues, check out:
157+
> [!div class="nextstepaction"]
158+
> [Azure Local Supportability repository](https://github.com/Azure/AzureStackHCI-Supportability)
159159
160-
Alternatively, you can:
161-
- [Open a Support ticket](../manage/get-support.md)
160+
- For a detailed overview of health faults, including fault severity mappings, health settings (data types, fault associations, default values, and descriptions), and the list of collected metrics, download the [Health Service faults](https://github.com/Azure-Samples/AzureLocal/blob/main/health-service-faults/health-service-faults.xlsx) spreadsheet.
161+
162+
- [Open a Support ticket](../manage/get-support.md) if you need more help.

azure-stack/ruggedized/operator/azure-stack-commvault-offer-tzl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can deploy Commvault on an external machine and protect resources on Azure S
3838

3939
## Deploy from Azure Stack Hub Marketplace
4040

41-
Commvault publishes a BYOL image in the Azure Marketplace and enables the image for syndication to Azure Stack Hub. The minimum version required to back up VMs on Azure Stack is SP16. If you plan to use a virtual appliance, make sure to update to at SP16 (the latest [long-term supported release](https://documentation.commvault.com/2023e/essential/platform_release_schedule_and_lifecycles.html)) or SP17 (the latest mainstream release available).
41+
Commvault publishes a BYOL image in the Azure Marketplace and enables the image for syndication to Azure Stack Hub. The minimum version required to back up VMs on Azure Stack is SP16. If you plan to use a virtual appliance, make sure to update to at SP16 (the latest [long-term supported release](https://www.cdw.com/content/cdw/en/brand/commvault.html)) or SP17 (the latest mainstream release available).
4242

4343
| Cloud | Version | Available for syndication | Next update |
4444
|--------------|---------|---------------------------|-------------|

0 commit comments

Comments
 (0)