Skip to content

Commit f6ae2a0

Browse files
Merge pull request #210351 from AnuragSingh-MSFT/patch-12
(AzureCXP) fixes MicrosoftDocs/azure-docs#97933
2 parents 6cbe41f + 40cd05f commit f6ae2a0

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` field 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)