azure-managed-applications

Provide expert guidance for developing and deploying Azure Managed Applications.

686|107|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/MicrosoftDocs/Agent-Skills --skill azure-managed-applications
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-managed-applications
Source: https://github.com/MicrosoftDocs/Agent-Skills/tree/main/skills/azure-managed-applications
Command: npx skills add https://github.com/MicrosoftDocs/Agent-Skills --skill azure-managed-applications

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and resources for developing, configuring, and deploying Azure Managed Applications, addressing complexities in limits, security, and deployment.

Core Features & Use Cases

  • Expert Guidance: Offers detailed information on limits, quotas, security best practices, and configuration options for Azure Managed Applications.
  • Deployment Assistance: Provides instructions for creating and publishing managed application definitions using Bicep and integrating them into service catalogs.
  • Use Case: When building a new Azure Managed Application, use this Skill to understand the necessary createUiDefinition.json configurations and security considerations like managed identities and Key Vault integration.

Quick Start

Use the azure-managed-applications skill to find information on configuring the createUiDefinition.json for Azure Managed Applications.

Frequently Asked Questions about azure-managed-applications

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure createUiDefinition.json for Azure Managed Applications?

To configure createUiDefinition.json for Azure Managed Applications, you define UI elements and outputs that capture user inputs for deployment. This configuration file structures the portal experience, passing parameters directly into your main deployment template.

Can I use Bicep to publish Azure Managed Application definitions?

Yes, you can use Bicep to create and publish Azure Managed Application definitions. Bicep streamlines deployment by compiling declarative infrastructure code into ARM templates, which are then integrated into your service catalog for consumption.

What security configurations are needed for Azure Managed Applications?

Security configurations for Azure Managed Applications involve integrating managed identities and Key Vault to securely handle credentials and secrets. These configurations ensure the deployed application operates with least privilege and protects sensitive data.

What are the limits and quotas for Azure Managed Applications?

Azure Managed Applications have specific limits and quotas governing deployment capacity, resource counts, and configuration boundaries. Checking these constraints during the design phase prevents deployment failures and ensures your application stays within platform thresholds.

How does deploying an Azure Managed Application differ from standard ARM template deployment?

Deploying an Azure Managed Application differs from standard ARM template deployment by bundling the infrastructure with a managed resource group, allowing the publisher to maintain control. This separates the consumer's usage from the underlying resource management.