Hello, @Jadon Mills !
This is likely because the VM you created in unit 3 timed out and was automatically cleaned up. Recreate the VM in unit 3 and the commands in unit 9 should work as expected. I'll go into more detail below.
Where am I seeing this?
Why am I getting blank output on Step 1 with az vm list-ip-addresses
?
Unit 9 depends on the VM you created in unit 3 as stated in an often overlooked paragraph at the beginning of the unit:
In this exercise, you'll configure the access to the virtual machine (VM) you created earlier in this module. The Microsoft Learn sandbox should still be running. If the sandbox timed out, you'll need to redo the previous exercise (Exercise - Create an Azure virtual machine).
Attempting to run az vm list-ip-addresses
without a VM will return an empty set of brackets and you'll get a curl: (3) URL using bad/illegal format or missing URL
error on step 2. Rerun unit 3: Exercise - Create an Azure Virtual Machine and then return to unit 9 before the hour is up and your sandbox resets.
You'll get empty brackets when running az vm list-ip-addresses
and an error on step 2 if you don't have a VM in your active sandbox from unit 3:
If you do have a VM in your active sandbox, the commands will complete as expected: