Skip to content

Commit 9ed126c

Browse files
authored
Merge pull request #223936 from varun-dhawan/varun-azure-docs-pr
[Azure-PG-Flex] updates the doc to include server parameter tab details
2 parents be28313 + 6a919c0 commit 9ed126c

File tree

9 files changed

+11
-8
lines changed

9 files changed

+11
-8
lines changed

articles/postgresql/flexible-server/howto-configure-server-parameters-using-portal.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 11/30/2021
1313

1414
[!INCLUDE [applies-to-postgresql-flexible-server](../includes/applies-to-postgresql-flexible-server.md)]
1515

16-
You can list, show, and update configuration parameters for an Azure Database for PostgreSQL server through the Azure portal.
16+
You can list, show, and update configuration parameters for an Azure Database for PostgreSQL server through the Azure portal. In addition, you can also click on the **Server Parameter Tabs** to easily view parameter group as **Modified**, **Static**, **Dynamic** and **Read-Only**.
1717

1818
## Prerequisites
1919
To step through this how-to guide you need:
@@ -25,22 +25,25 @@ To step through this how-to guide you need:
2525
2. Select your Azure Database for PostgreSQL server.
2626

2727
3. Under the **SETTINGS** section, select **Server parameters**. The page shows a list of parameters, their values, and descriptions.
28-
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/3-overview-of-parameters.png" alt-text="Overview Page for Parameters":::
28+
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/3-overview-of-parameters.png" alt-text="Screenshot of overview page for parameters.":::
2929

3030
4. Select the **drop down** button to see the possible values for enumerated-type parameters like client_min_messages.
31-
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/4-enum-drop-down.png" alt-text="Enumerate drop down":::
31+
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/4-enum-drop-down.png" alt-text="Screenshot of enumerate drop down.":::
3232

3333
5. Select or hover over the **i** (information) button to see the range of possible values for numeric parameters like cpu_index_tuple_cost.
34-
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/4-information-button.png" alt-text="information button":::
34+
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/4-information-button.png" alt-text="Screenshot of information button.":::
3535

3636
6. If needed, use the **search box** to narrow down to a specific parameter. The search is on the name and description of the parameters.
37-
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/5-search.png" alt-text="Search results":::
37+
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/5-search.png" alt-text="Screenshot of search results.":::
3838

3939
7. Change the parameter values you would like to adjust. All changes you make in a session are highlighted in purple. Once you have changed the values, you can select **Save**. Or you can **Discard** your changes.
40-
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/6-save-and-discard-buttons.png" alt-text="Save or Discard changes":::
40+
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/6-save-and-discard.png" alt-text="Screenshot of save or discard changes.":::
4141

42-
8. If you have saved new values for the parameters, you can always revert everything back to the default values by selecting **Reset all to default**.
43-
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/7-reset-to-default-button.png" alt-text="Reset all to default":::
42+
8. List all the parameters that are modified from their _default_ value.
43+
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/8-modified-parameter-tab.png" alt-text="Screenshot of modified parameter tab.":::
44+
45+
9. If you have saved new values for the parameters, you can always revert everything back to the default values by selecting **Reset all to default**.
46+
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/7-reset-to-default-button.png" alt-text="Screenshot of reset all to default.":::
4447

4548
## Working with time zone parameters
4649
If you plan to work with date and time data in PostgreSQL, you’ll want to ensure that you’ve set the correct time zone for your location. All timezone-aware dates and times are stored internally in PostgreSQL in UTC. They are converted to local time in the zone specified by the **TimeZone** server parameter before being displayed to the client. This parameter can be edited on **Server parameters** page as explained above.
-320 KB
Loading
-287 KB
Loading
-257 KB
Loading
-64.4 KB
Loading
145 KB
Loading
Loading
90.6 KB
Loading

0 commit comments

Comments
 (0)