I am using Quickstart: Create an ASP.NET Core app with Azure App Configuration
I have created an Azure App Configuration for centralized storage and management of application settings for an ASP.NET Core app. I have coded an app instance (tutorial code) using Visual Studio 2019 which runs locally.
My Azure App Configuration has been configured in the portal with identity on. I have no role assignments.
When I run my tutorial app in Visual Studio with debugging I get 3 lines of:
Exception thrown: 'Azure.Identity.CredentialUnavailableException' in System.Private.CoreLib.dll
Exception thrown: 'System.Net.Sockets.SocketException' in System.Net.Sockets.dll
Followed by a lot more cancels than actual exceptions and including this cancel which I cant see the matching exception for:
Exception thrown: 'System.OperationCanceledException' in System.Net.Http.dll
The browser launches. The layout is present but no data. I have relaunched many times over the day. I think I can exclude any network issues. The output is consistent each time.
I have done various searches and found no information regarding this error. Since I've come to a dead end, for now anyway, I thought I'd try here.