3

I am trying to add my PostgreSQL server to an existing VNET, however, I can't find the option to do so. I was able to add my app service and even found this tutorial for PostgreSQL, but the UI under "Connection Security" does not give me the option!

enter image description here

Does anybody have a work around?

1 Answer 1

3

First of all, you could use Virtual Network service endpoints and rules for Azure Database for PostgreSQL - Single Server. Please note that This feature is available in all regions of Azure public cloud where Azure Database for PostgreSQL is deployed for General Purpose and Memory Optimized servers. .

I don't face this missing option. Please check if your DB for PostgreSQL server price tier is General Purpose. You could try to clear your web browser cache then create your DB with different methods. You can create an Azure Database for PostgreSQL server in the Azure portal or using Azure CLI or using PowerShell or using ARM template .

For more information, see Create and manage VNet service endpoints for Azure Database for PostgreSQL - Single Server using Azure CLI

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.