az webapp deployment user
Manage user credentials for deployment.
Commands
az webapp deployment user set |
Update deployment credentials. |
az webapp deployment user show |
Get deployment publishing user. |
az webapp deployment user set
Update deployment credentials.
All function and web apps in the subscription will be impacted since they share the same deployment credentials.
az webapp deployment user set --user-name
[--password]
[--subscription]
Examples
Set FTP and git deployment credentials for all apps.
az webapp deployment user set --user-name MyUserName
Required Parameters
User name.
Optional Parameters
Password, will prompt if not specified.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az webapp deployment user show
Get deployment publishing user.
az webapp deployment user show [--query-examples]
[--subscription]
Examples
Get publishing user information.
az webapp deployment user show
Optional Parameters
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.