Recently we migrated .net3.1 to .net6.0 with minmal hosting model. Steeltoe configuration is not loading after migration, but the same is working in .netcore 3.1.
code:
builder.ConfigureAppConfiguration((hostContext, configApp) => { configApp.AddConfigServer(); })
app is deployed in azure Error we are getting as
Application: w3wp.exe
CoreCLR Version: 6.0.322.12309 .NET Version: 6.0.3 Description: The process was terminated due to an unhandled exception. Exception Info: Steeltoe.Extensions.Configuration.ConfigServer.ConfigServerException: Could not locate PropertySource, fail fast property is set, failing ---> System.Net.Http.HttpRequestException: An attempt was made to access a socket in a way forbidden by its access permissions. (localhost:8888) ---> System.Net.Sockets.SocketException (10013): An attempt was made to access a socket in a way forbidden by its access permissions. at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at