azure-managed-applications

Guide Azure Managed Applications development with createUiDefinition, JIT access, and Bicep deployments.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/mfcollins3/standup --skill azure-managed-applications-mfcollins3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-managed-applications
Source: https://github.com/mfcollins3/standup/tree/main/.github/skills/azure-managed-applications
Command: npx skills add https://github.com/mfcollins3/standup --skill azure-managed-applications-mfcollins3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Expert knowledge for Azure Managed Applications development including limits & quotas, security, configuration, and deployment. Use when designing createUiDefinition UIs, JIT access, managed identities, Key Vault/CMK, StorageAccountSelector, or Bicep-based catalog deployments, and other Azure Managed Applications related development tasks. Not for Azure Lighthouse (use azure-lighthouse), Azure Partner Solutions (use azure-partner-solutions), Azure Resource Manager (use azure-resource-manager), Azure Blueprints (use azure-blueprints).

Core Features & Use Cases

  • Guidance on limits & quotas, security considerations, and configuration patterns for managed applications across Azure.
  • Support for building createUiDefinition UIs, JIT access, managed identities, Key Vault/CMK, and Bicep-based catalog deployments.
  • Use case: publish reusable Azure components to internal service catalogs with governance and scalable deployment.

Quick Start

Review the Azure Managed Applications documentation and apply the recommended patterns to your project’s UI definitions and catalog deployment workflows.

Frequently Asked Questions about azure-managed-applications

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

FAQPage Schema
How do I build a createUiDefinition for Azure Managed Applications?

To build a createUiDefinition for Azure Managed Applications, you define UI elements and outputs in a JSON schema that captures user input during deployment. This Skill provides guidance on configuring selectors like StorageAccountSelector and structuring the definition for catalog publishing.

Does Azure Managed Applications support Just-In-Time (JIT) access and managed identities?

Yes, Azure Managed Applications supports Just-In-Time (JIT) access and managed identities to secure publisher resources. This Skill provides expert guidance on configuring JIT access requests and implementing managed identities for secure cross-tenant deployments.

How do I deploy Azure Managed Applications using Bicep?

You can deploy Azure Managed Applications using Bicep by defining your infrastructure as code and publishing it to a service catalog. This Skill offers guidance on Bicep-based catalog deployments, ensuring scalable and governed distribution of reusable Azure components.

Can I use Key Vault and customer-managed keys (CMK) with Azure Managed Applications?

Yes, you can integrate Key Vault and customer-managed keys (CMK) with Azure Managed Applications to secure deployed resources. This Skill provides configuration patterns for Key Vault/CMK integration to meet encryption and security requirements.

What are the limits and quotas for Azure Managed Applications?

Azure Managed Applications enforces specific limits and quotas across deployments, including restrictions on managed resource groups and regional capacities. This Skill provides guidance on navigating these constraints and applying security considerations during configuration.

When should I use Azure Managed Applications versus Azure Lighthouse?

Use Azure Managed Applications when publishing reusable solutions to a service catalog with governed, isolated resources. For cross-tenant management of existing resources, use Azure Lighthouse instead. This Skill focuses on managed applications deployment and configuration, not Lighthouse scenarios.