Skip to content

Commit 2f05ad4

Browse files
Merge pull request #245499 from varun-dhawan/varund-july
[PostgreSQL] appends the details for starting instance using automation tasks
2 parents 1783dd3 + 1496d76 commit 2f05ad4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

articles/postgresql/flexible-server/create-automation-tasks.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Creating an automation task doesn't immediately incur charges. Underneath, an au
4040
* An Azure account and subscription.
4141
* Azure Database for PostgreSQL Flexible Server that you want to manage.
4242

43-
## Create an automation task
43+
## Create an automation task to stop server
4444

4545
1. In the [Azure portal](https://portal.azure.com), find the PostgreSQL Flexible Server resource that you want to manage.
4646
1. On the resource navigation menu, in the **Automation** section, select **Tasks (preview)**.
@@ -77,6 +77,14 @@ The task you've created, which is automatically live and running, will appear on
7777

7878
![Screenshot that shows the automation tasks list.](media/create-automation-tasks/automation-tasks-list.png)
7979

80+
## Create an automation task to start server
81+
82+
You can apply the same steps outlined above to create a seperate automation tasks for starting of the PostgreSQL Flexible Server at a specific time. Here's how:
83+
84+
1. Follow the same steps as outlined in the "Create an automation task" section until you reach the "Select a template" stage.
85+
1. Here, instead of selecting the task for "Stop PostgreSQL Flexible Server," you will select the template for "Start PostgreSQL Flexible Server."
86+
1. Proceed to fill in the rest of the required details as described in the subsequent steps, defining the specific schedule at which you want the server to start in the 'Configure' section.
87+
8088
## Review task history
8189

8290
To view a task's history of runs along with their status:

0 commit comments

Comments
 (0)