Juan Pablo Calleja

Results 7 comments of Juan Pablo Calleja

To support this issue, here is an example dockerfile from my team that works around this issue by doing mkdir for the mount paths and avoids using /var/* as destination...

@HaoK does this look good? https://github.com/dotnet/aspnetcore/pull/44503

@martincostello I leave it up to you but are you sure making the logging extension use List as parameter will log the information? Won't it just log something like: System.Collections.Generic.List`1[System.String]...

I tried to repro the issue in my own service: created a logger extension with an IEnumerable parameter and log a mock list of errors. Did not repo, it shows...

Thank @HaoK . If would be great if someone could reproduce the issue and check the fix works, though.

Hello, I am reproducing a very issue today with Bicep CLI version 0.28.1 `Bicep CLI version 0.28.1 (ba1e9f8c1e)` I define variables with the objects for the private endpoints that the...

Update: it seems my issue stemps from using fixed values for the private DNS zone names. The copyIndex('...') value is not populate when I do not reference the objects of...