Skip to content

Commit fb53150

Browse files
chore(gen): content review MTA-5858 (#4771)
1 parent fb6f900 commit fb53150

File tree

6 files changed

+13
-15
lines changed

6 files changed

+13
-15
lines changed

pages/object-storage/faq.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ content:
66
h1: Object Storage FAQ
77
tags: storage cdn object-storage
88
dates:
9-
validation: 2024-09-23
9+
validation: 2025-04-02
1010
category: storage
1111
productIcon: ObjectStorageProductIcon
1212
---
@@ -181,7 +181,7 @@ This means that you can transfer objects from Standard class to One Zone - IA an
181181

182182
## Do the new storage classes impact Scaleway Glacier?
183183

184-
No, the rules for using Glacier class remain the same and your data is still hosted in DC4. Refer to our [Cold storage FAQ](/object-storage/faq/#cold-storage) for more information on Scaleway Glacier.
184+
No, the rules for using Glacier class remain the same and your data is still hosted in DC4. Refer to the [Cold storage section](#cold-storage) for more information on Scaleway Glacier.
185185

186186
## Can I migrate my existing data to the new Multi-AZ Standard class?
187187

pages/object-storage/how-to/edit-storage-class.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Change storage class settings for objects in buckets.
88
tags: object storage class object-storage storage-class
99
dates:
10-
validation: 2024-09-24
10+
validation: 2025-04-02
1111
posted: 2021-05-27
1212
categories:
1313
- storage

pages/scaleway-cli/reference-content/cli-reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page contains a list of CLI content in the Scaleway Documentation website.
88
tags: devtools terraform cli scaleway-cli
99
dates:
10-
validation: 2024-09-23
10+
validation: 2025-04-02
1111
posted: 2023-05-15
1212
categories:
1313
- devtools

pages/serverless-containers/faq.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta:
55
content:
66
h1: Serverless Containers FAQ
77
dates:
8-
validation: 2024-09-24
8+
validation: 2025-04-02
99
category: serverless
1010
productIcon: ContainersProductIcon
1111
---
@@ -20,6 +20,8 @@ Serverless computing is a cloud execution model where the cloud provider dynamic
2020

2121
These services allow you to build highly scalable, event-driven, and pay-as-you-go solutions. Serverless Containers and Functions help you create applications and microservices without worrying about server management, while Serverless Jobs lets you run large-scale, parallel batch-processing tasks efficiently. This can lead to faster development cycles, reduced operational overhead, and cost savings.
2222

23+
Refer to the [dedicated documentation](/serverless-containers/reference-content/difference-jobs-functions-containers/) for more information on the differences between Containers, Functions and Jobs.
24+
2325
### Can I run any application on Serverless Containers?
2426

2527
Yes. Because Serverless Containers supports any containerized application, you can choose the language, runtime, and framework that best suits your needs. As long as it can run in a container and respond to HTTP requests, Serverless Containers can host it.
@@ -101,16 +103,15 @@ Serverless Containers are billed on a pay-as-you-go basis, strictly on resource
101103

102104
### Can I upgrade Serverless Container resources (vCPU and RAM) at any time?
103105

104-
Yes, Serverless Containers resources can be changed at any time without causing downtime - see the previous question for full details.
106+
Yes, Serverless Containers resources can be changed at any time without causing downtime.
105107

106108
### How does scaling work in these serverless services?
107109

108110
Scaling in Serverless Containers and Serverless Functions is handled automatically by the platform. When demand increases - more requests or events - the platform spins up additional instances to handle the load. When demand decreases, instances spin down. This ensures optimal performance without manual intervention.
109111

110112
### Can updates of Serverless Containers cause downtime?
111113

112-
No, deploying a new version of your Serverless Container generates a **rolling update**. This means that a new version of the service is gradually
113-
rolled out to your users without downtime. Here is how it works:
114+
No, deploying a new version of your Serverless Container generates a **rolling update**. This means that a new version of the service is gradually rolled out to your users without downtime. Here is how it works:
114115

115116
* When a new version of your container is deployed, the platform automatically starts routing traffic to the new version incrementally, while still serving requests from the old version until the new one is fully deployed.
116117
* Once the new version is successfully running, we gradually shift all traffic to it, ensuring zero downtime.
@@ -218,15 +219,14 @@ No, you cannot use your own TLS certificates. Scaleway uses Let's Encrypt to gen
218219

219220
### Can I connect to my container using SSH?
220221

221-
No, it is not possible to connect to Serverless Containers using SSH. Serverless Containers is a fully managed, and stateless compute environment that does not provide direct access to the underlying infrastructure due to several features, such as autoscaling.
222+
No, it is not possible to connect to Serverless Containers using SSH. Serverless Containers is a fully managed, and stateless compute environment that does not provide direct access to the underlying infrastructure due to several features, such as autoscaling.
222223

223224
For monitoring and debugging purposes, you can inspect your container, and interact with it using [Scaleway Cockpit](/serverless-containers/how-to/monitor-container/).
224225

225226
### How can I attach Block Storage to a Serverless Container?
226227

227228
Scaleway Serverless Containers do not currently support attaching Block Storage. These containers are designed to be
228-
stateless, meaning they do not retain data between invocations. For persistent storage, we recommend using external
229-
solutions like Scaleway Object Storage.
229+
stateless, meaning they do not retain data between invocations. For persistent storage, we recommend using external solutions like Scaleway Object Storage.
230230

231231
### How can I store data in my Serverless resource?
232232

pages/serverless-sql-databases/api-cli/postgrest-row-level-security.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page provides the steps to use Row-Level Security with PostGREST for Serverless SQL Databases
88
tags: sql-databases serverless database row-level-security postgresql postgrest
99
dates:
10-
validation: 2024-09-24
10+
validation: 2025-04-02
1111
posted: 2024-09-24
1212
categories:
1313
- serverless
@@ -19,8 +19,6 @@ Due to connection pooling, Serverless SQL Databases currently only support trans
1919

2020
<Macro id="requirements" />
2121

22-
<Macro id="requirements" />
23-
2422
- A Scaleway account logged into the [console](https://console.scaleway.com)
2523
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2624
- [Created a Serverless SQL Database](/serverless-sql-databases/how-to/create-a-database/)

pages/serverless-sql-databases/how-to/use-row-level-security.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to use Row-Level Security with Serverless SQL Databases
88
tags: sql-databases serverless database row-level-security postgresql postgrest
99
dates:
10-
validation: 2024-09-24
10+
validation: 2025-04-02
1111
posted: 2024-09-24
1212
categories:
1313
- serverless

0 commit comments

Comments
 (0)