Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PlagueHO/1030cd3c6dfa07205a22b4d41ae312e5 to your computer and use it in GitHub Desktop.
Save PlagueHO/1030cd3c6dfa07205a22b4d41ae312e5 to your computer and use it in GitHub Desktop.
PowerShell script to download Azure ARM Template to deploy Microsoft Monitoring Agent extension to Azure Arc managed machines
Invoke-WebRequest -Uri https://gist.githubusercontent.com/PlagueHO/74c5035543c454daf3d28f33ea91cde0/raw/AzureArcLinuxMonitoringExtensions.json -OutFile ~\AzureArcLinuxMonitoringExtensions.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment