What problem does it solve?
Configuring secure, environment-appropriate Azure authentication in TypeScript applications is complex and error prone; this Skill centralizes patterns and examples so developers can reliably acquire tokens and bootstrap Azure SDK clients across local, CI, and cloud environments.
Core Features & Use Cases
- Unified Credential Guidance: Clear guidance for using DefaultAzureCredential and customizing the credential chain to prefer environment variables, workload identity, or managed identities.
- Credential Types Covered: Concrete examples for managed identity (system and user-assigned), client secret and certificate service principals, workload identity on Kubernetes, interactive browser and device flows, and developer CLI credentials.
- Developer & Production Scenarios: Practical use cases for local development with Azure CLI, SPA/browser authentication, CI/CD pipelines using service principals, and production workloads using managed identities or workload identity tokens.
Quick Start
Use the azure-identity-ts skill to generate TypeScript authentication code that uses DefaultAzureCredential and falls back to managed identity or environment-configured service principal as appropriate.