Skip to content

Commit 37f04bf

Browse files
authored
Merge pull request MicrosoftDocs#16068 from LemonPepsi/patch-1
Update azure-portal-dashboards-structure.md
2 parents 051bd70 + a2b99cf commit 37f04bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-portal/azure-portal-dashboards-structure.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ The __parts__ object contains a property for each part, where the name of the pr
322322
Each individual part object has a __position__, and __metadata__.
323323

324324
### The position object
325-
The __position__ property contains the size and location information for the part expressed as __x__, __y__, __rowSpan__, and __colSpan__. The values are in terms of grid units. These grid units are visible when the dashboard is in the customize mode as shown here. If you want a tile to have a width of two grid units, a height of one grid unit, and a location in the top left corner of the dashboard then the position obejct looks like this:
325+
The __position__ property contains the size and location information for the part expressed as __x__, __y__, __rowSpan__, and __colSpan__. The values are in terms of grid units. These grid units are visible when the dashboard is in the customize mode as shown here. If you want a tile to have a width of two grid units, a height of one grid unit, and a location in the top left corner of the dashboard then the position object looks like this:
326326

327327
`location: { x: 0, y: 0, rowSpan: 2, colSpan: 1 }`
328328

@@ -334,7 +334,7 @@ Each part has a metadata property, an object has only one required property call
334334

335335
1. `Extension/Microsoft_Azure_Monitoring/PartType/MetricsChartPart` – Used to show monitoring metrics
336336
1. `Extension[azure]/HubsExtension/PartType/MarkdownPart` – Used to show with text or images with basic formatting for lists, links, etc.
337-
1. `Extension[azure]/HubsExtension/PartType/VideoPart` – Used to show videos from YouTube, Channel9, and any other type of video that works in an html video tag.
337+
1. `Extension[azure]/HubsExtension/PartType/VideoPart` – Used to show videos from YouTube, Channel9, and any other type of video that works in an HTML video tag.
338338
1. `Extension/Microsoft_Azure_Compute/PartType/VirtualMachinePart` – Used to show the name and status of an Azure virtual machine.
339339

340340
Each type of part has its own configuration. The possible configuration properties are called __inputs__, __settings__, and __asset__.
@@ -427,4 +427,4 @@ Similarly, the video tile has its own settings that contain a pointer to the vid
427427
### The asset object
428428
Tiles that are bound to first class manageable portal objects (called assets) have this relationship expressed via the asset object. In our example dashboard, the virtual machine tile contains this asset description. The __idInputName__ property tells the portal that the id input contains the unique identifier for the asset, in this case the resource id. Most Azure resource types have assets defined in the portal.
429429

430-
`"asset": { "idInputName": "id", "type": "VirtualMachine" }`
430+
`"asset": { "idInputName": "id", "type": "VirtualMachine" }`

0 commit comments

Comments
 (0)