Technical & DevelopmentIntermediate
azure-mgmt-apicenter-dotnet
API inventory and governance
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/microsoft/skills --skill azure-mgmt-apicenter-dotnetnpx skills add https://github.com/microsoft/skills --skill azure-mgmt-apicenter-dotnetOr paste this URL into your assistant to install:
Overview
What This Skill Does
Azure.ResourceManager.ApiCenter is the .NET SDK for Azure API Center, a service that maintains a centralized inventory of your organization's APIs. It covers the full resource hierarchy: services, workspaces, APIs, versions, specifications, environments, deployments, and custom metadata schemas.
Application
When to use this Skill
- Configuring integration settings for custom agent workflows.
- Optimizing query execution and response latency in production.
- Developing clean, standard-compliant implementations for enterprise services.
- Troubleshooting connection timeouts and authentication handshakes.
- Monitoring API rate limits and execution pipelines programmatically.
Documentation
Show Skills.md file
Azure.ResourceManager.ApiCenter (.NET)
Centralized API inventory and governance SDK for managing APIs across your organization.
Installation
dotnet add package Azure.ResourceManager.ApiCenter
dotnet add package Azure.Identity
Current Version: v1.0.0 (GA)
API Version: 2024-03-01
Environment Variables
AZURE_SUBSCRIPTION_ID=<your-subscription-id> # Required: Azure subscription ID
AZURE_RESOURCE_GROUP=<your-resource-group> # Required: resource group name
AZURE_APICENTER_SERVICE_NAME=<your-apicenter-service> # Required: API Center service name
AZURE_TOKEN_CREDENTIALS=prod # Required only if DefaultAzureCredential is used in production
Authentication
Lines 1 - 25 of 412
Recommendations