Other features or issues related to Microsoft Partner Center
Hi , any updates for this issue?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am creating managed app in the partner center. For that i am using ARM template to deploy the resources. Package zip contains 3 json file. createUiDefinition, mainTemplate, viewDefinition. I added some content in the viewDefinition with the type: Overview. But that content is not showing, azure default content was loaded.
viewDefinition.json
{
"$schema": "https://schema.management.azure.com/schemas/viewdefinition/0.0.1-preview/ViewDefinition.json#",
"contentVersion": "1.0.0.0",
"views": [
{
"kind": "Overview",
"properties": {
"header": "Welcome to CloudCADI",
"description": "Onboarding documentation: <a href='https://onboarding.cloudcadi.com' target='_blank'>Open guide</a>"
}
}
]
}
Few months before is working. Now its showing like this
Other features or issues related to Microsoft Partner Center
Hi , any updates for this issue?