Share via

I am creating managed app in the partner center. In that viewDefinition.json file content is not viewing. Azure default content is getting displayed.

Sushma Dhas 5 Reputation points
2026-02-17T05:53:55.99+00:00

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

User's image

Microsoft Partner Center | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Sushma Dhas 5 Reputation points
    2026-02-23T07:09:46.2133333+00:00

    Hi , any updates for this issue?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.