File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ productIcon: ContainersProductIcon
77---
88import ContainerRegistryNote from ' @macros/serverless/container-registry-note.mdx'
99
10+ import Image1 from " ./assets/scaleway-caas-billing-1.webp"
11+ import Image2 from " ./assets/scaleway-caas-billing-2.webp"
1012
1113## Overview
1214
@@ -45,7 +47,8 @@ Serverless Containers are billed on a pay-as-you-go basis, strictly on resource
4547* ** vCPU consumption:** The vCPU consumption is obtained by multiplying the vCPU tier chosen by the container run duration.
4648* ** Ephemeral storage:** Is free of charge, the maximum value of ephemeral storage depends on the memory value.
4749
48- <Lightbox src = { [" scaleway-caas-billing-1.webp" , " scaleway-caas-billing-2.webp" ]} size = { " medium" } alt = { [" Serverless Containers Billing" , " Serverless Containers Billing" ]} />
50+ <Lightbox image = { Image1 } size = { " medium" } alt = { " Serverless Containers Billing" } />
51+ <Lightbox image = { Image2 } size = { " medium" } alt = { " Serverless Containers Billing" } />
4952
5053#### Prices
5154
Original file line number Diff line number Diff line change 66productIcon : FunctionsProductIcon
77---
88
9+ import Image1 from " ./assets/scaleway-Billing-FaaS-1-DEF.webp"
10+ import Image2 from " ./assets/scaleway-Billing-FaaS-2-DEF.webp"
11+
912## Overview
1013
1114### What is serverless computing, and how does it differ from traditional cloud hosting?
@@ -36,7 +39,8 @@ Serverless Functions is billed on a pay-as-you-go basis. Three components are ta
3639
3740The scheme below illustrates our billing model:
3841
39- <Lightbox src = { [" scaleway-Billing-FaaS-1-DEF.webp" , " scaleway-Billing-FaaS-2-DEF.webp" ]} size = { " medium" } alt = { [" Functions Billing" , " Functions Billing" ]} />
42+ <Lightbox image = { Image1 } size = { " medium" } alt = { " Functions Billing" } />
43+ <Lightbox image = { Image2 } size = { " medium" } alt = { " Functions Billing" } />
4044
4145#### Pricing
4246
You can’t perform that action at this time.
0 commit comments