chore: correct GCP references in Azure Container Apps docs#38081
Conversation
|
/review |
Preview links (active after the
|
There was a problem hiding this comment.
🤖 Automated review by Claude. AI-generated; verify before acting.
Overall the changes look correct and consistent with the other Azure Container Apps sidecar pages.
One follow-up outside this diff (blocker for this PR's goal): content/en/serverless/azure_container_apps/sidecar/nodejs.md:95 still calls the shortcode with defaultSource="cloudrun":
{{% serverless-init-env-vars-sidecar language="nodejs" defaultSource="cloudrun" %}}
Every other azure_container_apps/sidecar/*.md page uses defaultSource="containerapp". Because the new DD_AZURE_SUBSCRIPTION_ID / DD_AZURE_RESOURCE_GROUP rows added here are gated on defaultSource == "containerapp", they will not appear on the Node.js Azure Container Apps page, and the documented default for DD_SOURCE on that page will incorrectly remain cloudrun. Updating that line to defaultSource="containerapp" is likely required to make this PR's intent take effect.
Reviewed e04a8c9a50549dbf0a7ef6deef1fb61846b1ff2a — workflow run
estherk15
left a comment
There was a problem hiding this comment.
Thanks for the update!

What does this PR do? What is the motivation?
Fixes Google Cloud references that were leaking into the Azure Container Apps docs through shortcodes shared with Cloud Run:
serverless-init-configure: theDD_API_KEYguidance now says "Container Apps secret" for Container Apps and keeps "Google Cloud Secret" for Cloud Run.productNames="Cloud Run services"; corrected to "Azure Container Apps".serverless-init-env-vars-sidecar: added the requiredDD_AZURE_SUBSCRIPTION_IDandDD_AZURE_RESOURCE_GROUProws for Container Apps, matching the in-container table and the sidecar install steps.Merge readiness
For Datadog employees:
<name>/<description>convention and include the forward slash (/)./reviewto run an automated check that catches common issues before a Documentation team member reviews your PR.AI assistance
Used Claude Code to audit the shared serverless-init shortcodes and apply the fixes.
Additional notes