Open faramos opened 4 months ago
It's not possible to do this today, but we should be getting an updated version of Azure.Provisioning that should enable anything that is possible in bicep. This should make it possible to build higher level methods that include things like extensions etc.
I'm using the PostgreSQL extension PG_TRGM with Azure Database for PostgreSQL Flexible Server. I understand that to use this extension, the server parameter azure.extensions needs to be configured to allow PG_TRGM.
Is it possible to automate the configuration of this server parameter when using AsAzurePostgresFlexibleServer() in my ASP.NET Aspire application?
How can I achieve this automation?
Thanks in advance!