Skip to content

Commit 24a8537

Browse files
committed
update investigation doc
1 parent 8fade3f commit 24a8537

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

docs/development/investigations/APMSVLS-58-Azure-Functions-span-parenting.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,21 @@ This tag is automatically applied during span serialization based on `Environmen
348348
When working on this issue, use the following workflow to test changes:
349349

350350
**Test Environment**:
351-
- **Function App**: `lucasp-premium-linux-isolated`
352351
- **Resource Group**: `lucas.pimentel`
353-
- **Test App Location**: `D:\source\datadog\serverless-dev-apps\azure\functions\dotnet\isolated-dotnet8-aspnetcore`
352+
353+
**Deployed Test Applications**:
354+
355+
| Source App | Function App Name | Platform | ASP.NET Core Integration |
356+
|-----------|------------------|----------|--------------------------|
357+
| `isolated-dotnet8-aspnetcore` | `lucasp-premium-linux-isolated` | Linux | ✅ Yes |
358+
| `isolated-dotnet8` | `lucasp-premium-windows-isolated` | Windows | ❌ No |
359+
| `isolated-dotnet8-aspnetcore` | `lucasp-premium-windows-isolated-aspnet` | Windows | ✅ Yes |
360+
361+
**Source Locations**:
362+
- `isolated-dotnet8`: `D:\source\datadog\serverless-dev-apps\azure\functions\dotnet\isolated-dotnet8`
363+
- `isolated-dotnet8-aspnetcore`: `D:\source\datadog\serverless-dev-apps\azure\functions\dotnet\isolated-dotnet8-aspnetcore`
364+
365+
**Primary Test App**: `lucasp-premium-linux-isolated` (isolated-dotnet8-aspnetcore)
354366

355367
### 1. Build the Datadog.AzureFunctions NuGet Package
356368

0 commit comments

Comments
 (0)