Open
Conversation
- reshape Azure deployment docs around target behavior for Azure Container Apps and Azure App Service\n- add visible TypeScript parity and update security guidance for VNet/private endpoint support\n- align the Azure overview, customization, and integration docs with the new structure\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
IEvangelist
reviewed
Apr 16, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Reshapes the Azure deployment documentation to center on a shared “Deploy to Azure” overview with separate, target-specific guides for Azure Container Apps and Azure App Service, while consolidating shared Azure customization patterns into a single page and updating navigation/redirects accordingly.
Changes:
- Introduces new Azure deployment entrypoint docs (
/deployment/azure/) plus new target guides for Container Apps and App Service. - Reworks Azure customization docs to focus on shared patterns (existing resources, RBAC, naming/outputs, resolvers) and updates related references across the site.
- Updates the deployment sidebar and redirects, and refreshes older “what’s new” links to the new Azure docs structure.
Show a summary per file
| File | Description |
|---|---|
| src/frontend/src/content/docs/whats-new/aspire-9-5.mdx | Updates link to the new Azure Container Apps deployment docs. |
| src/frontend/src/content/docs/whats-new/aspire-9-1.mdx | Updates link to the new Azure Container Apps deployment docs. |
| src/frontend/src/content/docs/integrations/cloud/azure/overview.mdx | Updates ACA guidance to emphasize environment targeting + customization via PublishAsAzureContainerApp. |
| src/frontend/src/content/docs/integrations/cloud/azure/customize-resources.mdx | Expands into a shared Azure customization hub (existing resources, RBAC, outputs, naming, resolvers). |
| src/frontend/src/content/docs/integrations/cloud/azure/configure-container-apps.mdx | Clarifies ACA env targeting vs PublishAsAzureContainerApp and adds mount/identity notes. |
| src/frontend/src/content/docs/integrations/cloud/azure/azure-app-service/azure-app-service-host.mdx | Reframes App Service behavior around environment targeting and optional PublishAsAzureAppServiceWebsite customization. |
| src/frontend/src/content/docs/integrations/cloud/azure/azure-app-service/azure-app-service-get-started.mdx | Updates quickstart narrative to match automatic targeting model and optional customization. |
| src/frontend/src/content/docs/integrations/cloud/azure/azure-app-service/azure-app-service-client.mdx | Adjusts wording to reflect environment-based deployment behavior. |
| src/frontend/src/content/docs/deployment/overview.mdx | Updates Azure link to point at the new /deployment/azure/ overview. |
| src/frontend/src/content/docs/deployment/index.mdx | Updates the deployment landing page card from “Azure Container Apps” to “Azure”. |
| src/frontend/src/content/docs/deployment/custom-deployments.mdx | Adds language tabs and clarifies TypeScript SDK limitation for custom resource extensibility. |
| src/frontend/src/content/docs/deployment/ci-cd.mdx | Updates Azure CI/CD link to the new /deployment/azure/ overview. |
| src/frontend/src/content/docs/deployment/azure/manifest-format.mdx | Collapses to a short “legacy manifest” page focused on azd compatibility/troubleshooting. |
| src/frontend/src/content/docs/deployment/azure/index.mdx | New shared Azure deployment overview (auth, settings, target comparison, guidance links). |
| src/frontend/src/content/docs/deployment/azure/container-apps.mdx | New target-specific Azure Container Apps deployment guide with mapping/customization details. |
| src/frontend/src/content/docs/deployment/azure/app-service.mdx | New target-specific Azure App Service deployment guide (workload constraints, slots, monitoring). |
| src/frontend/src/content/docs/deployment/azure/azure-security-best-practices.mdx | Reworks Azure security guidance around public vs private networking models and hardening steps. |
| src/frontend/src/content/docs/deployment/azure/azure-developer-cli.mdx | Refocuses azd content into a “keep existing workflows” compatibility page. |
| src/frontend/src/content/docs/deployment/azure/customize-container-apps.mdx | Removed; prior ACA customization guidance moved into new pages. |
| src/frontend/src/content/docs/deployment/azure/aca-deployment-aspire-cli.mdx | Removed; replaced by new /deployment/azure/ + /deployment/azure/container-apps/. |
| src/frontend/src/content.config.ts | Extends docs frontmatter schema with optional topic. |
| src/frontend/config/sidebar/deployment.topics.ts | Updates Azure section structure to “Overview / Deployment targets / Guidance”. |
| src/frontend/config/redirects.mjs | Adds redirects from removed Azure pages to the new structure. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 23/23 changed files
- Comments generated: 3
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
pnpm --dir ./src/frontend run lintpnpm --dir ./src/frontend run test:unit:docs