Skip to content

Commit 6a919c0

Browse files
committed
review comments to add period for alt text
1 parent 29df22c commit 6a919c0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +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="Screenshot of 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="Screenshot of 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="Screenshot of 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="Screenshot of 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.png" alt-text="Screenshot of 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

4242
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":::
43+
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/8-modified-parameter-tab.png" alt-text="Screenshot of modified parameter tab.":::
4444

4545
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":::
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.":::
4747

4848
## Working with time zone parameters
4949
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.

0 commit comments

Comments
 (0)