Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
PowerShell script to download Azure ARM Template to enable Azure Monitor Log Analytics Container Monitoring on a Linux Docker host in Azure Arc managed machines using the custom script extension
Invoke-WebRequest -Uri https://gist.githubusercontent.com/PlagueHO/c3f09056cace496dded18da8bc1ed589/raw/AzureArcLinuxCustomScriptExtensions.json -OutFile ~\AzureArcLinuxCustomScriptExtensions.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment