What problem does it solve?
This Skill helps developers locate official Microsoft API references, verify method signatures, and find working code samples for Azure SDKs and Microsoft APIs, reducing hallucinations and deprecated patterns.
Core Features & Use Cases
- API Lookups: Locate methods, classes, and namespaces using microsoft_docs_search.
- Working code samples: Retrieve practical examples with microsoft_code_sample_search.
- Full API references: Fetch complete details via microsoft_docs_fetch to confirm parameter names and overloads.
Quick Start
Use the microsoft_docs_search tool to locate the API reference, then fetch the full details with microsoft_docs_fetch, and finally retrieve a working sample with microsoft_code_sample_search.
Use the following example commands:
microsoft_docs_search(query: "BlobClient UploadAsync Azure.Storage.Blobs")
microsoft_docs_fetch(url: "<URL from microsoft_docs_search>")
microsoft_code_sample_search(query: "upload file to blob storage", language: "csharp")