Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion pages/serverless-containers/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ productIcon: ContainersProductIcon
---
import ContainerRegistryNote from '@macros/serverless/container-registry-note.mdx'

import Image1 from "./assets/scaleway-caas-billing-1.webp"
import Image2 from "./assets/scaleway-caas-billing-2.webp"

## Overview

Expand Down Expand Up @@ -45,7 +47,8 @@ Serverless Containers are billed on a pay-as-you-go basis, strictly on resource
* **vCPU consumption:** The vCPU consumption is obtained by multiplying the vCPU tier chosen by the container run duration.
* **Ephemeral storage:** Is free of charge, the maximum value of ephemeral storage depends on the memory value.

<Lightbox src={["scaleway-caas-billing-1.webp", "scaleway-caas-billing-2.webp"]} size={"medium"} alt={["Serverless Containers Billing", "Serverless Containers Billing"]} />
<Lightbox image={Image1} size={"medium"} alt={"Serverless Containers Billing"} />
<Lightbox image={Image2} size={"medium"} alt={"Serverless Containers Billing"} />

#### Prices

Expand Down
6 changes: 5 additions & 1 deletion pages/serverless-functions/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ dates:
productIcon: FunctionsProductIcon
---

import Image1 from "./assets/scaleway-Billing-FaaS-1-DEF.webp"
import Image2 from "./assets/scaleway-Billing-FaaS-2-DEF.webp"

## Overview

### What is serverless computing, and how does it differ from traditional cloud hosting?
Expand Down Expand Up @@ -36,7 +39,8 @@ Serverless Functions is billed on a pay-as-you-go basis. Three components are ta

The scheme below illustrates our billing model:

<Lightbox src={["scaleway-Billing-FaaS-1-DEF.webp", "scaleway-Billing-FaaS-2-DEF.webp"]} size={"medium"} alt={["Functions Billing", "Functions Billing"]} />
<Lightbox image={Image1} size={"medium"} alt={"Functions Billing"} />
<Lightbox image={Image2} size={"medium"} alt={"Functions Billing"} />

#### Pricing

Expand Down