Reputation: 36583
Is there any extensibility/functionality in Azure Managed Applications to publish a custom administration UI (used by the customer after the deployment of the Managed Application to their tenant)? I'm looking to basically expose a custom admin UI embedded in the Azure management portal.
Upvotes: 1
Views: 378
Reputation: 3484
There are a few ways a managed application authors can customize their UX:
o A tutorial of Custom Providers and View Definitions: Tutorial: Create managed application with custom actions and resources
o Overview of ViewDefinition and what is possible with it today: Concept: ViewDefinition
o All documentation for Azure Custom Providers: https://learn.microsoft.com/en-us/azure/azure-resource-manager/custom-providers/overview
Upvotes: 1