All sources
Integration
Microsoft Sentinel
Pull triaged Sentinel incidents into VinTekh. Lighter-scope than the full Azure connection — needs only Microsoft Sentinel Reader on each workspace you want monitored.
Connect with Service Principal
Auth mode: ServicePrincipal · scope: Sentinel Reader
One-line bootstrap
Per workspace, in Cloud Shell
SUB=<subscription-id> RG=<resource-group> WS=<workspace-name> az role assignment create \ --assignee <app-client-id> \ --role "Microsoft Sentinel Reader" \ --scope /subscriptions/$SUB/resourceGroups/$RG/providers/Microsoft.OperationalInsights/workspaces/$WSSentinel roles docs