Deleted text

Anonymous
2023-10-23T21:35:15.0866667+00:00

Deleted text

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

5 answers

Sort by: Most helpful
  1. RNareddy 2,270 Reputation points Microsoft External Staff
    2023-10-24T09:43:35.1233333+00:00

    Hi Andrew Rowley,

    Thank you for reaching out to us on the Microsoft Q&A platform. We are really sorry that you are facing trouble in completing Unit 3: Create an Azure virtual machine in Azure. From our end we were able to complete the exercise successfully.

    Please try the following steps:

    1. Log out from all Microsoft accounts in your browser, clear the cache and try to login to your Learn account using the proper credentials.

    OR

    1. Try to log-in to your Learn account using a private window.

    Please try to activate the sandbox and retry the exercise. If the issue persists, please post a screenshot of the error (Note: Please conceal all your privacy details before posting) and we will try to help you.

    Thank you.


  2. Anonymous
    2023-10-24T10:48:55.03+00:00

    Deleted text

    0 comments No comments

  3. Anonymous
    2023-10-24T12:57:23.2133333+00:00

    Deleted text

    0 comments No comments

  4. Anonymous
    2023-10-24T13:17:48.9233333+00:00

    Deleted text


  5. RNareddy 2,270 Reputation points Microsoft External Staff
    2023-10-24T14:01:20.3033333+00:00

    Hi Andrew Rowley,

    Please try the following:

    1. Activate a new sandbox and create the 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.
    3. Before moving into step2, connect to newly created VM using ssh command in cloud shell. Please run the below command to connect VM. ssh azureuser@<VM public ip address>
    4. system asks you to prompt to Yes/No. Enter Yes.
    5. Please run the below 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 let us know we will help you further.


    0 comments No comments

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.