You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/tracing/trace_collection/automatic_instrumentation/dd_libraries/dotnet-core.md
+2-28Lines changed: 2 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,24 +47,6 @@ further_reading:
47
47
text: "Source code"
48
48
---
49
49
50
-
## Before you begin
51
-
52
-
Choose the setup guide for your deployment environment:
53
-
54
-
| Environment | Setup Guide |
55
-
|------------|-------------|
56
-
|**AWS Lambda**|[Instrumenting .NET Serverless Applications on AWS Lambda](/serverless/aws_lambda/instrumentation/dotnet)|
57
-
|**Azure Functions**|[Install Serverless Monitoring for Azure Functions](/serverless/azure_functions/)|
58
-
|**Azure App Service (Windows)**|[Azure App Service - Windows Code](/serverless/azure_app_service/windows_code)|
59
-
|**Azure App Service (Linux - Code)**|[Azure App Service - Linux Code](/serverless/azure_app_service/linux_code)|
60
-
|**Azure App Service (Linux - Container)**|[Azure App Service - Linux Container](/serverless/azure_app_service/linux_container)|
61
-
|**Google Cloud Run**|[Google Cloud Run - .NET](/serverless/google_cloud_run/containers/in_container/dotnet)|
62
-
|**All other environments**| Continue below |
63
-
64
-
<divclass="alert alert-warning">
65
-
<strong>Important:</strong> Serverless environments require different installation steps than traditional hosts. Do not install the Datadog Agent or MSI installer for serverless environments.
66
-
</div>
67
-
68
50
## Compatibility requirements
69
51
70
52
### Supported .NET Core runtimes
@@ -75,16 +57,8 @@ For a full list of Datadog's .NET Core library and processor architecture suppor
75
57
76
58
## Installation and getting started
77
59
78
-
<divclass="alert alert-danger">
79
-
<strong>Are you deploying to a serverless environment?</strong><br/>
80
-
If using AWS Lambda, Azure Functions, Azure App Service, or Google Cloud Run, <strong>stop:</strong> use the appropriate serverless setup guide instead:
|**All other environments**| Continue below | β Supported |
67
-
68
-
<divclass="alert alert-warning">
69
-
<strong>Important:</strong> .NET Framework is only supported on Windows-based platforms. For Linux or AWS Lambda, use <ahref="/tracing/trace_collection/automatic_instrumentation/dd_libraries/dotnet-core">.NET Core or .NET 5+</a>.
70
-
</div>
71
-
72
54
## Compatibility requirements
73
55
74
56
### Supported .NET Framework runtimes
@@ -79,15 +61,8 @@ For a full list of Datadog's .NET Framework library and processor architecture s
79
61
80
62
## Installation and getting started
81
63
82
-
<divclass="alert alert-danger">
83
-
<strong>Are you deploying to a serverless environment?</strong><br/>
84
-
If using Azure Functions or Azure App Service, <strong>stop:</strong> use the appropriate serverless setup guide instead:
85
-
<ul>
86
-
<li><ahref="/serverless/azure_functions/">Azure Functions Setup</a> (In-Process model only)</li>
87
-
<li><ahref="/serverless/azure_app_service/windows_code">Azure App Service - Windows Setup</a></li>
88
-
</ul>
89
-
<strong>The installation instructions below will NOT work for serverless environments.</strong><br/>
90
-
<strong>Note:</strong> .NET Framework is NOT supported on AWS Lambda, Azure App Service Linux, or Google Cloud Run. Use <ahref="/tracing/trace_collection/automatic_instrumentation/dd_libraries/dotnet-core">.NET Core or .NET 5+</a> for those platforms.
64
+
<divclass="alert alert-info">
65
+
To set up Datadog APM in Serverless environments, such as AWS Lambda or Azure Functions, see <ahref="/serverless">Serverless</a>.
0 commit comments