Reputation: 595
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!
Does anybody have a work around?
Upvotes: 3
Views: 2048
Reputation: 28284
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
Upvotes: 3