Skip to content

Commit 52baa63

Browse files
authored
Sync release-aks-2503 with main
Sync release-aks-2503 with main
2 parents ab5e3ae + 0bd0625 commit 52baa63

16 files changed

+141
-16
lines changed

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ author: sethmanheim
55
ms.author: sethm
66
ms.topic: quickstart
77
ms.custom: devx-track-azurecli
8-
ms.date: 03/22/2024
9-
ms.lastreviewed: 03/22/2024
8+
ms.date: 03/19/2025
9+
ms.lastreviewed: 03/19/2025
1010
ms.reviewer: leslielin
1111
---
1212

@@ -97,6 +97,17 @@ az aksarc create -n '<name of your cluster>' -g $resource_group --kubernetes-ver
9797
> [!NOTE]
9898
> 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).
9999
100+
## Delete the cluster
101+
102+
Run the `az aksarc delete` command to clean up the cluster you created:
103+
104+
```azurecli
105+
az aksarc delete -n '<name of your cluster>' -g $resource_group
106+
```
107+
108+
> [!IMPORTANT]
109+
> The delete operation can fail if your vCenter credentials are invalid. To prevent this, verify that you have proper administrative access for Arc-enabled VMware vSphere. For more information, see [Updating the vSphere account credentials](/azure/azure-arc/vmware-vsphere/administer-arc-vmware#updating-the-vsphere-account-credentials-using-a-new-password-or-a-new-vsphere-account-after-onboarding).
110+
100111

101112
## Next steps
102113

AKS-Arc/aks-vmware-troubleshooting-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Learn how to troubleshoot issues and errors in AKS enabled by Arc o
44
ms.topic: how-to
55
ms.custom: devx-track-azurecli
66
author: sethmanheim
7-
ms.date: 03/20/2024
7+
ms.date: 03/19/2025
88
ms.author: sethm
9-
ms.lastreviewed: 03/20/2024
9+
ms.lastreviewed: 03/19/2025
1010
ms.reviewer: leslielin
1111
---
1212

@@ -20,13 +20,13 @@ This page is continually updated, so check back here for new information. As we
2020

2121
## Arc Resource Bridge
2222

23-
### Azure Arc resource bridge issues
23+
To keep your Azure Arc resource bridge deployment online and operational, you must perform maintenance operations such as updating credentials, monitoring upgrades, and ensuring the appliance VM is online. For more information, see [Azure Arc resource bridge maintenance operations](/azure/azure-arc/resource-bridge/maintenance#update-credentials-in-the-appliance-vm).
2424

2525
For Azure Arc resource bridge issues, see the [troubleshooting guide here](/azure/azure-arc/resource-bridge/troubleshoot-resource-bridge).
2626

2727
### Recover from failed deployments of Arc Resource Bridge
2828

29-
See the [troubleshooting guide here](/azure/azure-arc/vmware-vsphere/quick-start-connect-vcenter-to-arc-using-script#recovering-from-failed-deployments).
29+
See [Recovering from failed deployments](/azure/azure-arc/vmware-vsphere/quick-start-connect-vcenter-to-arc-using-script#recovering-from-failed-deployments) for troubleshooting.
3030

3131
### vCenter connection to Azure
3232

AKS-Arc/docfx.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"breadcrumb_path": "/azure/aks/aksarc/breadcrumb/toc.json",
5757
"extendBreadcrumb": false,
5858
"manager":"lizross",
59-
"ms.service": "azure-stack",
6059
"recommendations": true,
6160
"zone_pivot_group_filename": "../azure-stack/zone-pivot-groups.json"
6261

azure-local/known-issues.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ The following table lists the known issues in this release:
4343

4444
|Feature |Issue |Workaround |
4545
|---------|---------|---------|
46+
| Deployment | During the Azure Local deployment, `DeviceManagementExtension` fails to install when a proxy is configured. | Install previous `DeviceManangementExtension` version 1.2502.0.3012 when using a proxy. |
4647
| Operating system | Restoring the registry using *RegBack* isn't supported on Azure Local. This operation can remove the Lifecycle Manager (LCM) and Microsoft On-premises Cloud (MOC) settings on your Azure Local instance, which can corrupt the solution. | |
4748

4849
## Known issues from previous releases

azure-local/manage/configure-proxy-settings-23h2.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to configure proxy settings for Azure Local, version 23H2
44
author: alkohli
55
ms.author: alkohli
66
ms.topic: how-to
7-
ms.date: 02/19/2025
7+
ms.date: 03/20/2025
88
---
99

1010
# Configure proxy settings for Azure Local
@@ -260,7 +260,6 @@ Please review the Arc-enabled servers agent page for further details [Managing a
260260

261261
If you're using or plan to use any of the following Azure services, refer to the following articles for information about how to configure proxy server settings for each Azure service:
262262

263-
- [Azure Kubernetes Service (AKS) hybrid](/azure/aks/hybrid/set-proxy-settings)
264263
- [Azure Virtual Desktop](/azure/virtual-desktop/proxy-server-support)
265264
- [Azure Monitor Agent](/azure/azure-monitor/agents/azure-monitor-agent-data-collection-endpoint?tabs=PowerShellWindows#proxy-configuration)
266265
- [Microsoft Defender](/defender-endpoint/production-deployment#network-configuration)
255 KB
Loading
261 KB
Loading
282 KB
Loading
287 KB
Loading
527 KB
Loading

0 commit comments

Comments
 (0)