Azure – How do I designate the 2nd subscription name for Application Insights CLI Create command
My command: az monitor app-insights component create --app $appin --subscription $sub --resource-group $rg-for-insights-component --workspace workspace-in-different-Subscription --location centralus error: Could not retrieve the Log Analytics workspace from ARM: /subscriptions/GUID/resourceGroups/rg-for-insights-component/providers/microsoft.OperationalInsights/workspaces/workspace-in-different-Subscription Of course that workspace exists in a different subscription, how would it…