SymProxyCloud
A lightweight Symbol Proxy that allows for token-based authentication with a Symbol Server without using IIS, and optionally caches the symbols in an Azure Storage Blob.
Install / Use
/learn @microsoft/SymProxyCloudREADME
Introduction
This tool allows users to token-authenticate with a Symbol Server and serve symbol files. Optionally supports automation & Blob Storage symbol-caching. Supports local users (yourself) and automation with a given ClientId/Secret. Optionally supports a token audience.
Getting Started
You will need .NET 8 Runtime/SDK in order to code / build / use as a dotnet tool.
OR
winget install dotnet-runtime-8winget install dotnet-sdk-8
Update your Symbol Path:
SETX _NT_SYMBOL_PATH SRV*http://localhost:XXXX
Running the proxy
Authentication as the local user (yourself) takes a few moments sometimes. If the proxy is configured with IsNoisy = true, you'll see:
Access token acquired successfully.Local Symbol Proxy started at http://localhost:XXXX/
The proxy is then ready for use and listening for requests on the port designated in the AppSettings file.
AppSettings explained
Mandatory Settings
SymbolServerURI: The URI of the symbol server you'd like to use. e.g. https://somesymbolserver.com/LocalPort: Thehttp://localhost/port you'd like to use in your symbol path. e.g.1234. Defaults to 5000. Ensure you.SYMPATH+this value, or update the NT_SYMBOL_PATH environment variable.
Optional Settings
BlobConnectionString: A connection string to optionally cache symbols in a Blob Storage account.BlobContainerName: The name of the container in the storage account above, which you'd like to cache symbols in.ClientId: Used for automation - ClientID of the application you're requesting a token for.ClientSecret: Used for automation - ClientSecret of the application you're requesting a token for.IsNoisy: Used for local development - 'True' is essentially !symnoisy for the proxy's console window.SymDownloadRetryCount: Number of times to retry the symbol server if a symbol isn't found. Defaults to 2.TenantId: Used for automation - TenantID of the application you're requesting a token for.TokenAudience: If your endpoint requires a Token Audience for authentication, include that here.- Please note that if your Symbol Server requires an Authentication Scope besides
./default, you'll need to editProxyHandler.csto accommodate.
Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
Trademarks
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.
Related Skills
node-connect
351.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
