Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/saas 15344 azure ensure allow access to azure services for postgre sql database server is disabled #674

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions en/azure/postgresqlserver/azure-services-access-disabled.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[![CloudSploit](https://cloudsploit.com/img/logo-new-big-text-100.png "CloudSploit")](https://cloudsploit.com)

# AZURE / PostgreSQL Server / PostgreSQL Server Access to Azure Services Disabled

## Quick Info

| | |
|-|-|
| **Plugin Title** | PostgreSQL Server Access to Azure Services Disabled |
| **Cloud** | AZURE |
| **Category** | PostgreSQL Server |
| **Description** | Ensure that Allow access to Azure services for PostgreSQL Database Server is disabled. |
| **More Info** | If access from Azure services is enabled, the server\'s firewall will accept connections from all Azure resources, including resources not in your subscription. This is usually not a desired configuration. Instead, set up firewall rules to allow access from specific network ranges or VNET rules to allow access from specific virtual networks. |
| **AZURE Link** | https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/concepts-firewall-rules |
| **Recommended Action** | Disable network access to the public for PostgreSQL database servers. |

## Detailed Remediation Steps
1. Log in to the Microsoft Azure Management Console.
2. Select the "Search resources, services, and docs" option at the top and search for PostgreSQL. </br> <img src="/resources/azure/postgresqlserver/postgresql-public-access-disabled/step2.png"/>
3. On the "Azure Database for PostgreSQL servers" page, select the database by clicking on the "Name" as a link that needs to be examined.</br> <img src="/resources/azure/postgresqlserver/postgresql-public-access-disabled/step3.png"/>
4. Click on "Networking" from navigation panel on the left under settings section.</br> <img src="/resources/azure/postgresqlserver/postgresql-public-access-disabled/step4.png"/>
5. On the "Networking" page, under the firewall rule uncheck the "Allow public access from any Azure service" option and Click "Save" on top navigation panel.</br> <img src="/resources/azure/postgresqlserver/postgresql-public-access-disabled/step5.png"/>



Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.