PowerBIClient and socket exhaustion in ASP.NET Core app
There are many sample solutions on the Internet that show how to use PowerBIClient
in ASP.NET Core apps. The typical approach is to create a new instance of it and then use it to invoke web requests. Eventually, it is disposed. Is it a good approach?