sparse-intern-71089
07/28/2023, 9:06 PMadorable-television-86106
07/28/2023, 9:08 PMadorable-television-86106
07/28/2023, 9:08 PMmelodic-tomato-39005
07/31/2023, 5:51 AMLogAnalytics
is the default in version 20200202:
"IngestionMode": {
"type": "string",
"description": "Indicates the flow of the ingestion.",
"default": "LogAnalytics",
"enum": [
"ApplicationInsights",
"ApplicationInsightsWithDiagnosticSettings",
"LogAnalytics"
],
}
That seems like an Azure issue at first glance.
You could try the newest available API version V20220615, or the older version V20150501.little-library-54601
10/13/2023, 3:23 PMadorable-television-86106
10/13/2023, 4:34 PMusing Pulumi.AzureNative.Insights.V20200202;
And setting property WorkspaceResourceId to the full azure resource URL = /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{Name}
I haven't been back since -- so there may be a more optimal way to resolving it?little-library-54601
10/13/2023, 4:35 PMadorable-television-86106
10/13/2023, 4:37 PM