Tommaso Stocchi
Tommaso Stocchi
Hi @vhvb1989, beside the temp folder, there is also the fact then when I try to upload from the correct one, I get this error: ``` ERROR: error executing step...
The pipelines will break until #11539 is merged, because I'm using a newer version of the Aspire SDK. #11539 updates other Aspire demo's SDK and should solve the build issues.
any update on this?
@markwallace-microsoft does #12050 makes this PR obsolete?
Considering there are few emerging standard protocol for agent-to-agent communication, it makes sense to close this PR without merging it.
Hi @JerryNixon, regarding the configuration topics, I think we could try something like: ```json { "runtime": { ... "telemetry": { "otel": { "enabled": true, "endpoint": "@env('OTEL_EXPORTER_OTLP_ENDPOINT')" } }, ... }...