Exercise - Create an Azure Virtual Machine

khadija gharatkar 20 Reputation points
2023-07-30T13:31:49.1866667+00:00

I don't know what my sudo password is or where I should find it. Please help me with the recovery process to continue learning that would be of great help thankyou

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

Accepted answer
  1. Anonymous
    2023-07-30T13:41:10.39+00:00

    I'd try asking for assistance with course issues in dedicated forums here. Participate\Ask A Question Learn / Cert Moderators will help you from there.

    Courses and Course Content/Course Content Issue

    Troubleshooting known issues

    Content Reporting

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. TP 83,971 Reputation points
    2023-07-30T14:11:21.6433333+00:00

    Hi khadija

    To complete the Create an Azure Virtual Machine exercise, there is no need to use sudo. Is there something besides the listed tasks that you are attempting to do? This isn't part of the exercise, but after you create the VM and install NGINX, you could connect to the VM using command similar to below:

    ssh azureuser@<publicIpAddress>

    Check the output for publicIPaddress and use it in the command above to SSH to the VM. Once you have connected to your VM using SSH, you could use sudo command on your VM.

    Please click Accept Answer if the above was useful. If you still need assistance please add a comment.

    Thanks.

    -TP

    2 people found this answer helpful.

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more