Skip to content

Commit 30ca0e5

Browse files
authored
Merge pull request #3570 from MicrosoftDocs/main638785188662745806sync_temp
Repo sync for protected branch
2 parents da850aa + cf1744d commit 30ca0e5

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

AKS-Arc/scale-requirements.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Scale requirements for AKS on Azure Local
33
description: Learn about scale requirements for AKS on Azure Local.
44
ms.topic: conceptual
5-
ms.date: 03/21/2025
5+
ms.date: 03/24/2025
66
author: sethmanheim
77
ms.author: sethm
88
ms.reviewer: abha
@@ -93,17 +93,17 @@ The following VM sizes for each GPU models are supported by AKS on Azure Local,
9393
|-------------------|---|----|----|----|
9494
| Standard_NC4_A2 | 1 | 16 | 4 | 8 |
9595
| Standard_NC8_A2 | 1 | 16 | 8 | 16 |
96-
| Standard_NC16_A2 | 2 | 48 | 16 | 64 |
97-
| Standard_NC32_A2 | 2 | 48 | 32 | 128 |
96+
| Standard_NC16_A2 | 2 | 32 | 16 | 64 |
97+
| Standard_NC32_A2 | 2 | 32 | 32 | 128 |
9898

9999
### Nvidia A16 is supported by NC2 A16 SKUs
100100

101101
| VM size | GPUs | GPU Memory: GiB | vCPU | Memory: GiB |
102102
|--------------------|---|----|----|----|
103103
| Standard_NC4_A16 | 1 | 16 | 4 | 8 |
104104
| Standard_NC8_A16 | 1 | 16 | 8 | 16 |
105-
| Standard_NC16_A16 | 2 | 48 | 16 | 64 |
106-
| Standard_NC32_A16 | 2 | 48 | 32 | 128 |
105+
| Standard_NC16_A16 | 2 | 32 | 16 | 64 |
106+
| Standard_NC32_A16 | 2 | 32 | 32 | 128 |
107107

108108
## Next steps
109109

azure-local/manage/add-server.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to manage capacity on your Azure Local, version 23H2 syst
44
ms.topic: article
55
author: alkohli
66
ms.author: alkohli
7-
ms.date: 01/28/2025
7+
ms.date: 03/25/2025
88
---
99

1010
# Add a node on Azure Local
@@ -173,6 +173,10 @@ If you experience failures or errors while adding a node, you can capture the ou
173173
Add-Server -Rerun
174174
```
175175
176+
If you encounter an issue during the add node operation and need help from Microsoft Support, you can follow the steps in [Collect diagnostic logs for Azure Local (preview)](collect-logs.md) to collect and send the diagnostic logs to Microsoft.
177+
178+
You might need to provide diagnostic logs from the new node that's to be added to the cluster. Make sure you run the `Send-DiagnosticData` cmdlet from the new node.
179+
176180
## Next steps
177181
178182
- Learn more about how to [Repair a node](./repair-server.md).

azure-local/manage/repair-server.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to repair a node on your Azure Local, version 23H2 system
44
ms.topic: article
55
author: alkohli
66
ms.author: alkohli
7-
ms.date: 01/28/2025
7+
ms.date: 03/25/2025
88
---
99

1010
# Repair a node on Azure Local
@@ -190,6 +190,10 @@ If you experience failures or errors while repairing a node, you can capture the
190190
Repair-Server -Rerun
191191
```
192192
193+
If you encounter an issue during the repair node operation and need help from Microsoft Support, you can follow the steps in [Collect diagnostic logs for Azure Local (preview)](collect-logs.md) to collect and send diagnostic logs to Microsoft.
194+
195+
You might need to provide diagnostic logs from the node under repair. Make sure you run the `Send-DiagnosticData` cmdlet from this node.
196+
193197
## Next steps
194198
195199
Learn more about how to [Add a node](./add-server.md).

0 commit comments

Comments
 (0)