Hi Thanks for reaching out to Microsoft Q&A. See a resolved answer for similar issue, hope this helps. https://learn.microsoft.com/en-us/azure/architecture/example-scenario/analytics/pipelines-disaster-recovery#disable-triggers Please Upvote and Accept as answer if the reply was helpful, this will be helpful to other community members.
Azure Fundamentals: Describe Azure architecture and services Describe Azure compute and networking services
In the learning sandbox, I can't create a Linux virtual machine and install Nginx. Ive tried it on multiple occasions, copy pasting the default commands but always receiving the error below: (VMExtensionProvisioningError) VM has reported a failure when processing extension 'customScript'. Error message: "Enable failed: failed to execute command: command terminated with exit status=1 [stdout] Hit:1 http://azure.archive.ubuntu.com/ubuntu bionic InRelease Hit:2 http://azure.archive.ubuntu.com/ubuntu bionic-updates InRelease Hit:3 http://azure.archive.ubuntu.com/ubuntu bionic-backports InRelease Hit:4 http://azure.archive.ubuntu.com/ubuntu bionic-security InRelease Reading package lists... <h2>Welcome to Azure! My name is my-vm.</h2> [stderr] E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? tee: /var/www/html/index.html: No such file or directory " More information on troubleshooting is available at https://aka.ms/vmextensionlinuxtroubleshoot Code: VMExtensionProvisioningError Message: VM has reported a failure when processing extension 'customScript'. Error message: "Enable failed: failed to execute command: command terminated with exit status=1 [stdout] Hit:1 http://azure.archive.ubuntu.com/ubuntu bionic InRelease Hit:2 http://azure.archive.ubuntu.com/ubuntu bionic-updates InRelease Hit:3 http://azure.archive.ubuntu.com/ubuntu bionic-backports InRelease Hit:4 http://azure.archive.ubuntu.com/ubuntu bionic-security InRelease Reading package lists... <h2>Welcome to Azure! My name is my-vm.</h2> [stderr] E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? tee: /var/www/html/index.html: No such file or directory " Thanks for your help