Hi, I’m using Azure Postgres Flexible server and am wondering the best way to trigger restarts on config changes.
In azure-classic there is
azure.postgresql.FlexibleServerConfiguration which would automatically trigger a server restart when static changes are made.
In azure-native
azure-native.dbforpostgresql.Configuration has an output value
IsConfigPendingRestart
, but I’m not aware of anything downstream that I can hook this into. Would it require a custom command?