enough-butcher-66045
05/08/2021, 1:25 PM"properties": {
...
"Name": "asasfasfasf",
"TenantId": "6e9924f5-0f9c-4946-a7e9-a01e08f2a84c",
"provisioningState": "Succeeded",
"WorkspaceResourceId": "/subscriptions/blabla/providers/microsoft.operationalinsights/workspaces/test-main",
"IngestionMode": "LogAnalytics",
}
using Pulumi;
using AzureNative = Pulumi.AzureNative;
class MyStack : Stack
{
public MyStack()
{
var ai = new AzureNative.Insights.Component("ai", new AzureNative.Insights.ComponentArgs
{
ApplicationType = "web",
FlowType = "Redfield",
IngestionMode = "LogAnalytics",
Kind = "web",
Location = "westus2",
RequestSource = "IbizaAIExtension",
ResourceGroupName = "DefaultResourceGroup-EUS",
ResourceName = "asasfasfasf",
RetentionInDays = 90,
}, new CustomResourceOptions
{
Protect = true,
});
}
How do I go about describing this scenario? Thanks.No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by