-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The vm-with-mde template fails to install the Linux extension #2
Comments
Thanks @MWL88 . I will plan on checking this issue and will get back. |
any update on this? Having the same problem here |
@peeeteeer I have submitted a PR for the addition of a simple Linux VM example with the MDE extension section updated. Below are the MDE updated bits.
|
excellent - thanks!!! Did work for me |
Can we also specify somehow the proxy server to use in the settings section? |
When deploying the
VirtualMachine/vm-with-mde/azuredeploy.json
ARM template, the Windows extension installation is successful but the Linux extension fails. The error message is:Based on a quick troubleshoot on the Linux VM, it appears the issue is caused by the installation process expecting the
protectedSettings
property to be populated with something.When this extension (MDE.Linux) is deployed via remediating an Advisors recommendation, the
protectedSettings
property is populated with a base64 encoded encrypted string which is read, decoded and decrypted by the extension's installation script.Please advise if this is a known issue and how the MDE.Linux extension should be deployed via an arbitrary ARM template.
Thanks
The text was updated successfully, but these errors were encountered: