Bart
Bart
External url's, like for example "open node information" on intalling plugin's are not opened in a browser 
### Pre-requisites - [X] I have double-checked my configuration - [X] I can confirm the issues exists when I tested with `:latest` - [ ] I'd like to contribute the...
I'm trying the following: GET https://[a rest url] Authorization: Bearer {{$aadToken tenantId={{tenant-id}} clientId={{client-id}} authority=https://login.microsoftonline.com/{{tenant-id}}}} The user i login with is from another tenant, but has access to the tenant defined...
I have enabled oltp and zipkin exporter: ``` builder.AddOtlpExporter(opt=> { opt.Protocol = OtlpExportProtocol.HttpProtobuf; opt.Endpoint = new Uri(....); }); builder.AddZipkinExporter(o => { o.Endpoint = new Uri(.....); }); ``` In zipkin the...
Hi, I've implemented the DatabaseMigrations sample in my solution. It works fine on my development machine When I deploy via azd up, it gets deployed to aca. But the migration...
I try to test [loki ](https://grafana.com/docs/loki/latest/api/#push-log-entries-to-loki) push to send logs. The api expect nano second. Can I use a timestamp syntax that produce nano seconds?