Skip to content

Commit ff2886e

Browse files
authored
Merge pull request #100816 from zr-msft/ds-network-fix
[Dev Spaces] fixed typo in configure networking
2 parents 0e4f19c + f0e90d6 commit ff2886e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/dev-spaces/configure-networking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Azure Dev Spaces needs ingress and egress traffic for following FQDNs:
2828
| cloudflare.docker.com | HTTPS: 443 | To pull docker images for Azure Dev Spaces |
2929
| gcr.io | HTTPS: 443 | To pull helm images for Azure Dev Spaces |
3030
| storage.googleapis.com | HTTPS: 443 | To pull helm images for Azure Dev Spaces |
31-
| azds-*.azds.io | HTTPS: 443 | To communicate with Azure Dev Spaces backend services for the Azure Dev Spaces controller. The exact FQDN can be found in *dataplaneFqdn* in `USERPROFILE.azds\settings.json` |
31+
| azds-*.azds.io | HTTPS: 443 | To communicate with Azure Dev Spaces backend services for the Azure Dev Spaces controller. The exact FQDN can be found in *dataplaneFqdn* in `USERPROFILE\.azds\settings.json` |
3232

3333
Update your firewall or security configuration to allow network traffic to and from the all of the above FQDNs. For example, if you are using a firewall to secure your network, the above FQDNs should be added to the application rule of the firewall to allow traffic to and from these domains.
3434

@@ -62,7 +62,7 @@ At this time, Azure Dev Spaces is not supported with [AKS private clusters][aks-
6262

6363
## Azure Dev Spaces client requirements
6464

65-
Azure Dev Spaces uses client-side tooling, such as the Azure Dev Spaces CLI extension, Visual Studio Code extension, and Visual Studio extension, to communicate with your AKS cluster for debugging. To use the Azure Dev Spaces client-side tooling, allow traffic from the development machines to the *azds-\*.azds.io* domain. See *dataplaneFqdn* in `USERPROFILE.azds\settings.json` for the exact FQDN. If using [API server authorized IP ranges][auth-range-section], you also need to allow the IP address of any development machines that connect to your AKS cluster for debugging to connect to your API server.
65+
Azure Dev Spaces uses client-side tooling, such as the Azure Dev Spaces CLI extension, Visual Studio Code extension, and Visual Studio extension, to communicate with your AKS cluster for debugging. To use the Azure Dev Spaces client-side tooling, allow traffic from the development machines to the *azds-\*.azds.io* domain. See *dataplaneFqdn* in `USERPROFILE\.azds\settings.json` for the exact FQDN. If using [API server authorized IP ranges][auth-range-section], you also need to allow the IP address of any development machines that connect to your AKS cluster for debugging to connect to your API server.
6666

6767
## Next steps
6868

0 commit comments

Comments
 (0)