diff --git a/en/azure/postgresqlserver/connection-throttling-enabled.md b/en/azure/postgresqlserver/connection-throttling-enabled.md index dd3ffbb6f..e8ed88844 100644 --- a/en/azure/postgresqlserver/connection-throttling-enabled.md +++ b/en/azure/postgresqlserver/connection-throttling-enabled.md @@ -16,13 +16,11 @@ ## Detailed Remediation Steps -1. Log into the Microsoft Azure Management Console. +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.
-3. On the "Azure Database for PostgreSQL servers" page, select the database by clicking on the "Name" as a link that needs to be examine.
+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.
4. Scroll down the left navigation panel and choose "Server parameters" under "Settings."
-5. On the "Server parameters" page, search for "connection_throttling" paramter using the "Search for filter item search box." If the value is set to "OFF" then the connection throttling is not enabled for PostgreSQL servers.
-6. Repeat steps number 2 - 5 to verify other "PostgreSQL" databases in the account.
-7. Navigate to "PostgreSQL", select the database by clicking on the "Name" and choose "Server parameters" under "Settings" from the left navigation panel.
-8. On "Server Parameter" page, search for "connection_throttling" paramter using the "Search for filter item search box" and enable it by selecting "ON" from the toggle configuration button.
-9. Click on the "Save" button at the top to make the changes.
-10. Repeat steps number 7 - 9 to ensure the server parameters for each PostgreSQL server have the connection_throttling setting enabled.
+5. On the "Server parameters" page, search for "connection_throttling" parameter using the "Search for filter item search box." If the value is set to "OFF" then the connection throttling is not enabled for PostgreSQL servers. This is against azure best practices.
+6. To turn the "connection_throttling" parameter "ON" enable it by selecting "ON" from the toggle configuration button.
+7. Click on the "Save" button at the top to make the changes.
+8. Repeat step number 3 - 7 to ensure the server parameters for each PostgreSQL server have the connection_throttling setting enabled.
diff --git a/resources/azure/postgresqlserver/connection-throttling-enabled/step2.png b/resources/azure/postgresqlserver/connection-throttling-enabled/step2.png index 7b03fcfb3..8256bb7b6 100644 Binary files a/resources/azure/postgresqlserver/connection-throttling-enabled/step2.png and b/resources/azure/postgresqlserver/connection-throttling-enabled/step2.png differ diff --git a/resources/azure/postgresqlserver/connection-throttling-enabled/step3.png b/resources/azure/postgresqlserver/connection-throttling-enabled/step3.png index fdf7fe6f5..44b063dc6 100644 Binary files a/resources/azure/postgresqlserver/connection-throttling-enabled/step3.png and b/resources/azure/postgresqlserver/connection-throttling-enabled/step3.png differ diff --git a/resources/azure/postgresqlserver/connection-throttling-enabled/step4.png b/resources/azure/postgresqlserver/connection-throttling-enabled/step4.png index 0b5d78732..43f26d470 100644 Binary files a/resources/azure/postgresqlserver/connection-throttling-enabled/step4.png and b/resources/azure/postgresqlserver/connection-throttling-enabled/step4.png differ diff --git a/resources/azure/postgresqlserver/connection-throttling-enabled/step5.png b/resources/azure/postgresqlserver/connection-throttling-enabled/step5.png index 82da19b8b..710ae93f6 100644 Binary files a/resources/azure/postgresqlserver/connection-throttling-enabled/step5.png and b/resources/azure/postgresqlserver/connection-throttling-enabled/step5.png differ diff --git a/resources/azure/postgresqlserver/connection-throttling-enabled/step6.png b/resources/azure/postgresqlserver/connection-throttling-enabled/step6.png new file mode 100644 index 000000000..426bd112f Binary files /dev/null and b/resources/azure/postgresqlserver/connection-throttling-enabled/step6.png differ diff --git a/resources/azure/postgresqlserver/connection-throttling-enabled/step7.png b/resources/azure/postgresqlserver/connection-throttling-enabled/step7.png index 79f30197f..743b779b2 100644 Binary files a/resources/azure/postgresqlserver/connection-throttling-enabled/step7.png and b/resources/azure/postgresqlserver/connection-throttling-enabled/step7.png differ diff --git a/resources/azure/postgresqlserver/connection-throttling-enabled/step8.png b/resources/azure/postgresqlserver/connection-throttling-enabled/step8.png deleted file mode 100644 index 5d28939cb..000000000 Binary files a/resources/azure/postgresqlserver/connection-throttling-enabled/step8.png and /dev/null differ diff --git a/resources/azure/postgresqlserver/connection-throttling-enabled/step9.png b/resources/azure/postgresqlserver/connection-throttling-enabled/step9.png deleted file mode 100644 index 743b779b2..000000000 Binary files a/resources/azure/postgresqlserver/connection-throttling-enabled/step9.png and /dev/null differ