Can the Windows Performance Analyze retrieving symbols from an Azure artifact symbol store?

Gabriel DeBacker 0 Reputation points Microsoft Employee
2023-05-26T14:18:45.09+00:00

Our symbols are stored on an Azure artifacts storage and we can retrieve them successfully in a web browser using this rest API:

https://video2.skills-academy.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?

Windows Performance Toolkit
Windows Performance Toolkit
A collection of Microsoft performance monitoring tools that produce in-depth performance profiles of Windows operating systems and applications.
97 questions
0 comments No comments
{count} votes