diff --git a/content/en/serverless/aws_lambda/managed_instances.md b/content/en/serverless/aws_lambda/managed_instances.md
index 47d59a5e953..394e4bde4b6 100644
--- a/content/en/serverless/aws_lambda/managed_instances.md
+++ b/content/en/serverless/aws_lambda/managed_instances.md
@@ -21,7 +21,7 @@ Datadog provides full visibility into the metrics, logs, and traces emitted by y
- Metrics, enhanced metrics, and log collection: Supported for all runtimes
-- Trace collection: Supported for Python, Node.js
+- Trace collection: Supported for Python, Node.js, Java, .NET
@@ -47,12 +47,14 @@ See the [list of all metrics collected for AWS Lambda applications][4].
To correlate your logs and traces, ensure that you have set `DD_TRACE_ENABLED` and `DD_LOGS_INJECTION ` to `true`.
{{< whatsnext desc="See detailed instructions for your runtime:" >}}
- {{< nextlink href="/tracing/other_telemetry/connect_logs_and_traces/python/#standard-library-logging" >}}Correlating Python Logs and Traces{{< /nextlink >}}
- {{< nextlink href="/tracing/other_telemetry/connect_logs_and_traces/nodejs" >}}Correlating Node.js Logs and Traces{{< /nextlink >}}
+ {{< nextlink href="/tracing/other_telemetry/connect_logs_and_traces/python/" >}}Correlating Python Logs and Traces{{< /nextlink >}}
+ {{< nextlink href="/tracing/other_telemetry/connect_logs_and_traces/nodejs/" >}}Correlating Node.js Logs and Traces{{< /nextlink >}}
+ {{< nextlink href="/tracing/other_telemetry/connect_logs_and_traces/java/" >}}Correlating Java Logs and Traces{{< /nextlink >}}
+ {{< nextlink href="/tracing/other_telemetry/connect_logs_and_traces/dotnet/" >}}Correlating .NET Logs and Traces{{< /nextlink >}}
{{< /whatsnext >}}
## Known limitations
-During Preview, the Datadog Lambda Extension and Lambda Libraries only support trace collection for Python and Node.js runtimes.
+During Preview, the Datadog Lambda Extension and Lambda Libraries only support trace collection for Python, Node.js, Java, and .NET runtimes.
## Further Reading
diff --git a/layouts/partials/serverless/lambda-managed-instances-runtimes.html b/layouts/partials/serverless/lambda-managed-instances-runtimes.html
index e2a7feab6d8..e57157ff9d3 100644
--- a/layouts/partials/serverless/lambda-managed-instances-runtimes.html
+++ b/layouts/partials/serverless/lambda-managed-instances-runtimes.html
@@ -16,6 +16,20 @@
+
+