This message was deleted.
s
This message was deleted.
m
Hi Michael! I’m not very familiar with this area, but I know DiagnosticSettings are confusing. A few thoughts: • When you say the resource id in the import example it is a resource of provider type microsoft.logic/workflows/, I think this example is actually creating, not importing, a DiagnosticSetting, and the resource_uri is the resource that is being monitored. The MS docs make this a little clearer: Creates or updates diagnostic settings for the specified resource. • At the bottom of the Pulumi docs page is an import example:
pulumi import azure-native:insights:DiagnosticSetting mysetting /subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourcegroups/viruela1/providers/microsoft.logic/workflows/viruela6/diagnosticSettings/mysetting
Regarding
If I attempt to import using the resource ID I see in the portal I get an error saying the resource doesn’t exist.
could you share the import command or code snippet you’re using? I hope that helps a little.