MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.3k stars 21.48k forks source link

Got error when creating the web app #10869

Closed asote closed 6 years ago

asote commented 6 years ago

When running command : az webapp up -n aswebdemo1

Got error: [Errno 22] Invalid argument: '/usr/antonio/clouddrive/quickstart\html-docs-hello-world.zip'

Had to zip and deploy it manually.

cd html-docs-hello-world/

zip -r html-docs-hello-world.zip .

az webapp deployment source config-zip --resource-group appsvc_rg_Windows_CentralUS --name aswebdemo1 --src html-docs-hello-world.zip

Hope this help others!


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

BryanTrach-MSFT commented 6 years ago

@asote Thanks for the feedback! We are currently investigating and will update you shortly.

BryanTrach-MSFT commented 6 years ago

@cephalin Can you please review this feedback when you get a chance? This is the same issue discussed in #11021.

cephalin commented 6 years ago

@ahmedelnably Be advised as this is the issue that @msangapu told you about.

@BryanTrach-MSFT This is a confirmed product issue.

cephalin commented 6 years ago

@panchagnula FYI

cephalin commented 6 years ago

@asote I tested again today and made sure that the scenario works again now. I've made some minor updates to the doc to bring it in-line with the other quickstarts. It should be published in a few hours. #please-close.

Alberto-Vega commented 6 years ago

We will now proceed to close this thread. If there are further questions regarding this matter, please tag me in your reply. We will gladly continue the discussion and we will reopen the issue.