From 01264756bb2b00320bb393e8d65d4bb912fdfa9c Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Wed, 2 Apr 2025 18:26:26 +0200 Subject: [PATCH] chore(gen): content review MTA-5858 --- pages/object-storage/faq.mdx | 4 ++-- pages/object-storage/how-to/edit-storage-class.mdx | 2 +- .../reference-content/cli-reference.mdx | 2 +- pages/serverless-containers/faq.mdx | 14 +++++++------- .../api-cli/postgrest-row-level-security.mdx | 4 +--- .../how-to/use-row-level-security.mdx | 2 +- 6 files changed, 13 insertions(+), 15 deletions(-) diff --git a/pages/object-storage/faq.mdx b/pages/object-storage/faq.mdx index 1068f84b82..bf503e9e34 100644 --- a/pages/object-storage/faq.mdx +++ b/pages/object-storage/faq.mdx @@ -6,7 +6,7 @@ content: h1: Object Storage FAQ tags: storage cdn object-storage dates: - validation: 2024-09-23 + validation: 2025-04-02 category: storage productIcon: ObjectStorageProductIcon --- @@ -181,7 +181,7 @@ This means that you can transfer objects from Standard class to One Zone - IA an ## Do the new storage classes impact Scaleway Glacier? -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. +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. ## Can I migrate my existing data to the new Multi-AZ Standard class? diff --git a/pages/object-storage/how-to/edit-storage-class.mdx b/pages/object-storage/how-to/edit-storage-class.mdx index b1069818d9..da1add50d2 100644 --- a/pages/object-storage/how-to/edit-storage-class.mdx +++ b/pages/object-storage/how-to/edit-storage-class.mdx @@ -7,7 +7,7 @@ content: paragraph: Change storage class settings for objects in buckets. tags: object storage class object-storage storage-class dates: - validation: 2024-09-24 + validation: 2025-04-02 posted: 2021-05-27 categories: - storage diff --git a/pages/scaleway-cli/reference-content/cli-reference.mdx b/pages/scaleway-cli/reference-content/cli-reference.mdx index bf967aa818..94c3f997c8 100644 --- a/pages/scaleway-cli/reference-content/cli-reference.mdx +++ b/pages/scaleway-cli/reference-content/cli-reference.mdx @@ -7,7 +7,7 @@ content: paragraph: This page contains a list of CLI content in the Scaleway Documentation website. tags: devtools terraform cli scaleway-cli dates: - validation: 2024-09-23 + validation: 2025-04-02 posted: 2023-05-15 categories: - devtools diff --git a/pages/serverless-containers/faq.mdx b/pages/serverless-containers/faq.mdx index 89b0654235..7c4c20582c 100644 --- a/pages/serverless-containers/faq.mdx +++ b/pages/serverless-containers/faq.mdx @@ -5,7 +5,7 @@ meta: content: h1: Serverless Containers FAQ dates: - validation: 2024-09-24 + validation: 2025-04-02 category: serverless productIcon: ContainersProductIcon --- @@ -20,6 +20,8 @@ Serverless computing is a cloud execution model where the cloud provider dynamic 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. +Refer to the [dedicated documentation](/serverless-containers/reference-content/difference-jobs-functions-containers/) for more information on the differences between Containers, Functions and Jobs. + ### Can I run any application on Serverless Containers? 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,7 +103,7 @@ Serverless Containers are billed on a pay-as-you-go basis, strictly on resource ### Can I upgrade Serverless Container resources (vCPU and RAM) at any time? -Yes, Serverless Containers resources can be changed at any time without causing downtime - see the previous question for full details. +Yes, Serverless Containers resources can be changed at any time without causing downtime. ### How does scaling work in these serverless services? @@ -109,8 +111,7 @@ Scaling in Serverless Containers and Serverless Functions is handled automatical ### Can updates of Serverless Containers cause downtime? -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: +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: * 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. * 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 ### Can I connect to my container using SSH? -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. +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. For monitoring and debugging purposes, you can inspect your container, and interact with it using [Scaleway Cockpit](/serverless-containers/how-to/monitor-container/). ### How can I attach Block Storage to a Serverless Container? Scaleway Serverless Containers do not currently support attaching Block Storage. These containers are designed to be -stateless, meaning they do not retain data between invocations. For persistent storage, we recommend using external -solutions like Scaleway Object Storage. +stateless, meaning they do not retain data between invocations. For persistent storage, we recommend using external solutions like Scaleway Object Storage. ### How can I store data in my Serverless resource? diff --git a/pages/serverless-sql-databases/api-cli/postgrest-row-level-security.mdx b/pages/serverless-sql-databases/api-cli/postgrest-row-level-security.mdx index a9f0f08994..230245b5fe 100644 --- a/pages/serverless-sql-databases/api-cli/postgrest-row-level-security.mdx +++ b/pages/serverless-sql-databases/api-cli/postgrest-row-level-security.mdx @@ -7,7 +7,7 @@ content: paragraph: This page provides the steps to use Row-Level Security with PostGREST for Serverless SQL Databases tags: sql-databases serverless database row-level-security postgresql postgrest dates: - validation: 2024-09-24 + validation: 2025-04-02 posted: 2024-09-24 categories: - serverless @@ -19,8 +19,6 @@ Due to connection pooling, Serverless SQL Databases currently only support trans - - - A Scaleway account logged into the [console](https://console.scaleway.com) - [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization - [Created a Serverless SQL Database](/serverless-sql-databases/how-to/create-a-database/) diff --git a/pages/serverless-sql-databases/how-to/use-row-level-security.mdx b/pages/serverless-sql-databases/how-to/use-row-level-security.mdx index ee5b347199..e136cfd484 100644 --- a/pages/serverless-sql-databases/how-to/use-row-level-security.mdx +++ b/pages/serverless-sql-databases/how-to/use-row-level-security.mdx @@ -7,7 +7,7 @@ content: paragraph: This page explains how to use Row-Level Security with Serverless SQL Databases tags: sql-databases serverless database row-level-security postgresql postgrest dates: - validation: 2024-09-24 + validation: 2025-04-02 posted: 2024-09-24 categories: - serverless