Habilidades Azure.ResourceManager.Fabric (.NET)
📦

Azure.ResourceManager.Fabric (.NET)

Seguro

Manage Azure Fabric capacities with .NET SDK

Developers need to provision and manage Microsoft Fabric compute resources programmatically. This skill provides complete guidance for using Azure.ResourceManager.Fabric to create, scale, suspend, resume, and delete Fabric capacities via Azure Resource Manager.

Soporta: Claude Codex Code(CC)
🥉 73 Bronce
1

Descargar el ZIP de la skill

2

Subir en Claude

Ve a Configuración → Capacidades → Skills → Subir skill

3

Activa y empieza a usar

Pruébalo

Usando "Azure.ResourceManager.Fabric (.NET)". Create a Fabric capacity with F64 SKU

Resultado esperado:

Successfully created capacity 'my-fabric-capacity' in West US2. State: Active. Provisioning: Succeeded. SKU: F64 (Fabric tier). Administrators: admin@contoso.com

Usando "Azure.ResourceManager.Fabric (.NET)". Scale capacity from F64 to F128

Resultado esperado:

Capacity 'my-fabric-capacity' scaled from F64 to F128. Operation completed in 3 minutes. New state: Active. Billing tier updated.

Usando "Azure.ResourceManager.Fabric (.NET)". Suspend capacity for cost savings

Resultado esperado:

Capacity 'my-fabric-capacity' suspended successfully. Compute billing stopped. Resource retained. Use ResumeAsync to reactivate.

Auditoría de seguridad

Seguro
v1 • 2/25/2026

Documentation-only skill containing markdown guidance for Azure.ResourceManager.Fabric NuGet package. No executable code, scripts, or network calls. Static analysis correctly identified zero risk (score 0/100). The skill provides legitimate Azure SDK documentation for managing Microsoft Fabric capacities via Azure Resource Manager.

0
Archivos escaneados
0
Líneas analizadas
0
hallazgos
1
Auditorías totales
No se encontraron problemas de seguridad
Auditado por: claude

Puntuación de calidad

38
Arquitectura
100
Mantenibilidad
87
Contenido
50
Comunidad
100
Seguridad
83
Cumplimiento de la especificación

Lo que puedes crear

DevOps Engineer automating Fabric infrastructure

Provision and manage Fabric capacities as part of CI/CD pipelines using Azure Resource Manager templates and .NET tooling.

Cloud Architect designing Fabric governance

Implement capacity lifecycle management with proper SKU scaling, suspension policies, and administrative access controls.

Developer building Fabric management tools

Create custom applications or automation scripts that manage Fabric compute resources programmatically.

Prueba estos prompts

Create a Fabric capacity
Help me create a new Microsoft Fabric capacity in Azure using the Azure.ResourceManager.Fabric SDK. I need an F64 SKU in West US2 with my team member as admin.
Scale Fabric capacity SKU
Show me how to scale an existing Fabric capacity from F32 to F128 SKU using the .NET SDK. Include error handling for provisioning states.
Suspend and resume capacity for cost optimization
I need to suspend my Fabric capacity during off-hours to reduce costs. Write code that suspends the capacity and show me how to resume it when needed.
Complete capacity lifecycle management
Create a comprehensive example that demonstrates the full lifecycle: check name availability, create capacity with F8 SKU, monitor provisioning state, scale to F64, suspend when idle, and properly delete when no longer needed. Include proper authentication with DefaultAzureCredential and handle all common ARM exceptions.

Mejores prácticas

  • Use DefaultAzureCredential for authentication to support multiple identity types without hardcoded credentials
  • Use WaitUntil.Completed for operations that must finish before proceeding, or WaitUntil.Started for parallel execution
  • Suspend capacities during off-hours to optimize compute billing while retaining the resource

Evitar

  • Never hardcode Azure credentials or connection strings in source code
  • Do not skip checking provisioning state before performing operations on a capacity
  • Avoid using CreateAsync instead of CreateOrUpdateAsync when idempotent operations are needed

Preguntas frecuentes

What is the difference between management plane and data plane for Fabric?
Management plane (this SDK) handles capacity provisioning and infrastructure. Data plane handles workspace operations, data items, and analytics. Use this SDK for capacity management, and Microsoft.Fabric.Api for workspace/data operations.
How long does it take to provision a Fabric capacity?
Capacity creation typically takes 5-15 minutes. Use WaitUntil.Completed to wait for provisioning to finish, or poll the provisioning state manually.
Can I change the SKU of an existing capacity?
Yes, use the UpdateAsync method with a new FabricSku in the patch. Note that SKU changes may cause brief downtime during the scaling operation.
What happens when I suspend a capacity?
Suspended capacities stop billing for compute but retain the resource configuration. You can resume at any time. The capacity resource still exists and occupies your subscription quota.
Are Fabric capacity names unique per subscription or globally?
Capacity names must be globally unique across all Azure subscriptions. Use CheckNameAvailabilityAsync before creating to verify name availability.
Which authentication methods work with DefaultAzureCredential?
DefaultAzureCredential supports Azure CLI login, managed identity, Visual Studio credentials, environment variables, and Azure PowerShell. It tries each method in order until successful.

Detalles del desarrollador

Estructura de archivos

📄 SKILL.md