Pouyan Khabazi
Pouyan Khabazi
@fukusuket just tested your proposed change on a M1 Mac but I am still getting the same error: 
> @fukusuket just tested your proposed change on a M1 Mac but I am still getting the same error: > >  Issue is solved, thanks for the update!
hi @spartan117au thanks for the feedback! I think this is a good idea. I will see if someone likes to work on this request.
Thanks for the update @bgelens, @kay07949 is currently working on this issue. Please see if you can help each other to solve the issue
Hi @BubbaNL thanks for the feedback, I will update the function to also include -All switch
hi @Jaa9 Thanks for your feedback. alertRuleTemplateName needs to be the GUID name of the template rule and not the display name. you can use Get-AzSentinelAlertRuleTemplates to get the correct...
hi @jutlag, The property "resourceGroupName" is not port of AzSentinel so I think you are using the MS PowerShell module. In AzSentinel Tactics are configured as following: ``` PowerShell -Tactics...
can you try running it as following: ``` PowerShell AzSentinel\New-AzSentinelAlertRule -WorkspaceName "dev" -DisplayName "test0103" -Description "something" -Severity High -Enabled $true -Query 'SecurityEvent' -QueryFrequency "5H" -QueryPeriod "6H" -TriggerOperator GreaterThan -TriggerThreshold 5...
hi @pemontto thanks for the feedback, sounds as a good proposal. Do you have some code example or working solution that I can integrate in AzSentinel?
hi @JaimePolo thanks for the feedback. Which permission do you have on the Azure subscription? If it's the first time you are trying to enable Azure Sentinel on the subscription...