Azure Mgmt Apimanagement Dotnet
Manages Azure API Management services using the .NET SDK, enabling creation, updates, and configuration automation.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add azure-mgmt-apimanagement-dotnet npx -- -y @trustedskills/azure-mgmt-apimanagement-dotnet
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"azure-mgmt-apimanagement-dotnet": {
"command": "npx",
"args": [
"-y",
"@trustedskills/azure-mgmt-apimanagement-dotnet"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides programmatic access to Azure API Management services using the .NET SDK. It allows you to manage and automate tasks related to APIs, including creating, updating, and deleting API Management resources like APIs, products, and policies. This enables automated deployments and configuration of your Azure API Management instances.
When to use it
- Automated Deployment: Automatically deploy new APIs or update existing ones in your Azure API Management service as part of a CI/CD pipeline.
- Policy Management: Programmatically create, modify, or delete policies applied to APIs for security and traffic management.
- Resource Provisioning: Script the creation and configuration of entire API Management instances within your Azure subscription.
- Bulk Updates: Efficiently update multiple API resources (e.g., products, APIs) simultaneously rather than manually through the portal.
Key capabilities
- API Creation & Deletion
- Product Management (creation, updating, deletion)
- Policy Modification
- Resource Group Management within Azure API Management
Example prompts
- "Create a new API in my Azure API Management service named 'MyNewAPI'."
- "Update the display name of the product 'Standard' to 'Premium'."
- "Delete the policy 'rate-limit' from the API 'MyExistingAPI'."
- “List all APIs within the resource group ‘myResourceGroup’.”
Tips & gotchas
- Requires an active Azure subscription and appropriate permissions to manage API Management resources.
- Familiarity with .NET programming concepts is helpful for leveraging this skill effectively.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.