You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two days ago, a new behavior appeared on my template. For resource type Microsoft.Insights/components apiVersion 2020-02-02. I get a conflict during deployment. This resource has not moved for a long time what can cause this behavior.
Hi,
Two days ago, a new behavior appeared on my template. For resource type Microsoft.Insights/components apiVersion 2020-02-02. I get a conflict during deployment. This resource has not moved for a long time what can cause this behavior.
{ "type": "Microsoft.Insights/components", "apiVersion": "2020-02-02", "name": "[parameters('AzureTelemetryName')]", "location": "East US", "tags": "[variables('tagsHidenLinkLaws')]", "kind": "web", "properties": { "Application_Type": "web", "RetentionInDays": 90, "WorkspaceResourceId": "[variables('LogAnalyticId')]", "IngestionMode": "LogAnalytics", "publicNetworkAccessForIngestion": "Enabled", "publicNetworkAccessForQuery": "Enabled" } }
Thanks!
The text was updated successfully, but these errors were encountered: