This part of the training module does not appear to work/function as described. This is in unit 4 of the module: "Control access to Azure Storage with shared access signatures"
The command to create the inbound port does not seem to return a valid URL that works:
curl -X POST http://localhost:8888/openPort/8000;
The message I get back is as follows:
{"message":"Port 8000 is open","url":"https://ux.console.azure.com//proxy/8000/"}
This appears to be different to that described in the training and seems to exclude values. In the training it suggests the URL has the following format:
https://gateway11.northeurope.console.azure.com/n/cc-4016c848/cc-4016c848/proxy/8000/
Using the value returned by the curl command during the training returns the following message in the browser:
"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
I've tried this on a different Azure account with the same results.
Can anyone help here?
This question is related to the following Learning Module