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
LogInfo(L"Command line contains --worker-id. This process will be instrumented.");
694
+
return1;
695
+
}
696
+
683
697
LogInfo("Couldn't determine whether this Azure Function process should be instrumented based on commandLine. Falling back to checking application pool");
Copy file name to clipboardExpand all lines: tests/Agent/IntegrationTests/Applications/AzureFunctionApplication/HttpTriggerFunctionUsingAspNetCorePipeline.cs
+2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
// Copyright 2020 New Relic, Inc. All rights reserved.
2
2
// SPDX-License-Identifier: Apache-2.0
3
3
4
+
#if NET9_0
4
5
usingSystem.ComponentModel.DataAnnotations;
5
6
usingMicrosoft.AspNetCore.Http;
6
7
usingMicrosoft.AspNetCore.Mvc;
@@ -34,3 +35,4 @@ public async Task<IActionResult> Run([HttpTrigger(AuthorizationLevel.Function, "
0 commit comments