azure-networking

Solid

Configure Azure VNet, NSG, Load Balancer, and network topology.

DevOps & Infrastructure 183 stars 39 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
75
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
94
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# azure-networking ## Microsoft Azure Agent Framework Integration This skill delegates all Azure provisioning and operations to the official Microsoft Agent Framework. ```bash # Python pip install semantic-kernel # .NET / C# dotnet add package Microsoft.SemanticKernel.Agents ``` **Docs:** https://learn.microsoft.com/en-us/agent-framework/overview/ Use the Microsoft Agent Framework for all Azure provisioning and operational actions. This skill provides architecture guidance, cost modeling, and pre-flight requirements — the framework handles execution. ## Architecture Guidance Consult this skill for: - Azure service selection and trade-off analysis - Cost estimation and optimization strategy - Pre-flight Entra ID / RBAC permission requirements - IaC approach (Bicep vs ARM vs Terraform AzureRM) - Integration patterns with Microsoft 365 and other Azure services - Multi-agent workflow design using Agent Framework graph-based runtime ## Agent Framework Capabilities | Capability | Description | |---|---| | Agents | Individual LLM agents with tool + MCP server support | | Workflows | Graph-based multi-agent pipelines with checkpointing | | Providers | Azure OpenAI, OpenAI, Anthropic, Ollama, and more | | MCP | Native MCP client for external service integration | | Human-in-the-loop | Built-in approval and intervention checkpoints | ## Reference - [Microsoft Agent Framework Overview](https://learn.microsoft.com/en-us/agent-framework/overview/) - [Agents](https://learn.mi...

Details

Author
majiayu000
Repository
majiayu000/claude-skill-registry
Created
5 months ago
Last Updated
1 months ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Listed

azure-networking

Configure Azure VNet, NSG, Load Balancer, and network topology.

3 Updated 1 months ago
majiayu000
DevOps & Infrastructure Listed

azure-networking

Configure Azure VNet, NSG, Load Balancer, and network topology.

43 Updated 3 months ago
diegosouzapw
AI & Automation Listed

azure-networking

Configure Azure VNet, NSG, Load Balancer, and network topology.

5 Updated 2 months ago
alphaonedev
AI & Automation Solid

azure-networking

Expert knowledge for Azure Networking development including troubleshooting, best practices, decision making, architecture & design patterns, security, and integrations & coding patterns. Use when designing hub-spoke VNets, Azure Firewall/NSG rules, WAF (App GW/Front Door), Accelerated Networking, or Resource Graph queries, and other Azure Networking related development tasks. Not for Azure Virtual Network (use azure-virtual-network), Azure Virtual Network Manager (use azure-virtual-network-manager), Azure Virtual WAN (use azure-virtual-wan), Azure Network Watcher (use azure-network-watcher).

565 Updated yesterday
MicrosoftDocs
AI & Automation Solid

azure-virtual-network

Expert knowledge for Azure Virtual Network development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, and configuration. Use when designing VNets, NSGs, service endpoints, VNet peering, VPN gateways, or Azure Firewall/NAT gateways, and other Azure Virtual Network related development tasks. Not for Azure Networking (use azure-networking), Azure Virtual Network Manager (use azure-virtual-network-manager), Azure Virtual WAN (use azure-virtual-wan), Azure VPN Gateway (use azure-vpn-gateway).

565 Updated yesterday
MicrosoftDocs