top of page

Recent Posts

Archive

Tags

"Subscription Does Not Exist"

Today I come to you with a quick tidbit of information for those facing a specific error. I was working on setting up firewall endpoint on an Azure database for PostGres server. I go to the database resource in the portal > Connection Security > Add existing virtual network. I enter the name for the desired endpoint select the virtual network > select the subnet and hit OK/Save. The operation fails with the following error: "An error occurred updating the connection security settings. Subscription <subscriptionid> does not exist" This error will be in the alerts section of the portal where the little bell icon is in the upper right. I had the same message response when deploying the connection security settings portion of the the PostGress server with an ARM template. I am absolutely sure that the subscription does exist!

Solution:

Understand that both subscriptions must be in the same Active Directory tenant

Ensure that you have the required permission to initiate operations, such as enabling service endpoints and adding a virtual network and subnet to the given server

Ensure that the following providers are registered in the subscription to which you will deploy the virtual network endpoint (the subscription where the virtual network lives):

Microsoft.Sql

Microsoft.DbforPostgreSQL

Once I enabled the above resource providers in the target subscription, I was successfully able to add the virtual network to the connection security settings.

Single post: Blog_Single_Post_Widget

Follow

  • LinkedIn

©2018 by Jennifer Morris

bottom of page