Document self-service PostgreSQL server parameter tuning for Mendix on Azure - #11735
Merged
katarzyna-koltun-mx merged 5 commits intoAug 14, 2026
Conversation
…n Azure Customers can now tune PostgreSQL server parameters on the shared Flexible Server via the Azure Portal or CLI (deny-assignment restriction lifted, MXFORAZURE-717). Adds a new page covering safe parameters, dangerous parameters to avoid, and testing/troubleshooting guidance, and cross-links it from the configuration overview and support pages.
katarzyna-koltun-mx
approved these changes
Aug 13, 2026
Collaborator
|
@MXClyde I've reviewed your PR, should I merge directly or wait for the go ahead? |
Contributor
Author
Thanks @katarzyna-koltun-mx , better to wait for the go ahead since functionality is not live yet |
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
Customers can now tune PostgreSQL server parameters on the shared Azure Database for PostgreSQL Flexible Server backing their Mendix on Azure cluster, via the Microsoft Azure Portal or the Azure CLI (the deny-assignment restriction was lifted per MXFORAZURE-717). Since Azure RBAC has no per-parameter granularity, customers get access to all ~350 parameters, so this needs clear guidance on what's safe and what isn't.
configuration/mx-azure-postgresql-parameter-tuning.md: how to change parameters (Portal, CLI, SQL), which parameters are validated safe to tune with recommended values by workload, which parameters must never be changed and why, plus testing and troubleshooting guidance.configuration/_index.md(Self-service configuration via Microsoft Azure Portal table).mx-azure-support.mdto list this as an available self-service customization, and clarifies that support does not cover issues caused by customer-chosen parameter values.Test plan
/developerportal/deploy/mendix-on-azure/configuration/postgresql-parameter-tuning/, cross-links to direct-database-access and support pages)