January 2019
Intermediate to advanced
536 pages
14h 14m
English
Log Analytics, also known as the Operational Management Suite (OMS), must be provisioned on Azure before it can be used to monitor virtual machines and containers. Again, similar to Application Insights, Operational Insights can be provisioned through the Azure Portal, PowerShell, REST APIs, and resource group manager templates. An Operational Insights workspace is a security boundary that can be accessed by certain users. Multiple workspaces should be created to isolate users and their corresponding access to environment telemetry data.
The JSON script used to provision an Operational Insights workspace is shown here:
{ "apiVersion": "2015-11-01-preview", "type": "Microsoft.OperationalInsights/workspaces", "name": "[parameters('workspaceName')]", ...Read now
Unlock full access