Skip to content

Commit f8fa42e

Browse files
committed
[Dev Spaces] added link to sample networking ARM template
1 parent f839380 commit f8fa42e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/dev-spaces/configure-networking.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Azure Dev Spaces runs on Azure Kubernetes Service (AKS) clusters with the defaul
1515

1616
## Virtual network or subnet configurations
1717

18-
Your AKS cluster may have a different virtual network or subnet configuration to restrict ingress or egress traffic for your AKS cluster. For example, your cluster may be behind a firewall, such as Azure Firewall, or you might use Network Security Groups or custom roles for restricting network traffic.
18+
Your AKS cluster may have a different virtual network or subnet configuration to restrict ingress or egress traffic for your AKS cluster. For example, your cluster may be behind a firewall, such as Azure Firewall, or you might use Network Security Groups or custom roles for restricting network traffic. You can find an example network configuration in the [Azure Dev Spaces sample repository on GitHub][sample-repo].
1919

2020
Azure Dev Spaces has certain requirements for *Ingress and Egress* network traffic as well as *Ingress only* traffic. If you are using Azure Dev Spaces on an AKS cluster with a virtual network or subnet configuration that restricts traffic for your AKS cluster, you must follow the following ingress only and ingress and egress traffic requirements in order for Azure Dev Spaces to function properly.
2121

@@ -104,4 +104,5 @@ Learn how Azure Dev Spaces helps you develop more complex applications across mu
104104
[endpoint-options]: #using-different-endpoint-options
105105
[traefik-ingress]: how-to/ingress-https-traefik.md
106106
[nginx-ingress]: how-to/ingress-https-nginx.md
107+
[sample-repo]: https://github.com/Azure/dev-spaces/tree/master/advanced%20networking
107108
[team-quickstart]: quickstart-team-development.md

0 commit comments

Comments
 (0)