I am following this post and I have added Azure AD User to my Azure PostgreSQL. When I use admin user I can connect to the server but when I change to use Azure AD-based authentication, it always got error Token get failed .... I think I'm lost,…
I've followed this, this and this and a lot of other resources and still can't get connected to the database. That's why I've opened this question. I'm beyond frustrated. Hopefully someone can steer me into the right direction. Below is the steps…
I have Azure ADF and Postgres server, and I want to connect ADF to postgress.
Currently I am generating token to connect to Postgres server. And I'm using the same token to connect using ADF. The problem with the token is, it expires in 1 hour and…
enter image description hereI am trying to connect to my Azure PostgreSql database server via Pg Admin
but in the console after the Update-Database command I get an error:
Keyword not supported: data source (Parameter…
Data has been deleted from one of my tables in the Azure Postgres SQL database. Is there any way I can figure out which user has deleted the database using log analytics workspace? Is there any specific metrics that has to be enabled to be able to…
New to Microsoft Azure.
I have added a PostgreSQL DB instance to my Azure resource group.
How do I:
Connect to the newly created PostgreSQL instance?
On my local windows machine I'm using pgAdmin.
How do I connect to the instance through…
We have a complex query which is dynamically built depending on different options on the customer and runs a query for data. We have functions in Azure which are running these queries to build reporting data every night, we run approx. 30k of…
I'm new to Azure Data factory and i'm trying to create data set that connects to azure postgres db where SSL is enabled, but i get the below error, any idea how to solve this error without disabling SSL on postgres.
when i try to add sslmode=Allow…
This is for a project on Bot Framework Composer (not SDK, so i'm using built in telemetry export settings).
I am looking for the best way to store event logs from bot conversations for analysis. From what I've researched, the method recommended is…
I am trying to setup pgaudit structure in Azure PostgreSql for pgaudit log I fallowed instuction of microsoft by using below link.
https://learn.microsoft.com/en-us/azure/postgresql/concepts-audit. But I can not see anything when I…
I am trying to restore an long-term retention (LTR) Azure Database for PostgreSQL database backup using Azure Backup Vault as described in these articles:
https://learn.microsoft.com/en-us/azure/backup/backup-azure-database-postgresql (backup…
How can one write a code in azure postgresql server which can send email.
As Azure postgresql sever is a fully managed by azure and no option is there for installing extensions apart from limited already available extensions.
we are trying to connect to azure postgres DB using AD & followed the instructions provided in the below documentation url https://learn.microsoft.com/en-us/azure/postgresql/howto-configure-sign-in-aad-authentication
Getting below error while…
Context
Azure Function accessible from the Internet (think public API).
The Function app is hosted in a Elastic Premium plan.
Azure-managed PostgreSQL instance (GP plan).
Goal
Make PostgreSQL instance accessible to the Function app only while…
I need to copy one database from my PostgreSQL on Azure.
I want to do this in ADF.
In copy data activity when I specify source and target database, ADF want me to specify also table name.
It doesn't make any sense when I want to copy database that…