Portal Dashboard Args
data class PortalDashboardArgs(val dashboardProperties: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<PortalDashboardArgs>
Import
Dashboards can be imported using the resource id
, e.g.
$ pulumi import azure:portal/portalDashboard:PortalDashboard my-board /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Portal/dashboards/00000000-0000-0000-0000-000000000000
Content copied to clipboard
Note the URI in the above sample can be found using the Resource Explorer tool in the Azure Portal.