I cannot install nginx in my sandbox using the provided code.

Mo Mo 0 Reputation points
2023-11-17T21:22:37.5166667+00:00

Nginx will not install. The code in the 2nd code block in the exercise that runs "az vm extension set" does not run the code that is contained in the script.

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,291 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Srinud 2,040 Reputation points Microsoft Vendor
    2023-11-18T04:19:54.6866667+00:00

    Hi Mo Mo,

    Thank you for reaching out to us on the Microsoft Q&A forum. Based on our understanding of the issue, you're practicing the following Learning Path:

    TopicAZ-900

    Learning PathAzure Fundamentals: Describe Azure architecture and services

    ModuleDescribe Azure compute and networking services

    Unit3 of 14 Exercise - Create an Azure Virtual Machine

    Please follow these troubleshooting steps to resolve the issue:

    1. Activate a new sandbox and create a new VM as mentioned in the Exercise (step1 at Create a Linux VM and install Nginx).

    2. After step 1, please make a note of Public IP address that was assigned to VM.

    1. Before moving into step2, connect to the newly created VM using ssh command in cloud shell. Please run the following command to connect VM:

    ssh azureuser@<VM public ip address>

    4. The system gives you to prompt Yes/No. Enter Yes.

    5.  Please run the following commands one after another in cloud shell.

    · sudo apt-get update

    · sudo apt-get install -y nginx

    · echo "<html><body><h2>Welcome to Azure! My name is $(hostname).</h2></body></html>" | sudo tee -a /var/www/html/index.html.

    · Exit 

    After completing the step 5, continue your module from step2 of Task 1: Create a Linux virtual machine and install Nginx at module 3 of 14.

    If the issue persists, please reach out to us and we'll be glad to assist you.

    If the information provided has been helpful to you then please accept the answer by clicking the Accept Answer on the post. We value your feedback, and it will help us to assist others who might have a similar query. Thank you for your contribution in enhancing Microsoft Q&A.

    1 person found this answer helpful.
    0 comments No comments

  2. Mo Mo 0 Reputation points
    2023-11-18T04:18:59.8933333+00:00

    I cant see it now because the sandbox closed. But there was no error. I copied the command provided in the tutorial and I got the status message saying it was running. Then it produced some JSON looking text but when I tried to use the bash command apt-get update it didnt work. If the command is wrong my apologies, I used verbatim what was in the tutorial but i may have misremembered it when typing this. It said the command didnt exist.