Bart

Results 26 issues of Bart

External url's, like for example "open node information" on intalling plugin's are not opened in a browser ![image](https://user-images.githubusercontent.com/4865355/39994025-462de0c4-5778-11e8-8a09-b8a18ef301bd.png)

help wanted

### 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...

type/bug
P1

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...

question
Stale

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...

area-samples

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?