Skip to content

Commit 4824b5b

Browse files
author
Manika Dhiman
committed
resolved merge conflict
2 parents 952592a + b3cf9c4 commit 4824b5b

18 files changed

+57
-60
lines changed

AKS-Arc/aks-overview.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: What is AKS enabled by Azure Arc?
33
description: Learn about AKS enabled by Azure Arc and available deployment options.
44
ms.topic: overview
5-
ms.date: 04/10/2025
5+
ms.date: 04/14/2025
66
author: sethmanheim
77
ms.author: sethm
88
ms.reviewer: abha
@@ -39,16 +39,11 @@ The following list describes some of the common use cases for AKS, but is not an
3939

4040
The available deployment options are as follows:
4141

42-
- **AKS on Azure Local**: AKS on Azure Local uses Azure Arc to create new Kubernetes clusters on Azure Local directly from Azure. It enables you to use familiar tools like the Azure portal and Azure Resource Manager templates to create and manage your Kubernetes clusters running on Azure Local.
43-
- **AKS Edge Essentials**: AKS Edge Essentials includes a lightweight Kubernetes distribution with a small footprint and simple installation experience, making it easy for you to deploy Kubernetes on PC-class or "light" edge hardware.
44-
- **AKS on Windows Server**: Azure Kubernetes Service on Windows Server (and on Azure Local) is an on-premises Kubernetes implementation of AKS that automates running containerized applications at scale, using Windows PowerShell and Windows Admin Center. It simplifies deployment and management of AKS on Windows Server 2019/2022 Datacenter and Azure Local.
45-
- **AKS on VMWare (preview)**: AKS on VMware (preview) enables you to use Azure Arc to create new Kubernetes clusters on VMware vSphere. With AKS on VMware, you can manage your AKS clusters running on VMware vSphere using familiar tools like Azure CLI.
42+
- [**AKS on Azure Local**](aks-whats-new-local.md): AKS on Azure Local uses Azure Arc to create new Kubernetes clusters on Azure Local directly from Azure. It enables you to use familiar tools like the Azure portal and Azure Resource Manager templates to create and manage your Kubernetes clusters running on Azure Local.
43+
- [**AKS Edge Essentials**](aks-edge-overview.md): AKS Edge Essentials includes a lightweight Kubernetes distribution with a small footprint and simple installation experience, making it easy for you to deploy Kubernetes on PC-class or "light" edge hardware.
44+
- [**AKS on VMWare (preview)**](aks-vmware-overview.md): AKS on VMware (preview) enables you to use Azure Arc to create new Kubernetes clusters on VMware vSphere. With AKS on VMware, you can manage your AKS clusters running on VMware vSphere using familiar tools like Azure CLI.
45+
- [**AKS on Windows Server**](overview.md): AKS on Windows Server is an on-premises Kubernetes implementation of AKS that automates running containerized applications at scale, using Windows PowerShell and Windows Admin Center. It simplifies deployment and management of AKS on Windows Server 2019/2022 Datacenter.
4646

4747
## Next steps
4848

49-
To get started with AKS enabled by Azure Arc, see the following deployment option overviews:
50-
5149
- [What's new in AKS on Azure Local](aks-whats-new-local.md)
52-
- [AKS on Windows Server](overview.md)
53-
- [AKS Edge Essentials](aks-edge-overview.md)
54-
- [AKS on VMware (preview)](aks-vmware-overview.md)

AKS-Arc/deploy-gpu-node-pool-22h2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use GPUs for compute-intensive workloads
2+
title: Use GPUs for compute-intensive workloads in AKS on Windows Server
33
description: Learn how to deploy GPU-enabled node pools in AKS on Windows Server.
44
author: sethmanheim
55
ms.topic: how-to
@@ -11,7 +11,7 @@ ms.lastreviewed: 03/21/2023
1111
# Keyword: Run GPU workloads on Kubernetes
1212
---
1313

14-
# Use GPUs for compute-intensive workloads
14+
# Use GPUs for compute-intensive workloads in AKS on Windows Server
1515

1616
[!INCLUDE [aks-hybrid-applies-to-azure-stack-hci-windows-server-sku](includes/aks-hci-applies-to-skus/aks-hybrid-applies-to-azure-stack-hci-windows-server-sku.md)]
1717

AKS-Arc/deploy-gpu-node-pool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use GPUs for compute-intensive workloads in AKS on Azure Local
33
description: Learn how to deploy GPU-enabled node pools in AKS enabled by Arc on Azure Local.
44
author: sethmanheim
55
ms.topic: how-to
6-
ms.date: 03/25/2025
6+
ms.date: 04/14/2025
77
ms.author: sethm
88
ms.lastreviewed: 03/21/2025
99
ms.reviewer: abha
@@ -17,7 +17,7 @@ ms.reviewer: abha
1717
[!INCLUDE [hci-applies-to-23h2](includes/hci-applies-to-23h2.md)]
1818

1919
> [!NOTE]
20-
> For information about GPUs in AKS on Azure Local 22H2, see [Use GPUs (Azure Local 22H2)](deploy-gpu-node-pool-22h2.md).
20+
> For information about GPUs in AKS on Windows Server, see [Use GPUs in AKS on Windows Server](deploy-gpu-node-pool-22h2.md).
2121
2222
Graphical Processing Units (GPU) are used for compute-intensive workloads such as machine learning, deep learning, and more. This article describes how to use GPUs for compute-intensive workloads in AKS enabled by Azure Arc.
2323

AKS-Arc/encrypt-etcd-secrets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@ If you encounter any errors with the KMS plugin, follow the procedure on the [Tr
105105

106106
## Next steps
107107

108-
- [Encrypt etcd secrets for Kubernetes clusters in AKS on Windows Server](encrypt-secrets.md)
108+
- [Create Kubernetes clusters](aks-create-clusters-cli.md#deploy-the-application-and-load-balancer)
109109
- [Deploy a Linux application on a Kubernetes cluster](deploy-linux-application.md)
110-
- [Deploy a Windows Server application on a Kubernetes cluster](deploy-windows-application.md)
110+

AKS-Arc/includes/supported-gpu-models.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
author: sethmanheim
33
ms.author: sethm
44
ms.topic: include
5-
ms.date: 03/25/2025
5+
ms.date: 04/14/2025
66
ms.reviewer: abha
7-
ms.lastreviewed: 03/25/2025
7+
ms.lastreviewed: 04/14/2025
88

99
---
1010

1111
## Supported GPU models
1212

13-
The following GPU models are supported by AKS on Azure Local, version 23H2:
13+
The following GPU models are supported by AKS on Azure Local.
1414

1515
| Manufacturer | GPU model | Supported version |
1616
|--------------|-----------|-------------------|
@@ -20,7 +20,7 @@ The following GPU models are supported by AKS on Azure Local, version 23H2:
2020

2121
## Supported GPU VM sizes
2222

23-
The following VM sizes for each GPU model are supported by AKS on Azure Local, version 23H2.
23+
The following VM sizes for each GPU model are supported by AKS on Azure Local.
2424

2525
### Nvidia T4 is supported by NK T4 SKUs
2626

adaptive-cloud/docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"feedback_system": "Standard",
4646
"permissioned-type": "public",
4747
"manager":"lizross",
48-
"ms.service": "azure-stack",
48+
"ms.service": "azure",
49+
"ms.subservice": "azure-adaptive-cloud",
4950
"tittleSuffix": "Azure Adaptive Cloud",
5051
"feedback_product_url": "https://feedback.azure.com/d365community/forum/5c778dec-0625-ec11-b6e6-000d3a4f0858",
5152
"feedback_help_link_url": "https://learn.microsoft.com/en-us/answers/tags/146/azure-arc"

adaptive-cloud/index.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ brand: azure
66
metadata:
77
title: Azure adaptive cloud documentation
88
description: Leverage cloud-native and AI technologies to work simultaneously across hybrid, multicloud, edge, and IoT.
9-
ms.service: azure-stack
9+
ms.service: azure
10+
ms.subservice: azure-adaptive-cloud
1011
ms.topic: hub-page
1112
author: asergaz
1213
ms.author: sergaz

azure-local/assurance/azure-stack-hipaa-guidance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: HIPAA guidance for Azure Local
33
description: Learn about HIPAA compliance using Azure Local.
4-
ms.date: 12/27/2024
4+
ms.date: 04/09/2025
55
ms.topic: conceptual
66
ms.service: azure-local
77
ms.author: nguyenhung
@@ -94,7 +94,7 @@ If you're using Microsoft Entra ID to manage identity and access to the platform
9494

9595
#### SIEM integration
9696

97-
Microsoft Defender for Cloud and Microsoft Sentinel is natively integrated with Arc-enabled Azure Local machines. You can enable and onboard your logs to Microsoft Sentinel, which provides security information event management (SIEM) and security orchestration automated response (SOAR) capability. Microsoft Sentinel, like other Azure cloud services, complies with many well-established security standards such as HIPAA and HITRUST, which can help you with your accreditation process. Additionally, Azure Local provides a native syslog event forwarder to send the system events to third party SIEM solutions.
97+
Microsoft Defender for Cloud and Microsoft Sentinel is natively integrated with Arc-enabled servers. You can enable and onboard your logs to Microsoft Sentinel, which provides security information event management (SIEM) and security orchestration automated response (SOAR) capability. Microsoft Sentinel, like other Azure cloud services, complies with many well-established security standards such as HIPAA and HITRUST, which can help you with your accreditation process. Additionally, Azure Local provides a native syslog event forwarder to send the system events to third party SIEM solutions.
9898

9999
#### Azure Local Insights
100100

azure-local/assurance/azure-stack-iso27001-guidance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: ISO 27001 guidance for Azure Local
33
description: Learn about ISO 27001 compliance using Azure Local.
4-
ms.date: 12/27/2024
4+
ms.date: 04/09/2025
55
ms.topic: conceptual
66
ms.service: azure-local
77
ms.author: nguyenhung
@@ -124,7 +124,7 @@ If you're using Microsoft Entra ID to manage identity and access to the platform
124124

125125
#### SIEM integration
126126

127-
Microsoft Defender for Cloud and Microsoft Sentinel is natively integrated with Arc-enabled Azure Local machines. You can enable and onboard your logs to Microsoft Sentinel, which provides security information event management (SIEM) and security orchestration automated response (SOAR) capability. Microsoft Sentinel, like other Azure cloud services, also complies with many well-established security standards such as ISO/IEC 27001, which can help you with your certification process. Additionally, Azure Local provides a native syslog event forwarder to send the system events to the third party SIEM solutions.
127+
Microsoft Defender for Cloud and Microsoft Sentinel is natively integrated with Arc-enabled servers. You can enable and onboard your logs to Microsoft Sentinel, which provides security information event management (SIEM) and security orchestration automated response (SOAR) capability. Microsoft Sentinel, like other Azure cloud services, also complies with many well-established security standards such as ISO/IEC 27001, which can help you with your certification process. Additionally, Azure Local provides a native syslog event forwarder to send the system events to the third party SIEM solutions.
128128

129129
### Monitoring
130130

azure-local/assurance/azure-stack-pci-dss-guidance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: PCI DSS guidance for Azure Local
33
description: Learn about PCI DSS compliance using Azure Local.
4-
ms.date: 12/27/2024
4+
ms.date: 04/09/2025
55
ms.topic: conceptual
66
ms.service: azure-local
77
ms.author: nguyenhung
@@ -149,7 +149,7 @@ If you're using Microsoft Entra ID to manage identity and access to the platform
149149

150150
#### SIEM integration
151151

152-
Microsoft Defender for Cloud and Microsoft Sentinel is natively integrated with Arc-enabled Azure Local machines. You can enable and onboard your logs to Microsoft Sentinel, which provides security information event management (SIEM) and security orchestration automated response (SOAR) capability. Microsoft Sentinel, like other Azure cloud services, complies with many well-established security standards such as PCI DSS, HITRUST, and FedRAMP Authorization, which can help you with your accreditation process. Additionally, Azure Local provides a native syslog event forwarder to send the system events to third party SIEM solutions.
152+
Microsoft Defender for Cloud and Microsoft Sentinel is natively integrated with Arc-enabled servers. You can enable and onboard your logs to Microsoft Sentinel, which provides security information event management (SIEM) and security orchestration automated response (SOAR) capability. Microsoft Sentinel, like other Azure cloud services, complies with many well-established security standards such as PCI DSS, HITRUST, and FedRAMP Authorization, which can help you with your accreditation process. Additionally, Azure Local provides a native syslog event forwarder to send the system events to third party SIEM solutions.
153153

154154
#### Azure Local Insights
155155

0 commit comments

Comments
 (0)