You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/postgresql/flexible-server/how-to-configure-server-parameters-using-portal.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,25 +25,25 @@ To step through this how-to guide you need:
25
25
2. Select your Azure Database for PostgreSQL flexible server instance.
26
26
27
27
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.":::
29
29
30
30
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.":::
32
32
33
33
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.":::
35
35
36
36
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.":::
38
38
39
39
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.":::
41
41
42
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.":::
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.":::
44
44
45
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.":::
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.":::
47
47
48
48
## Working with time zone parameters
49
49
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.
Copy file name to clipboardExpand all lines: articles/postgresql/flexible-server/how-to-manage-server-portal.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ After server creation you can scale between the various [pricing tiers](https://
32
32
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.
33
33
34
34
> [!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.":::
36
36
37
37
> [!Important]
38
38
> - Storage can't be scaled down.
@@ -48,7 +48,7 @@ You can change the administrator role's password using the Azure portal.
48
48
2. Enter a new password and confirm the password. The textbox will prompt you about password complexity requirements.
49
49
50
50
> [!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.":::
52
52
53
53
3. Select **Save** to save the new password.
54
54
@@ -59,13 +59,13 @@ You can delete your server if you no longer need it.
59
59
1. Select your server in the Azure portal. In the **Overview** window select **Delete**.
60
60
2. Type the name of the server into the input box to confirm that you want to delete the server.
61
61
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.":::
63
63
64
64
> [!IMPORTANT]
65
65
> Deleting a server is irreversible.
66
66
67
67
> [!div class="mx-imgBorder"]
68
-
> 
68
+
> 
Copy file name to clipboardExpand all lines: articles/postgresql/scripts/sample-change-server-configuration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,5 +52,5 @@ This script uses the commands outlined in the following table:
52
52
## Next steps
53
53
54
54
- 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