Skip to content

Commit 2f4e7e2

Browse files
committed
fix
1 parent f604395 commit 2f4e7e2

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

articles/postgresql/flexible-server/how-to-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 flexible server instance.
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/how-to-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/how-to-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/how-to-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/how-to-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/how-to-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/how-to-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/how-to-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.

articles/postgresql/flexible-server/how-to-manage-server-portal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ After server creation you can scale between the various [pricing tiers](https://
3232
2. You can change the **Compute Tier** , **vCore**, **Storage** to scale up the server using higher compute tier or scale up within the same tier by increasing storage or vCores to your desired value.
3333

3434
> [!div class="mx-imgBorder"]
35-
> :::image type="content" source="./media/howto-manage-server-portal/scale-server.png" alt-text="Scaling storage for Azure Database for PostgreSQL flexible server.":::
35+
> :::image type="content" source="./media/how-to-manage-server-portal/scale-server.png" alt-text="Scaling storage for Azure Database for PostgreSQL flexible server.":::
3636
3737
> [!Important]
3838
> - Storage can't be scaled down.
@@ -48,7 +48,7 @@ You can change the administrator role's password using the Azure portal.
4848
2. Enter a new password and confirm the password. The textbox will prompt you about password complexity requirements.
4949

5050
> [!div class="mx-imgBorder"]
51-
> :::image type="content" source="./media/howto-manage-server-portal/reset-password.png" alt-text="Reset your password for Azure Database for PostgreSQL flexible server.":::
51+
> :::image type="content" source="./media/how-to-manage-server-portal/reset-password.png" alt-text="Reset your password for Azure Database for PostgreSQL flexible server.":::
5252
5353
3. Select **Save** to save the new password.
5454

@@ -59,13 +59,13 @@ You can delete your server if you no longer need it.
5959
1. Select your server in the Azure portal. In the **Overview** window select **Delete**.
6060
2. Type the name of the server into the input box to confirm that you want to delete the server.
6161

62-
:::image type="content" source="./media/howto-manage-server-portal/delete-server.png" alt-text="Delete the Azure Database for PostgreSQL flexible server instance.":::
62+
:::image type="content" source="./media/how-to-manage-server-portal/delete-server.png" alt-text="Delete the Azure Database for PostgreSQL flexible server instance.":::
6363

6464
> [!IMPORTANT]
6565
> Deleting a server is irreversible.
6666
6767
> [!div class="mx-imgBorder"]
68-
> ![Delete the Azure Database for PostgreSQL flexible server instance](./media/howto-manage-server-portal/delete-server.png)
68+
> ![Delete the Azure Database for PostgreSQL flexible server instance](./media/how-to-manage-server-portal/delete-server.png)
6969
7070
3. Select **Delete**.
7171

articles/postgresql/scripts/sample-change-server-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ This script uses the commands outlined in the following table:
5252
## Next steps
5353

5454
- Read more information on the Azure CLI: [Azure CLI documentation](/cli/azure).
55-
- Try additional scripts: [Azure CLI samples for Azure Database for PostgreSQL- Flexible Server](../sample-scripts-azure-cli.md)
56-
- For more information on server parameters, see [How to configure server parameters in Azure portal](../how-to-configure-server-parameters-using-portal.md).
55+
- Try additional scripts: [Azure CLI samples for Azure Database for PostgreSQL- Flexible Server](../single-server/sample-scripts-azure-cli.md)
56+
- For more information on server parameters, see [How to configure server parameters in Azure portal](../flexible-server/how-to-configure-server-parameters-using-portal.md).

0 commit comments

Comments
 (0)