cloud▌
359 indexed skills · max 10 per page
appinsights-instrumentation
microsoft/GitHub-Copilot-for-Azure · Cloud
Guidance and reference material for instrumenting webapps with Azure Application Insights. \n \n Covers SDK setup, telemetry patterns, and configuration for ASP.NET Core, Node.js, and Python applications hosted in Azure \n Distinguishes between this skill (reference and guidance) and azure-prepare (which orchestrates actual instrumentation changes) \n Recommends auto-instrumentation for C# ASP.NET Core apps on Azure App Service; provides manual instrumentation paths for other stacks \n Includes
azure-rbac
microsoft/GitHub-Copilot-for-Azure · Cloud
Find minimal Azure RBAC roles, generate assignment commands, and provide Bicep infrastructure code. \n \n Identifies built-in roles matching desired permissions using Azure documentation, or generates custom role definitions when no built-in role fits \n Produces Azure CLI commands and Bicep code snippets for role assignments to identities, managed identities, and service principals \n Documents prerequisites for granting roles, including required permissions and recommended least-privilege role
alicloud-data-analytics-dataanalysisgbi
cinience/alicloud-skills · Cloud
Category: service
azure-rbac
microsoft/azure-skills · Cloud
Find minimal Azure RBAC roles, generate assignment commands, and provide Bicep infrastructure code. \n \n Identifies built-in roles matching desired permissions using Azure documentation, or creates custom role definitions when no built-in role fits \n Generates Azure CLI commands and Bicep code snippets for assigning roles to identities, service principals, and managed identities \n Clarifies prerequisites for granting roles, including which permissions ( Microsoft.Authorization/roleAssignments
alicloud-ai-cloud-call-center-test
cinience/alicloud-skills · Cloud
Category: test
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
alicloud-security-id-verification-cloudauth-test
cinience/alicloud-skills · Cloud
Category: test
alicloud-compute-fc-serverless-devs-test
cinience/alicloud-skills · Cloud
Category: test
alicloud-backup-bdrc-test
cinience/alicloud-skills · Cloud
Category: test
azure-messaging
microsoft/GitHub-Copilot-for-Azure · Cloud
Diagnose and resolve Azure Event Hubs and Service Bus SDK issues across languages. \n \n Covers connection failures, authentication errors, AMQP link issues, message lock timeouts, and event processor stalls across Python, Java, JavaScript, and .NET SDKs \n Includes language-specific troubleshooting guides, configuration best practices (retry, prefetch, batch size), and checkpoint/dead-letter diagnostics \n Integrates with Azure Monitor for KQL log queries, resource health checks, and Microsoft