diff --git a/macros/serverless/difference-jobs-functions-containers.mdx b/macros/serverless/difference-jobs-functions-containers.mdx index 3663d4be94..f844c37b33 100644 --- a/macros/serverless/difference-jobs-functions-containers.mdx +++ b/macros/serverless/difference-jobs-functions-containers.mdx @@ -25,7 +25,7 @@ macro: difference-jobs-functions-containers | **Cold-starts** | There may be startup latency on new instances | There may be startup latency on new instances | Not applicable (jobs starts when scheduled or invoked) | | **Supports custom containers** | No, deploy code in supported languages only | Yes, deploy any containerized application | Yes, deploy any containerized application | | **Long-running processes** | Not suitable for long running tasks | Not suitable for long running tasks | Ideal for long running processes | -| **Networking** | No VPC support at the moment | No VPC support at the moment | No VPC support at the moment | +| **Networking** | Supports VPC integration | Supports VPC integration | No VPC support at the moment | | **Secret manager integration** | Only via local secrets | Only via local secrets | Yes | | **Customizable ephemeral storage** | Yes | Yes | Yes | | **Scaling from and to zero** | Yes | Yes | Not applicable |