Skip to content

Commit 9b9abc0

Browse files
committed
[Dev Spaces] updated supported regions link
1 parent 205bea2 commit 9b9abc0

17 files changed

+19
-18
lines changed

articles/dev-spaces/about.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For more information on how Azure Dev Spaces works, see [How Azure Dev Spaces wo
3333

3434
## Supported regions and configurations
3535

36-
Azure Dev Spaces is supported only by AKS clusters in the **East US**, **East US 2**, **Central US**, **South Central US**, **West US 2**, **North Europe**, **West Europe**, **UK South**, **East Asia**, **Southeast Asia**, **Australia East**, **Canada Central**, and **Canada East** regions. Azure Dev Spaces supports using the [Azure CLI](/cli/azure/install-azure-cli?view=azure-cli-latest) or [Visual Studio Code](https://code.visualstudio.com/download) with the [Azure Dev Spaces extension](https://marketplace.visualstudio.com/items?itemName=azuredevspaces.azds) installed on Linux, MacOS, or Windows 8 or greater to build and run your applications on AKS. It also supports using [Visual Studio](https://aka.ms/vsdownload?utm_source=mscom&utm_campaign=msdocs) installed on Windows 8 or greater. For Visual Studio 2019, you will need the Azure Development workload. For Visual Studio 2017, you will need the Web Development workload and [Visual Studio Tools for Kubernetes](https://aka.ms/get-vsk8stools).
36+
Azure Dev Spaces is supported only by AKS clusters in [some regions][supported-regions]. Azure Dev Spaces supports using the [Azure CLI](/cli/azure/install-azure-cli?view=azure-cli-latest) or [Visual Studio Code](https://code.visualstudio.com/download) with the [Azure Dev Spaces extension](https://marketplace.visualstudio.com/items?itemName=azuredevspaces.azds) installed on Linux, MacOS, or Windows 8 or greater to build and run your applications on AKS. It also supports using [Visual Studio](https://aka.ms/vsdownload?utm_source=mscom&utm_campaign=msdocs) installed on Windows 8 or greater. For Visual Studio 2019, you will need the Azure Development workload. For Visual Studio 2017, you will need the Web Development workload and [Visual Studio Tools for Kubernetes](https://aka.ms/get-vsk8stools).
3737

3838
## Next steps
3939

@@ -44,4 +44,5 @@ Learn more about rapid, iterative development for teams with Azure Dev Spaces wi
4444
4545

4646
[how-dev-spaces-works]: how-dev-spaces-works.md
47+
[supported-regions]: https://azure.microsoft.com/global-infrastructure/services/?products=kubernetes-service
4748
[team-development-quickstart]: quickstart-team-development.md

articles/dev-spaces/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This addresses frequently asked questions about Azure Dev Spaces.
1313

1414
## Which Azure regions currently provide Azure Dev Spaces?
1515

16-
For a complete list of available regions, see [supported regions and configurations][supported-regions].
16+
See [supported regions][supported-regions] for a complete list of available regions.
1717

1818
## Can I use Azure Dev Spaces without a public IP address?
1919

@@ -59,5 +59,5 @@ Yes, you can use Azure Dev Spaces on AKS clusters with [Restricted egress traffi
5959
[dev-spaces-routing]: how-dev-spaces-works.md#how-routing-works
6060
[ingress-traefik]: how-to/ingress-https-traefik.md#configure-a-custom-traefik-ingress-controller
6161
[ingress-https-traefik]: how-to/ingress-https-traefik.md#configure-the-traefik-ingress-controller-to-use-https
62-
[supported-regions]: about.md#supported-regions-and-configurations
62+
[supported-regions]: https://azure.microsoft.com/global-infrastructure/services/?products=kubernetes-service
6363
[windows-containers]: how-to/run-dev-spaces-windows-containers.md

articles/dev-spaces/get-started-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,4 @@ Refresh the web app in the browser. You should see your custom message appear in
225225
> [Learn about multi-service development](multi-service-java.md)
226226
227227

228-
[supported-regions]: about.md#supported-regions-and-configurations
228+
[supported-regions]: https://azure.microsoft.com/global-infrastructure/services/?products=kubernetes-service

articles/dev-spaces/get-started-netcore-visualstudio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ Refresh the web app in the browser, and go to the About page. You should see you
146146
> [Learn about multi-service development](multi-service-netcore-visualstudio.md)
147147

148148

149-
[supported-regions]: about.md#supported-regions-and-configurations
149+
[supported-regions]: https://azure.microsoft.com/global-infrastructure/services/?products=kubernetes-service

articles/dev-spaces/get-started-netcore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,4 @@ Refresh the web app in the browser, and go to the About page. You should see you
248248
> [Learn about multi-service development](multi-service-netcore.md)
249249
250250

251-
[supported-regions]: about.md#supported-regions-and-configurations
251+
[supported-regions]: https://azure.microsoft.com/global-infrastructure/services/?products=kubernetes-service

articles/dev-spaces/get-started-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,4 +275,4 @@ In this configuration, the container is configured to start *nodemon*. When serv
275275
> [Learn about multi-service development](multi-service-nodejs.md)
276276
277277

278-
[supported-regions]: about.md#supported-regions-and-configurations
278+
[supported-regions]: https://azure.microsoft.com/global-infrastructure/services/?products=kubernetes-service

articles/dev-spaces/how-dev-spaces-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,4 +436,4 @@ To get started with team development, see the following how-to articles:
436436

437437

438438

439-
[supported-regions]: about.md#supported-regions-and-configurations
439+
[supported-regions]: https://azure.microsoft.com/global-infrastructure/services/?products=kubernetes-service

articles/dev-spaces/how-to/connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,6 @@ Learn how to use Azure Dev Spaces and GitHub Actions to test changes from a pull
249249
[azure-cli]: /cli/azure/install-azure-cli?view=azure-cli-latest
250250
[bike-sharing-github]: https://github.com/Azure/dev-spaces/tree/master/samples/BikeSharingApp
251251
[gh-actions]: github-actions.md
252-
[supported-regions]: ../about.md#supported-regions-and-configurations
252+
[supported-regions]: https://azure.microsoft.com/global-infrastructure/services/?products=kubernetes-service
253253
[team-quickstart]: ../quickstart-team-development.md
254254
[vs-code]: https://code.visualstudio.com/download

articles/dev-spaces/how-to/create-cluster-cloud-shell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ See [Azure Dev Spaces](/azure/dev-spaces/) for links to full tutorials.
3434
> Many of the Azure Dev Spaces quickstarts and tutorials use the Azure Dev Spaces CLI to perform operations. You cannot install the Azure Dev Spaces CLI in the Azure Cloud Shell.
3535
3636

37-
[supported-regions]: ../about.md#supported-regions-and-configurations
37+
[supported-regions]: https://azure.microsoft.com/global-infrastructure/services/?products=kubernetes-service

articles/dev-spaces/how-to/github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Learn how Azure Dev Spaces helps you develop more complex applications across mu
175175
[github-action-yaml]: https://github.com/Azure/dev-spaces/blob/master/.github/workflows/bikes.yml
176176
[github-action-bikesharing-yaml]: https://github.com/Azure/dev-spaces/blob/master/.github/workflows/bikesharing.yml
177177
[helm-installed]: https://helm.sh/docs/intro/install/
178-
[supported-regions]: ../about.md#supported-regions-and-configurations
178+
[supported-regions]: https://azure.microsoft.com/global-infrastructure/services/?products=kubernetes-service
179179
[sp-acr]: ../../container-registry/container-registry-auth-service-principal.md
180180
[sp-aks]: ../../aks/kubernetes-service-principal.md
181181
[team-quickstart]: ../quickstart-team-development.md

0 commit comments

Comments
 (0)