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
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 then Owner permission is required because the Azure Resource Provider needs to be activated. please let me know if this fixes your issue?
Environment
Steps to reproduce
#1-Connect to Azure
Connect-AzAccount
#2-Set Azure Context
Set-AzContext -Subscription 76b3de50-2f93-451e-9482-4e7a23712baf
#3-Create Workspace
New-AzOperationalInsightsWorkspace -Location "canadacentral" -Name "SentinelTest" -Sku standard -ResourceGroupName AZR1-RG-LA001
#4-Set Sentinel
Set-AzSentinel -SubscriptionId "76b3de50-2f93-451e-9482-4e7a23712baf" -WorkspaceName "SentinelTest"
Expected behavior
Deploy Sentinel
Actual behavior
Set-AzSentinel: Response status code does not indicate success: 401 (Unauthorized).
The text was updated successfully, but these errors were encountered: