az webapp deployment user
Manage user credentials for deployment.
Commands
Name | Description | Type | Status |
---|---|---|---|
az webapp deployment user set |
Update deployment credentials. |
Core | GA |
az webapp deployment user show |
Get deployment publishing user. |
Core | GA |
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]
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.
Global Parameters
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az webapp deployment user show
Get deployment publishing user.
az webapp deployment user show
Examples
Get publishing user information.
az webapp deployment user show
Global Parameters
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.