Skip to content

Commit 33360a4

Browse files
Merge pull request #15780 from ronmiab/rb-2408-release
2408 release docs - new branch due to merge conflict - KI, What's new, Release info - Go Live 9.5.2024 - 3P
2 parents 4019c77 + 6701cd8 commit 33360a4

File tree

10 files changed

+162
-24
lines changed

10 files changed

+162
-24
lines changed

azure-stack/hci/known-issues-2408.md

Lines changed: 98 additions & 0 deletions
Large diffs are not rendered by default.
17.6 KB
Loading
32.7 KB
Loading

azure-stack/hci/manage/virtual-machine-image-azure-marketplace.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-stack
88
ms.subservice: azure-stack-hci
99
ms.custom:
1010
- devx-track-azurecli
11-
ms.date: 07/18/2024
11+
ms.date: 08/19/2024
1212
---
1313

1414
# Create Azure Stack HCI VM image using Azure Marketplace images
@@ -84,29 +84,31 @@ Follow these steps to create a VM image using the Azure CLI.
8484
1. Select a custom location to deploy your VM image. The custom location should correspond to the custom location for your Azure Stack HCI cluster. Get the custom location ID for your Azure Stack HCI cluster. Run the following command:
8585
8686
```azurecli
87-
$customLocationID=(az customlocation show --resource-group $resource_group --name "<custom location name for Azure Stack HCI cluster>" --query id -o tsv)
87+
$customLocationID=(az customlocation show --resource-group $resource_group --name "<custom_location_name_for_Azure_Stack_HCI_cluster>" --query id -o tsv)
8888
```
8989
9090
1. Create the VM image starting with a specified marketplace image. Make sure to specify the offer, publisher, SKU, and version for the marketplace image. Use the following table to find the available marketplace images and their attribute values:
9191
92-
| Name | Publisher | Offer | SKU | Version number |
93-
|-------------|-------------|-----------------|-----------|----------------------|
94-
| Windows 11 Enterprise multi-session + Microsoft 365 Apps, version 21H2- Gen2 | microsoftwindowsdesktop | office-365 | win10-21h2-avd-m365-g2 | 19044.3570.231010 |
95-
| Windows 10 Enterprise multi-session, version 21H2 + Microsoft 365 Apps- Gen2 | microsoftwindowsdesktop | office-365 | win11-21h2-avd-m365 | 22000.2538.231010 |
96-
| Windows 10 Enterprise multi-session, version 21H2- Gen2 | microsoftwindowsdesktop | windows-10 | win10-21h2-avd-g2 | 19044.3570.231001 |
97-
| Windows 11 Enterprise multi-session, version 21H2- Gen2 | microsoftwindowsdesktop | windows-11 | win11-21h2-avd | 22000.2538.231001 |
98-
| Windows 11 Enterprise multi-session, version 22H2 - Gen2 | microsoftwindowsdesktop | windows-11 | win11-22h2-avd | 22621.2428.231001 |
99-
| Windows 11, version 22H2 Enterprise multi-session + Microsoft 365 Apps (Preview) - Gen2 | microsoftwindowsdesktop | windows11preview | win11-22h2-avd-m365 | 22621.382.220810 |
100-
| Windows Server 2022 Datacenter: Azure Edition - Gen2 | microsoftwindowsserver | windowsserver | 2022-datacenter-azure-edition | 20348.2031.231006 |
101-
| Windows Server 2022 Datacenter: Azure Edition Core - Gen2 | microsoftwindowsserver | windowsserver | 2022-datacenter-azure-edition-core | 20348.2031.231006 |
102-
| Windows Server 2022 Datacenter: Azure Edition Hotpatch - Gen2 | microsoftwindowsserver | windowsserver | 2022-datacenter-azure-edition-hotpatch | 20348.2031.231006 |
92+
| Name | Publisher | Offer | SKU |
93+
|------|-----------|-------|------|
94+
| Windows 11 Enterprise multi-session + Microsoft 365 | microsoftwindowsdesktop | office-365 | win11-21h2-avd-m365<br>win11-23h2-avd-m365 |
95+
| Windows 10 Enterprise multi-session + Microsoft 365 | microsoftwindowsdesktop | office-365 | win10-21h2-avd-m365<br>win10-22h2-avd-m365 |
96+
| Windows 11 Pro | microsoftwindowsdesktop | windows-11 | win11-21h2-pro<br>win11-22h2-pro<br>win11-23h2-pro |
97+
| Windows 11 Enterprise | microsoftwindowsdesktop | windows-11 | win11-21h2-ent<br>win11-22h2-ent<br>win11-23h2-ent |
98+
| Windows 11 Enterprise multi-session | microsoftwindowsdesktop | windows-11 | win11-21h2-avd<br>win11-22h2-avd<br>win11-23h2-avd |
99+
| Windows 10 Pro | microsoftwindowsdesktop | windows-10 | win10-22h2-pro-g2 |
100+
| Windows 10 Enterprise | microsoftwindowsdesktop | windows-10 | win10-22h2-ent-g2 |
101+
| Windows 10 Enterprise multi-session | microsoftwindowsdesktop | windows-10 | win10-22h2-avd |
102+
| Windows Server 2022 Datacenter: Azure Edition | microsoftwindowsserver | windowsserver | 2022-datacenter-azure-edition-hotpatch<br>2022-datacenter-azure-edition-core<br>2022-datacenter-azure-edition |
103+
| Windows Server 2019 | microsoftwindowsserver | windowsserver | 2019-datacenter-gensecond<br>2019-datacenter-core-g2 |
104+
| SQL Server 2022 Enterprise on Windows Server 2022 | microsoftsqlserver | sql2022-ws2022 | enterprise-gen2<br>standard-gen2 |
103105
104106
105107
```azurecli
106-
az stack-hci-vm image create --subscription $subscription --resource-group $resource_group --custom-location $customLocationID --location $location --name "<VM image name>" --os-type $ostype --offer "windowsserver" --publisher "<Publisher name>" --sku "<SKU>" --version "<Version number>" --storage-path-id $storagepathid
108+
az stack-hci-vm image create --subscription $subscription --resource-group $resource_group --custom-location $customLocationID --location $location --name "<VM_image_name>" --os-type $ostype --offer "windowsserver" --publisher "<publisher_name>" --sku "<SKU>"
107109
```
108110
109-
A deployment job starts for the VM image.
111+
A deployment job starts for the VM image.
110112
111113
In this example, the storage path was specified using the `--storage-path-id` flag and that ensured that the workload data (including the VM, VM image, non-OS data disk) is placed in the specified storage path.
112114
-47.3 KB
Loading

azure-stack/hci/release-information-23h2.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: alkohli
66
ms.topic: conceptual
77
ms.service: azure-stack
88
ms.subservice: azure-stack-hci
9-
ms.date: 08/13/2024
9+
ms.date: 09/03/2024
1010
---
1111

1212
# Azure Stack HCI, version 23H2 release information
@@ -21,7 +21,7 @@ This article presents the release information for Azure Stack HCI, version 23H2,
2121

2222
## About Azure Stack HCI, version 23H2 releases
2323

24-
The Azure Stack HCI, version 23H2 includes multiple release trains: 2306 (limited release), 2311, 2402, and 2405. Each release train includes a baseline build and subsequent updates.
24+
The Azure Stack HCI, version 23H2 includes multiple release trains: 2306 (limited release), 2311, 2402, 2405, and 2408. Each release train includes a baseline build and subsequent updates.
2525

2626
- **Baseline build**: The baseline build is the initial version of the software on a release train. Before you upgrade to the next version on the same train, you must deploy the baseline build.
2727
- **Update build**: An update build includes the incremental updates from the most recent baseline build.
@@ -55,6 +55,7 @@ All dates are listed in ISO 8601 format: *YYYY-MM-DD*
5555

5656
|Release build| OS build |Baseline or Update| What's new | Known issues |
5757
|--|--|--|--|--|
58+
| 10.2408.0.29 | 25398.1085 <br><br> [August OS security update](./security-update/hci-security-update-aug-2024.md) <br><br> Availability date: 2024-08-20 | Update | [Features and improvements](./whats-new.md#features-and-improvements-in-2408) | [Known issues](./known-issues-2408.md) |
5859
| 10.2405.3.7 | 25398.1085 <br><br> [August OS security update](./security-update/hci-security-update-aug-2024.md) <br><br> Availability date: 2024-08-20 | Update | [Features and improvements](./whats-new.md#features-and-improvements-in-24053) | [Known issues](./known-issues-2405-3.md) |
5960
| 10.2405.2.7 | 25398.1009 <br><br> [July OS security update](./security-update/hci-security-update-jul-2024.md) <br><br> Availability date: 2024-07-16 | Update | [Features and improvements](./whats-new.md#features-and-improvements-in-24052) | [Known issues](./known-issues-2405-2.md) |
6061
| 10.2405.1.4 | 25398.950 <br><br> [June OS security update](./security-update/hci-security-update-jun-2024.md) <br><br> Availability date: 2024-06-19 | Update | [Features and improvements](./whats-new.md#features-and-improvements-in-24051) | [Known issues](./known-issues-2405-1.md) |

azure-stack/hci/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ items:
1717
items:
1818
- name: Release information
1919
href: release-information-23h2.md
20+
- name: Known issues 2408
21+
items:
22+
- name: 2408 - Current
23+
href: known-issues-2408.md
2024
- name: Known issues 2405
2125
items:
2226
- name: 2405.3 - Current

azure-stack/hci/whats-new.md

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: alkohli
66
ms.author: alkohli
77
ms.service: azure-stack
88
ms.subservice: azure-stack-hci
9-
ms.date: 07/12/2024
9+
ms.date: 09/05/2024
1010
---
1111

1212
# What's new in Azure Stack HCI, version 23H2
@@ -17,7 +17,40 @@ This article lists the various features and improvements that are available in A
1717

1818
Azure Stack HCI, version 23H2 is the latest version of the Azure Stack HCI solution. This version focuses on cloud-based deployment and updates, cloud-based monitoring, new and simplified experience for Arc VM management, security, and more. For an earlier version of Azure Stack HCI, see [What's new in Azure Stack HCI, version 22H2](./whats-new-in-hci-22h2.md).
1919

20-
There are currently three release trains for Azure Stack HCI, version 23H2: 2405, 2402, and 2311. The various features and improvements available for the releases included in these trains are discussed in the following sections.
20+
There are currently four release trains for Azure Stack HCI, version 23H2: 2408, 2405, 2402, and 2311. The various features and improvements available for the releases included in these trains are discussed in the following sections.
21+
22+
## [2408 releases](#tab/2408releases)
23+
24+
This release train includes the following releases:
25+
26+
## Features and improvements in 2408
27+
28+
This is a baseline release with the following features and improvements:
29+
30+
### Upgrade from version 22H2 to version 23H2
31+
32+
This release introduces the ability to upgrade your Azure Stack HCI cluster from version 22H2 to version 23H2. The upgrade process is supported for clusters running version 22H2 with the latest updates and is a two-step process. While the OS upgrade is generally available, the solution upgrade will have a phased rollout.
33+
34+
For more information, see [Upgrade Azure Stack HCI from version 22H2 to version 23H2](./upgrade/about-upgrades-23h2.md).
35+
36+
### Updates changes
37+
38+
This release contains the following changes for updates:
39+
40+
- Revised the names and descriptions of update steps. [27635293]
41+
- Introduced a health fault alert that is raised when there are available updates on the system. [27253002]
42+
43+
## Arc VM management changes
44+
45+
This release contains the following changes for Arc VM management:
46+
47+
- 12 new Azure Marketplace images went live. For more information, see [Create Azure Stack HCI VM from Azure Marketplace images via Azure CLI](./manage/virtual-machine-image-azure-marketplace.md#create-vm-image-from-marketplace-image).
48+
- Creation of logical networks is blocked if trying to create with overlapping IP pools.
49+
- Logical network properties are properly updated. Previously, the logical network sometimes would not have its properties (vLAN, IP Pools, etc.) filled.
50+
- The vLAN field on a logical network will be defaulted to '0' if not specified.
51+
- Either (not both) *-image* or *-os-disk-name* can be used to create a VM from a VHD. Previously, Azure CLI enforced *-image* to be required for `az stack-hci-vm create` command.
52+
53+
For more information, see the [Fixed issues list in 2408](./known-issues-2408.md#fixed-issues).
2154

2255
## [2405 releases](#tab/2405releases)
2356

@@ -31,7 +64,7 @@ This is primarily a bug fix release. See the [Fixed issues list](./known-issues-
3164

3265
This is primarily a bug fix release with a few improvements.
3366

34-
- Arc VM management improvements: Starting this release, followiing improvements were made to the Arc VM management experience:
67+
- Arc VM management improvements: Starting this release, following improvements were made to the Arc VM management experience:
3568

3669
- You can now view and delete VM network interfaces from the Azure portal.
3770
- You can view **Connected devices** for logical networks. In the Azure portal, you can go to the logical network and then go to **Settings > Connected devices** to view the connected devices.

azure-stack/includes/hci-delete-vm-image-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ ms.author: alkohli
44
ms.service: azure-stack
55
ms.subservice: azure-stack-hci
66
ms.topic: include
7-
ms.date: 10/05/2022
7+
ms.date: 08/19/2024
88
---
99

1010
In the Azure portal of your Azure Stack HCI cluster resource, perform the following steps:
1111

12-
1. Go to **Resources (Preview)** > **VM images**.
12+
1. Go to **Resources** > **VM images**.
1313

1414
1. From the list of VM images displayed in the right-pane, select the trash can icon next to the VM image you want to delete.
1515

azure-stack/includes/hci-view-vm-image-properties-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ ms.author: alkohli
44
ms.service: azure-stack
55
ms.subservice: azure-stack-hci
66
ms.topic: include
7-
ms.date: 10/05/2022
7+
ms.date: 08/19/2024
88
---
99

1010
In the Azure portal of your Azure Stack HCI cluster resource, perform the following steps:
1111

12-
1. Go to **Resources (Preview)** > **VM images**. In the right-pane, a list of VM images is displayed.
12+
1. Go to **Resources** > **VM images**. In the right-pane, a list of VM images is displayed.
1313

1414
:::image type="content" source="../hci/manage/media/manage-vm-resources/vm-images-list.png" alt-text="Screenshot showing list of images." lightbox="../hci/manage/media/manage-vm-resources/vm-images-list.png":::
1515

0 commit comments

Comments
 (0)