Azure Cloud Shell - Sandbox sudo password

Uttam Kumar 0 Reputation points
2024-05-26T08:55:15.96+00:00

I'm trying to create a Linux VM using Azure CLI commands in sandbox. VM has been created. To run the command 'sudo apt-get update', I need to get the password so that I can proceed further on my learning. But I'm not sure about the password. Please help as I'm new to this concept.

This question is related to the following Learning Module

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,313 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. VarunTha 5,980 Reputation points Microsoft Vendor
    2024-05-26T12:02:31.3033333+00:00

    Hi Uttam Kumar,

    Thank you for reaching out to Microsoft Q & A forum. 

    Sorry for the inconvenience. To complete this exercise, please follow the steps below as directed:

    1. Public Address Observation: Upon executing step 1, you should see a public address like this: 40.112.149.7. This confirms that the initial step has been successfully completed.
    2. Continuation to Step 2: Please proceed by copying the public IP address and executing step 2. User's image
    3. SSH Command Execution: After completing step 2, enter the following command in your terminal or command prompt: ssh azureuser@<VM public IP address> (e.g., ssh azureuser@40.112.149.7). When prompted with a message asking if you want to continue connecting, type "yes" (without quotes) and press Enter to proceed. User's image
    4. Cloud Shell Commands: Once connected via SSH, run the following commands sequentially in your 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

    User's image

    After executing the commands, check if the issue persists. If you encounter a password prompt or any difficulties, share the specific error message or behavior. I'm here to assist further and can provide additional troubleshooting or resources if needed.

    If you have any further questions or need additional assistance, please feel free to reach out.

    We believe this information is helpful to you! If so, please acknowledge it by clicking "Accept Answer" and "Upvote" on the post.

    1 person found this answer helpful.