Skip to content

Commit 924be5f

Browse files
authored
Merge pull request #106949 from zr-msft/ds-region-move-updates
[Dev Spaces] added callout for migrating regions
2 parents 7f86136 + 8cfbd72 commit 924be5f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/dev-spaces/faq.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ This addresses frequently asked questions about Azure Dev Spaces.
1515

1616
See [supported regions][supported-regions] for a complete list of available regions.
1717

18+
## Can I migrate my AKS cluster with Azure Dev Spaces to another region?
19+
20+
Yes, if you want to move your AKS cluster with Azure Dev Spaces to another [supported region][supported-regions], we recommend that you create a new cluster in the other region then install and configure Azure Dev Spaces and deploy your resources and applications to your new cluster. For more information on migrating AKS, see [Migrate to Azure Kubernetes Service (AKS)][aks-migration].
21+
1822
## Can I use Azure Dev Spaces with existing Dockerfiles or Helm charts?
1923

2024
Yes, if your project already has a Dockerfile or a Helm chart, you can use those files with Azure Dev Spaces. When you run `azds prep`, use the `--chart` parameter and specify the location of the chart. Azure Dev Spaces will still generate an *azds.yaml* and *Dockerfile.develop* file, but it will not replace or modify an existing Dockerfile or a Helm chart. You may need to modify the *azds.yaml* and *Dockerfile.develop* files in order for everything to work correctly with your existing application when running `azds up`.
@@ -72,6 +76,7 @@ When using Visual Studio to prepare your project, you have the option of enablin
7276
[aks-auth-range-create]: ../aks/api-server-authorized-ip-ranges.md#create-an-aks-cluster-with-api-server-authorized-ip-ranges-enabled
7377
[aks-auth-range-ranges]: https://github.com/Azure/dev-spaces/tree/master/public-ips
7478
[aks-auth-range-update]: ../aks/api-server-authorized-ip-ranges.md#update-a-clusters-api-server-authorized-ip-ranges
79+
[aks-migration]: ../aks/aks-migration.md
7580
[aks-restrict-egress-traffic]: ../aks/limit-egress-traffic.md
7681
[dev-spaces-prep]: how-dev-spaces-works.md#prepare-your-code
7782
[dev-spaces-routing]: how-dev-spaces-works.md#how-routing-works

0 commit comments

Comments
 (0)