Update and restructure Azure PostgreSQL integration docs#309
Merged
IEvangelist merged 7 commits intomicrosoft:mainfrom Jan 30, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request restructures the Azure PostgreSQL integration documentation from a single comprehensive document into three focused documents (Get Started, Hosting, and Client), following the same pattern as the non-Azure PostgreSQL documentation and other split integrations in the codebase.
Changes:
- Split the monolithic
azure-postgresql.mdxfile into three separate documents: a getting started guide, a hosting integration reference, and a client integration reference - Updated all navigation structures (sidebar, integration-docs.json) and added a redirect for the old URL
- Added comprehensive documentation of the properties injected by
WithReference()in the client reference
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
integration-docs.json |
Updated package mappings to point to the new get-started page |
aspire-9.mdx |
Updated reference link to the new get-started page |
overview.mdx |
Updated table reference to the new get-started page |
azure-postgresql-host.mdx |
New hosting integration reference document with resource management and provisioning details |
azure-postgresql-get-started.mdx |
New getting started tutorial with multi-language support (C#, Python, JavaScript) |
azure-postgresql-client.mdx |
New client integration reference with properties documentation and configuration options |
azure-postgresql.mdx |
Deleted the original monolithic document (content migrated to new files) |
integrations.topics.ts |
Updated sidebar to display Azure PostgreSQL as collapsible section with three sub-pages |
redirects.mjs |
Added redirect from old URL to new get-started page |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
.../src/content/docs/integrations/cloud/azure/azure-postgresql/azure-postgresql-get-started.mdx
Outdated
Show resolved
Hide resolved
.../src/content/docs/integrations/cloud/azure/azure-postgresql/azure-postgresql-get-started.mdx
Outdated
Show resolved
Hide resolved
IEvangelist
reviewed
Jan 29, 2026
.../src/content/docs/integrations/cloud/azure/azure-postgresql/azure-postgresql-get-started.mdx
Outdated
Show resolved
Hide resolved
IEvangelist
approved these changes
Jan 29, 2026
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.
The existing Azure PostgreSQL integration document is comprehensive but difficult for beginners. This PR is intended to keep the comprehensive information but make it easier for those who want to get going quickly. I've used Copilot to propagate changes from the new non-Azure PostgreSQL documents to the Azure PostgreSQL ones.
This PR:
WithReference()method.