azure▌
66 indexed skills · max 10 per page
azure-prepare
microsoft/GitHub-Copilot-for-Azure · Cloud
Prepare Azure applications for deployment with infrastructure-as-code, configuration, and containerization. \n \n Generates Bicep or Terraform infrastructure code, azure.yaml configuration, and Dockerfiles based on application type and requirements \n Follows mandatory plan-first workflow: analyze workspace, gather requirements, select deployment recipe (AZD, AZCLI, Bicep, or Terraform), design architecture, and get user approval before code generation \n Supports creation, modernization, and up
azure-cost-optimization
microsoft/github-copilot-for-azure · Cloud
Identify and quantify Azure cost savings through resource analysis, utilization metrics, and actionable optimization recommendations. \n \n Discovers orphaned resources (unattached disks, unused NICs, idle gateways) and over-provisioned services using Azure Quick Review scans \n Queries actual costs from Azure Cost Management API and utilization data from Azure Monitor to support rightsizing recommendations \n Generates prioritized optimization reports with estimated savings, validated pricing,
azure-functions
aj-geddes/useful-ai-prompts · Cloud
Azure Functions enables serverless computing on Microsoft Azure. Build event-driven applications with automatic scaling, flexible bindings to various Azure services, and integrated monitoring through Application Insights.
azure-architecture-autopilot
github/awesome-copilot · Cloud
A pipeline that designs Azure infrastructure using natural language, or analyzes existing resources to visualize architecture and proceed through modification and deployment.
azure-app-service
aj-geddes/useful-ai-prompts · Cloud
Azure App Service provides a fully managed platform for building and hosting web applications, REST APIs, and mobile backends. Support multiple programming languages with integrated DevOps, security, and high availability.
azure-functions
davila7/claude-code-templates · Cloud
$21
azure-diagrams
eraserlabs/eraser-io · Cloud
Generates architecture diagrams for Azure infrastructure from ARM templates, Azure CLI output, or natural language descriptions.
azure-auth
jezweb/claude-skills · Cloud
Full-stack Microsoft Entra ID authentication for React SPAs with Cloudflare Workers backend validation. \n \n Authorization Code Flow + PKCE with MSAL.js 5.0.2 on frontend; jose library for JWT validation in Workers (MSAL.js incompatible with Workers runtime) \n Covers 8 documented error scenarios including AADSTS50058 silent sign-in loops, AADSTS700084 refresh token expiry, React Router redirect issues, and Safari/iOS 18 cookie limitations \n Single-tenant and multi-tenant configuration pattern
azure-functions
sickn33/antigravity-awesome-skills · Cloud
Expert patterns for Azure Functions development across .NET, Python, and Node.js runtimes. \n \n Covers three modern programming models: isolated worker model for .NET, Node.js v4 code-centric approach, and Python v2 decorator-based pattern \n Identifies critical anti-patterns including blocking async calls, creating new HttpClient per request, and using deprecated in-process model \n Provides sharp-edge guidance on async/await usage, Durable Functions orchestration, timeout configuration, Appli
azure-image-builder
hashicorp/agent-skills · Cloud
Build Azure managed images and Azure Compute Gallery images using Packer's azure-arm builder.