Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft.Insights/components - Conflict #2770

Open
FranckSix opened this issue Feb 1, 2023 · 0 comments
Open

Microsoft.Insights/components - Conflict #2770

FranckSix opened this issue Feb 1, 2023 · 0 comments

Comments

@FranckSix
Copy link

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!

@ghost ghost added the Needs: Triage 🔎 label Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant