An Azure subscription contains a resource group named `RG-Compute` that contains two virtual machines named `VM-Prod1` and `VM-Prod2`. The subscription also contains a resource group named `RG-Ops` that contains a Log Analytics workspace named `LAW-Shared`. Diagnostic settings on both virtual machines are configured to send guest OS performance logs to `LAW-Shared`. The Access Control Mode of `LAW-Shared` is configured to 'Use resource or workspace permissions'. A user named Admin1 is assigned the Reader role on `RG-Compute`, but has no roles assigned on `RG-Ops` or `LAW-Shared`. Admin1 needs to run a single KQL query to compare the CPU performance metrics (`% Processor Time`) of both virtual machines over the last 12 hours. Which administrative action should Admin1 perform to execute this query successfully?
- ANavigate to the `VM-Prod1` blade in the Azure portal, select Logs, and run the query: `Perf | where TimeGenerated > ago(12h) and CounterName == "% Processor Time"`.
- BNavigate to the `LAW-Shared` blade in the Azure portal, select Logs, and run the query: `Perf | where TimeGenerated > ago(12h) and CounterName == "% Processor Time"`.
- Navigate to the `RG-Compute` blade in the Azure portal, select Logs, and run the query: `Perf | where TimeGenerated > ago(12h) and CounterName == "% Processor Time"`.Cevap
- DRequest the User Access Administrator to assign the Log Analytics Reader role to Admin1 on `LAW-Shared`, navigate to the `LAW-Shared` blade, and run the query: `Perf | where TimeGenerated > ago(12h) and CounterName == "% Processor Time"`.