Configure Network Access Exercise broken

Ryan Daulton 20 Reputation points
2023-06-05T20:37:37.4033333+00:00

There is something wrong with the instructions on this page:

https://learn.microsoft.com/en-us/training/modules/describe-azure-compute-networking-services/9-exercise-configure-network-access

None of the commands produce any results.

Task 1

Step 1: This does nothing.

Step 2: I get below error:

User's image

Step 3: returns nothing

When I enter below command it returns blank. Shouldn't this return "my-vm"?

$ az vm list

But I do return the same resource group with following command:

$ az group list

User's image

Task 2

I think the wrong NSG is listed. For me, the correct name is below:

User's image

Step 1: this step includes the wrong resource group: "learn...". It should be "SandboxNSGs" instead.

Step 2: This command returns an error if I use provided Resource Group.

User's image

Step 3: returns same error as above

Every other step on this page returns similar errors.

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,489 questions
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,701 questions
0 comments No comments
{count} votes

Accepted answer
  1. kobulloc-MSFT 26,341 Reputation points Microsoft Employee
    2023-06-05T23:09:01.1833333+00:00

    Hello, @Ryan Daulton !

    I just ran through this successfully myself but there are many things that can go wrong during setup that would result in the error you are seeing (some as a result of external dependencies, some as a result of changing values or a typo while completing the exercise). If you repeat the exercise using copy/paste, you should see the expected result.

    I'd be happy to do some additional troubleshooting if you can provide a copy/paste of the setup commands you used leading up to this point in Exercise - Create an Azure Virtual Machine and Exercise - Configure network access.

    Where am I seeing this?

    Why am I getting a curl: (3) URL using bad/illegal format or missing URL error?

    This is usually caused by a sandbox that has expired since you ran unit 3 Exercise - Create an Azure Virtual Machine to create the required VM less than an hour ago, an error from an external dependency when the VM was created, or a typo when creating the VM. The most reliable way to address this error is to repeat unit 3 and unit 9 using the Copy command in the exercise.

    Even in running this exercise myself, I ran into an error when creating the VM. When running the commands a second time, I was able to complete both exercises successfully and got both of the expected results from curl --connect-timeout 5 http://$IPADDRESS:

    The first run:

    enter image description here

    The second run:

    enter image description here


    We appreciate your feedback so please take a moment to accept answers as this helps increase visibility of this question for other members of the Microsoft Q&A community. If you are still running into issues, let us know in the comments. Thank you for helping to improve Microsoft Q&A!

    User's image

    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.