docs: document runtime network endpoints azd contacts (#4415)#9165
docs: document runtime network endpoints azd contacts (#4415)#9165dipeshpandit12 wants to merge 1 commit into
Conversation
Add docs/reference/network-endpoints.md cataloguing the external hosts azd may contact at runtime (control plane, auth, telemetry, tool downloads, templates, extensions, self-update, CI/CD), plus a minimum allowlist for firewalled environments. Link it from the docs Reference index and add the new host-name terms to the misc cspell dictionary. Fixes Azure#4415
|
Azure Pipelines: 7 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
|
Thank you for your contribution @dipeshpandit12! We will review the pull request and get back to you soon. |
|
@dipeshpandit12 please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
jongio
left a comment
There was a problem hiding this comment.
Reviewed this as a docs-accuracy PR and checked the endpoint claims against the cited source constants. The per-cloud suffixes in cloud.go, the prod/dev telemetry endpoints in telemetry.go, the experimentation host in experimentation.go, the self-update hosts in update/manager.go, the hardcoded graph.microsoft.com in graphsdk.go, the bicep and pack download URLs, the template and extension registry URLs, the OIDC issuer in entraid.go, and the raw/api.github.com normalization in gh_source.go all match the code.
The cspell additions land in the docs/reference/**/*.md override block, so they cover the new file, and they keep the existing alphabetical ordering.
Nothing to change.
Add docs/reference/network-endpoints.md cataloguing the external hosts azd may contact at runtime (control plane, auth, telemetry, tool downloads, templates, extensions, self-update, CI/CD), plus a minimum allowlist for firewalled environments. Link it from the docs Reference index and add the new host-name terms to the misc cspell dictionary.
Fixes #4415