Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated help file
  • Loading branch information
Kotasudhakarreddy committed Feb 4, 2021
commit 52900c8ed063856db0343d85210c2a30e9459ad1
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@
short-summary: Deploys a provided artifact to Azure functionapp.
examples:
- name: Deploy a war file asynchronously.
text: az functionapp deploy --resource-group ResouceGroup --name AppName --src-path SourcePath --type war --async IsAsync
text: az functionapp deploy --resource-group ResouceGroup --name AppName --src-path SourcePath --type war --async true
- name: Deploy a static text file to wwwroot/staticfiles/test.txt
text: az functionapp deploy --resource-group ResouceGroup --name AppName --src-path SourcePath --type static --target-path staticfiles/test.txt
"""
Expand Down