I'm trying to use Pulumi to create Azure Dashboard...
# general
g
I'm trying to use Pulumi to create Azure Dashboards for application Insights. I've reviewed this sample here: https://www.pulumi.com/registry/packages/azure-native/api-docs/portal/dashboard/ The Metadata property does not appear to be valid C#. Some tweaking using the InputMap produces valid C# However when I've used
pulumi import
to import a more complex dashboard I've noticed that the
MetaData
properties are not set. Inspecting the dashboard with the
az portal dashboard
plugins It appears there is no way to set the Asset properties in the DashboardPartArgs class. Is there any best practice for deploying dashboards with Pulumi. Thanks
v
Hey @broad-dog-22463. Is this something you could help with please? 🙂