I'm still tweaking the Azure Communications Servic...
# azure
l
I'm still tweaking the Azure Communications Services (ACS) resource that I asked about here: https://pulumi-community.slack.com/archives/CRVK66N5U/p1689257114704049 It looks like I should add "diagnostic settings" to that ACS resource. Can someone confirm for me that this is the correct Pulumi resource to use: https://www.pulumi.com/registry/packages/azure-native/api-docs/insights/diagnosticsetting/ It seems to match the json I see in the Azure portal for a manually-created diagnostic setting in a manually created ACS resource. But those Pulumi docs don't match the nomenclature in these MS docs: https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/diagnostic-settings?WT.mc_id=Portal-Microsoft_Azure_Monitoring&tabs=cli - in particular MS using the words "monitor" and "monitoring". So I want to make sure I'm on the right track. If so, if there are any more detailed examples than in that Pulumi API doc, that would be helpful, too. Thanks.
To answer my own question (again!): Yes, that's the correct resource type. I hadn't done a
pulumi import
in a while, but that told me what I needed to know. Adding the DiagnosticSetting to the Azure Communications Services resource worked flawlessly. Thanks again.