Azure Database for PostgreSQL
An Azure managed PostgreSQL database service for app development and deployment.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When I run the following SQL command i get the below error, practically the same as here: https://learn.microsoft.com/en-us/answers/questions/5537021/cannot-add-azure-ai-or-azure-storage-extension-to
Can you please help?
SQLCopy
CREATE EXTENSION IF NOT EXISTS azure_ai;
--output from query:
--permission denied to alter restricted role "azure_pg_admin"
I can confirm that the extension has been loaded in the web interface and is visible in the server parameters(azure.extensions).
Attached is the available version we have: