-
Notifications
You must be signed in to change notification settings - Fork 140
updating details pertaining to public preview #322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@JaredMSFT : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Learn Build status updates of commit 7fb8f2c: ✅ Validation status: passed
For more details, please refer to the build report. |
PRMerger Results
|
Hi @JaredMSFT - This pull request was opened in the public repo. PMs should work in the private repo, per the Microsoft Docs contributor guide. We can keep this PR open for review and merge, but would you make future content updates in the private repo? Thank you! @mulander Could you take a look? #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates documentation to reflect current public preview feature availability and limitations for elastic clusters in Azure Database for PostgreSQL Flexible Server.
- Standardizes several answers and updates feature support status (e.g., Entra ID auth now supported, replica availability added).
- Rewords and reorganizes FAQ entries (extensions, migrations, networking) for clarity.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
articles/postgresql/flexible-server/concepts-elastic-clusters-limitations.yml
Show resolved
Hide resolved
answer: Currently, GEO backups & GEO restore aren't supported during the public preview. | ||
|
||
- question: Is Long Term Retention (LTR) supported? | ||
answer: Currently, Long Term Retention isn't supported during the preview. | ||
answer: Currently, Long Term Retention isn't supported during the public preview. |
Copilot
AI
Oct 16, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The terminology alternates between "public preview" and "the preview" within closely related answers. For consistency and clarity, standardize on one term (e.g., "public preview") across these lines.
Copilot uses AI. Check for mistakes.
articles/postgresql/flexible-server/concepts-elastic-clusters-limitations.yml
Show resolved
Hide resolved
answer: Migrations to/from elastic clusters can be done with pg_dump, pg_restore, and pgcopydb. Any other tool working with standard PostgreSQL should work. | ||
|
||
- question: Can I convert my existing Public Preview instance to General Availability (GA) elastic clusters? | ||
answer: If you have created any elastic clusters during the Public Preview phase, you are required to re-create them once the feature becomes Generally Available. If this raises concerns, or if you need help determining whether your server meets the necessary requirements, please contact us by going to the Azure portal, selecting your Azure Postgres resource, and following the instructions in the banner. |
Copilot
AI
Oct 16, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Multiple sentences use double spaces after periods, which is inconsistent with typical single-space style in the rest of the document. Remove the extra spaces to maintain formatting consistency.
Copilot uses AI. Check for mistakes.
updating public preview information.