Hi
Naveen Kumar Kakarla (Quadrant Resource) •,
Welcome to Microsoft Q&A forum.
As I understand, you want to export Azure Database for PostgreSQL flexible server parameters to csv file.
You can get parameters list in the form of Table using Azure CLI command as below:
In the Fileshare of the CLI you can place it well in the form of file.
Through Azure Portal, we currently do not seem to have a direct option. You can write your custom code to get details as per your need.
Hope this helps.
Thanks