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
Deployment starts and then fails with multiple errors.
Error is typically: {"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[{"code":"Conflict","message":"{\r\n "error": {\r\n "code": "NewerDataExists",\r\n "message": "Failed to modify resource '/subscriptions/38302863-0deb-4a70-b9d4-17085ffb8023/resourceGroups/sentientRG/providers/Microsoft.OperationalInsights/workspaces/sentient', newer data exists. If you are using eTag please use the latest one and try again in a few minutes. Operation Id: '24912523afb7a6b2dc4350b72444d641'"\r\n }\r\n}"}]}
Expected behavior
ASIM parsers are deployed without error and can be used in Microsoft Sentinel.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Win 11
Browser: Microsoft Edge
Version:124.0.2478.97 (Official build) (64-bit)
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
I tried multiple Azure subscriptions..
The text was updated successfully, but these errors were encountered:
Hey @KenMAG
It looks like what's going on is that the ASIM parser is already available within the workspace. So, when you (re)deploy, it's totally normal to see this error pop up.
What you can do is open the target workspace and remove the existing parser.
There is also a PowerShell script available on the repository to remove existing parsers.
@KenMAG this is an ongoing issue, not prioritized yet. This is happening due to multiple parallel functions deployment to LA workspace. I would suggest performing re-deployment if you receive this deployment error. Can I ask why you are performing this deployment? _Im_RegistryEvent and related parsers would be part of your workspace by default, no installation required
Describe the bug
The template deployment fails with multiple errors.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
ASIM parsers are deployed without error and can be used in Microsoft Sentinel.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
I tried multiple Azure subscriptions..
The text was updated successfully, but these errors were encountered: