Skip to content

Commit 098e42b

Browse files
SamyOubouazizRoRoJ
andauthored
Apply suggestions from code review
Co-authored-by: Rowena Jones <[email protected]>
1 parent 3afbbf1 commit 098e42b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

macros/serverless-jobs/automate-resources-management.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Serverless Jobs are perfectly adapted for these autonomous tasks, as we do not n
4444
For more details about variables used by `cli`, refer to the [CLI config documentation](https://github.com/scaleway/scaleway-cli/blob/master/docs/commands/config.md).
4545

4646
9. In the **Execution** tab, define the desired Scaleway CLI command, as shown in the examples below:
47-
- **Power on and off Instances**
47+
- **Power Instances on and off**
4848
```sh
4949
# Power on
5050
/scw instance server start 11111111-1111-1111-1111-111111111111
@@ -66,6 +66,6 @@ Your Serverless Job will run the command periodically according to the [cron sch
6666

6767
## Running the job
6868

69-
From the **Overview** tab of the Serverless job you just created, click **Actions**, then select **Run job** from the contextual menu.
69+
From the **Overview** tab of the Serverless Job you just created, click **Actions**, then select **Run job** from the contextual menu.
7070

7171
The execution appears in the **Job runs** section. You can access the logs of your job by clicking <Icon name="more" /> next to the job run ID, and selecting **See on Cockpit**.

pages/scaleway-cli/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Refer the the [Scaleway CLI repository](https://github.com/scaleway/scaleway-cli
203203
You can automate your CLI actions by scheduling them with Scaleway Serverless Jobs. This allows you to run your Scaleway CLI commands at specific times or intervals without needing to manually execute them.
204204

205205
For step-by-step guides, check out the following tutorials:
206-
- [Power on and off your instances using Serverless Jobs](https://www.scaleway.com/en/docs/tutorials/power-on-off-instances-jobs/)
206+
- [Power your Instances on and off using Serverless Jobs](https://www.scaleway.com/en/docs/tutorials/power-on-off-instances-jobs/)
207207
- [Create snapshots of a Managed MongoDB® database](https://www.scaleway.com/en/docs/tutorials/backup-mongodb-jobs/)
208208
- [Create recurring scheduled backups and snapshots of a database](https://www.scaleway.com/en/docs/tutorials/snapshot-managed-databases/)
209209
- [Create snapshots of an Instance](https://www.scaleway.com/en/docs/tutorials/snapshot-instances-jobs/)

0 commit comments

Comments
 (0)