Open saugereau opened 2 days ago
Sorry, I'm a little confused, are you referring to the Datadog.Trace.Bundle
NuGet package? The docs you have shared there are for the serverless app which uses the serverless-init
docker image instead. You can follow the instructions in the NuGet package readme to set the environment variables if so
Alternatively, if you're trying to set up AzureContainerApps, you don't need to use dd-dotnet.sh
at all? It's not mentioned in the docs AFAICT?
Hi @andrewlock , Yes, I am referencing Datadog.Trace.Bundle. Let me explain why I reference here Datadog.Trace.Bundle :
Given that dotnet.sh only download latest version of dd-trace-dotnet should I really use the dotnet.sh script provided by the serverless-init docker image (especially if I have a reference to a non latest version of Datadog.Trace) ?
Describe the bug
Installation of Trace.Bundle 3.4.1 does not match the following documentation : https://docs.datadoghq.com/serverless/azure_container_apps/?code-lang=dotnet The dd-dotnet.sh needs an argument
To Reproduce
When following the documentation :
Runtime environment (please complete the following information):
Additional context
Config looks working with (/app is workdir)
Can you confirm that this kind of configuration is expected ? Should the documentation be updated ?