Can the Windows Performance Analyze retrieving symbols from an Azure artifact symbol store?
Our symbols are stored on an Azure artifacts storage and we can retrieve them successfully in a web browser using this rest API:
https://learn.microsoft.com/en-us/rest/api/azure/devops/symbol/symsrv/get?view=azure-devops-rest-6.0
The browser authenticates the request, adds the oauth bearer token and the symbol file is downloaded properly.
However, in the Windows Performance Analyzer, when configuring the symbol path as such:
srvd:\symCachehttps://artifacts.dev.azure.com/<ourOrg>/_apis/symbols/symsrv
Results in the "old style" user-name password prompt instead of the performing Azure Authentication (OAuth) so it completely fails to load symbols.
Is there a way to make this work properly?