Skip to content

Commit ebdb534

Browse files
authored
Merge pull request #13979 from mufeez-amjad/patch-9
Fixed typo and added link
2 parents 342002f + 6860902 commit ebdb534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/acs-aks-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ ms.custom: mvc
1414

1515
# Migrating from Azure Container Service (ACS) to Azure Kubernetes Service (AKS)
1616

17-
This goal of this document is to help you plan and execute a successful migration between Azure Container Service with Kubernetes (ACS) and Azure Kubernetes Service (AKS). This guide details the differences between ACS and AKS, provides an overview of the migration process, and should help you make key decisions.
17+
The goal of this document is to help you plan and execute a successful migration between Azure Container Service with Kubernetes (ACS) and Azure Kubernetes Service (AKS). This guide details the differences between ACS and AKS, provides an overview of the migration process, and should help you make key decisions.
1818

1919
## Differences between ACS and AKS
2020

2121
ACS and AKS differ in some key areas that impact migration. You should review and plan to address the following differences before any migration.
2222

23-
* AKS nodes use Managed Disks
23+
* AKS nodes use [Managed Disks](../virtual-machines/windows/managed-disks-overview.md)
2424
* Unmanaged disks will need to be converted before they can be attached to AKS nodes
2525
* Custom `StorageClass` objects for Azure disks will need to be changed from `unmanaged` to `managed`
2626
* Any `PersistentVolumes` will need to use `kind: Managed`

0 commit comments

Comments
 (0)