Skip to content

Commit 26906b9

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#97933
Adds additional details for ID field - that it is not included in the portal exported dashboard definition.
1 parent 00fd435 commit 26906b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,8 @@ Let’s break down the relevant sections of the JSON. The top-level properties,
283283

284284
The Azure resource ID, subject to the [naming conventions of Azure resources](/azure/architecture/best-practices/resource-naming). When the portal creates a dashboard, it generally chooses an ID in the form of a guid, but you can use any valid name when you create them programmatically.
285285

286+
When you export a dashboard from the Azure portal, the `id` property is not included. If you import this JSON file to create a new dashboard in the Azure portal, a new ID value will be assigned to each new dashboard.
287+
286288
### Name
287289

288290
The name is the segment of the resource ID that does not include the subscription, resource type, or resource group information. Essentially, it's the last segment of the resource ID.

0 commit comments

Comments
 (0)