Relative Content

Tag Archive for postgresqlazure

Unable to Open Azure Postgres Flexible Server Firewall via REST API

Starting sometime around the end of June, 2024/ beginning of July, 2024 the Azure Postgres Flexible Server firewall can no longer be opened via the REST API by creating an open firewall rule starting and ending with 0.0.0.0. The Networking page of the Portal has also changed for newly created Servers. The older version shows a radio button for Connectivity Method, while the new one just shows a checkbox under Public Access which must be checked before the Allow public access from any Azure service checkbox becomes visible.
Reviewing the REST API documentation still states that a firewall rule with 0.0.0.0 must be created: REST API docs.

Is there a new procedure, via the REST API, for allowing a Postgres Flexible Server to be accessed from other Azure services without having to manually check the Allow public access to this resource checkbox?

Old Networking Tab:

New Networking Tab, Unchecked:

Allow public access to this resource must be checked: