for creating a virtual machine it was asking password after entering the password it was failing. what password should i enter there

Varaha Sai Gopal Mukka 20 Reputation points
2024-05-28T15:41:55.2733333+00:00

User's image

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

Accepted answer
  1. Srinud 3,070 Reputation points Microsoft Vendor
    2024-05-28T16:20:33.96+00:00

    Hi gopal,

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

    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>

    nginx1

    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.

    nginx2

    · 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 "Upvote and Accept Answer" on the post. We value your feedback, and it will help us to assist others who might have a similar query.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.