All sources
Integration
Azure Log Analytics
Run KQL against your workspace from anywhere in VinTekh — the Resource Detail logs tab, Investigation evidence, ad-hoc queries here. Scope: Log Analytics Reader.
Connect with Service Principal
One workspace per source. Add another later for additional regions.
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 "Log Analytics Reader" \ --scope /subscriptions/$SUB/resourceGroups/$RG/providers/Microsoft.OperationalInsights/workspaces/$WSWorkspace RBAC docs