Currently I am using SCVMM (System center virtual machine manager) and I am building an Add-In that will run inside the SCVMM. This add-in is used to manage VM's and display some data that you do not see on other SCVMM screens.
I am hearing that Azure Stack is the next big thing and it might replace SCVMM. I am trying to find out if Azure stack allows some type of Custom UI extentions. I mean if I deploy Azure stack in my own data center and let end users go to the portal and manage their resources, I would also like that the users can see data specific to my product on the same portal. Basically, I want to plugin my user interface in the azure portal
I know that azure portal is a web application so not sure how can you plugin a custom UI there.
I was going through some documentation and found that you can create your own marketplace item, Is this something i can use. Or is there a way to develop an app using azure sdk API that can run inside of azure portal
https://azure.microsoft.com/en-us/documentation/articles/azure-stack-marketplace-item-ui-reference/
Thanks