Skip to content

Commit 16691a9

Browse files
authored
Merge pull request #8298 from ReginaLin24/rl-dev01
AB#4137: Updated the VHD_FILE_NOT_FOUND error code and moved it under the VMEx…
2 parents 1cb0e1f + 5026227 commit 16691a9

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

support/azure/.openpublishing.redirection.azure.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6291,6 +6291,10 @@
62916291
{
62926292
"source_path": "azure-monitor/app-insights/debug/snapshot-debugger-troubleshoot.md",
62936293
"redirect_url": "/azure/azure-monitor/snapshot-debugger/snapshot-debugger-troubleshoot"
6294+
},
6295+
{
6296+
"source_path": "azure-kubernetes/error-codes/vhdfilenotfound.md",
6297+
"redirect_url": "/troubleshoot/azure/azure-kubernetes/error-codes/vmextensionerror-vhdfilenotfound"
62946298
}
62956299
]
62966300
}

support/azure/azure-kubernetes/error-codes/vhdfilenotfound.md renamed to support/azure/azure-kubernetes/error-codes/vmextensionerror-vhdfilenotfound.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: ERR_VHD_FILE_NOT_FOUND when creating AKS clusters
3-
description: Learn how to troubleshoot the ERR_VHD_FILE_NOT_FOUND error (65) when you try to create and deploy an Azure Kubernetes Service (AKS) cluster.
2+
title: VMExtensionError_VHDFileNotFound when creating AKS clusters
3+
description: Learn how to troubleshoot the VMExtensionError_VHDFileNotFound error (65) when you try to create and deploy an Azure Kubernetes Service (AKS) cluster.
44
ms.date: 10/14/2024
55
editor: v-jsitser
66
ms.reviewer: axelg, chiragpa, v-leedennis
77
ms.service: azure-kubernetes-service
8-
#Customer intent: As an Azure Kubernetes user, I want to troubleshoot the ERR_VHD_FILE_NOT_FOUND error code (or error code OutboundConnFailVMExtensionError, error number 50 - or error code ERR_K8S_API_SERVER_CONN_FAIL, error number 51) so that I can successfully create and deploy an Azure Kubernetes Service (AKS) cluster.
8+
#Customer intent: As an Azure Kubernetes user, I want to troubleshoot the VMExtensionError_VHDFileNotFound error code (or error code OutboundConnFailVMExtensionError, error number 50 - or error code ERR_K8S_API_SERVER_CONN_FAIL, error number 51) so that I can successfully create and deploy an Azure Kubernetes Service (AKS) cluster.
99
ms.custom: sap:Create, Upgrade, Scale and Delete operations (cluster or nodepool)
1010
---
11-
# ERR_VHD_FILE_NOT_FOUND error code (65) when deploying an AKS cluster
11+
# VMExtensionError_VHDFileNotFound error code (65) when deploying an AKS cluster
1212

13-
This article discusses how to identify and resolve the `ERR_VHD_FILE_NOT_FOUND` error code (error code number 65) that occurs when you try to create and deploy a Microsoft Azure Kubernetes Service (AKS) cluster.
13+
This article discusses how to identify and resolve the `VMExtensionError_VHDFileNotFound` error code (error code number 65) that occurs when you try to create and deploy a Microsoft Azure Kubernetes Service (AKS) cluster.
1414

1515
## Symptoms
1616

support/azure/azure-kubernetes/toc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,8 @@
366366
href: error-codes/vmextensionerror-k8sapiserverconnfail.md
367367
- name: VMExtensionError_K8SAPIServerDNSLookupFail error
368368
href: error-codes/vmextensionerror-k8sapiserverdnslookupfail.md
369+
- name: VMExtensionError_VHDFileNotFound error
370+
href: error-codes/vmextensionerror-vhdfilenotfound.md
369371
- name: UnsatisfiablePDB error
370372
href: error-codes/unsatisfiablepdb-error.md
371-
- name: ERR_VHD_FILE_NOT_FOUND error
372-
href: error-codes/vhdfilenotfound.md
373+

0 commit comments

Comments
 (0)