johnbailey-transactcampus
johnbailey-transactcampus
@SteveL-MSFT - This issue is still prevalent. I can reproduce the `Start-Transcript` issue if the `Invoke-RestMethod` commandlet is called with a `POST` method. In my case, the workaround of utilising...
Ran into the same issue with .NET8 Web App hosted on Containers using `0.27.0-preview-0175`. `could not load ssl libraries` This is built against `mcr.microsoft.com/dotnet/aspnet:8.0` and `mcr.microsoft.com/dotnet/sdk:8.0` The stack trace was...
Just from perusing the code, it looks like [we might be hitting this old path](https://github.com/libgit2/libgit2/blob/ef4ab2988320005cbcb3db920e6b41f10b3c60cf/src/libgit2/streams/openssl_dynamic.c#L129) - where openssl3.0 is not in libgit2? This is just an uneducated guess, though. Sadly,...
We're seeing this same behaviour but in a `azurerm_linux_web_app`. Specifically, when the docker/private registry values are set inside of the `application_stack` block, the server's name is being added to the...