MicrosoftLearning / APL-1004-deploy-configure-azure-monitor

https://microsoftlearning.github.io/APL-1004-deploy-configure-azure-monitor/
MIT License
3 stars 9 forks source link

Deploy and configure WS-VM1 wget error #3

Closed jld8850 closed 11 months ago

jld8850 commented 1 year ago

Module: 00

Lab/Demo: 00

Task: Task: Deploy and configure WS-VM1

Step: Run the following command: Wget https://raw.githubusercontent.com/Azure-Samples/html-docs-hello-world/master/index.html-OutFile index.html

Error: PS C:\inetpub\wwwroot> Wget https://raw.githubusercontent.com/Azure-Samples/html-docs-hello-world/master/index.html-OutFile index.html Invoke-WebRequest : A positional parameter cannot be found that accepts argument 'index.html'. At line:1 char:1

Repro steps:

1. 1. 1.

kboerman commented 12 months ago

Same issue experienced with my session. Have no solution at the moment

TJGitHubUser commented 11 months ago

Missing space in the PowerShell syntax. Fixed now, thanks.