Hi,
I am setting up an Azure Database for PostreSQL with timesscaleDB extension and currently working on adding migrations for it on my .Net 7.0 application.
I was able to generate the initial migration based on the database structure I created, but when I try to run the 'Update-Database' command I get the following error:
extension "azure" is not allow-listed for "azure_pg_admin" users in Azure Database for PostgreSQL
I have been looking online for solutions to this problem but was unable to find any information. I know I can add extensions to the database on the Azure Portal, but 'Azure' is not one of the available options.
Trying to find further information about it online resulted in nothing, It doesnt seem a common problem unfortunately. The only thing I could find online was https://stackoverflow.com/questions/72007102/error-restoring-db-in-azure-postgresql-flexible-server-extension-azure-is-no and it is yet unresolved aswell.
I wonder if any MS Azure expert could help with what this means and how to solve it.