az functionapp deployment user
Manage user credentials for deployment.
Commands
Name | Description | Type | Status |
---|---|---|---|
az functionapp deployment user set |
Update deployment credentials. |
Core | GA |
az functionapp deployment user show |
Gets publishing user. |
Core | GA |
az functionapp 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 functionapp deployment user set --user-name
[--password]
Examples
Set FTP and git deployment credentials for all apps.
az functionapp 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 functionapp deployment user show
Gets publishing user.
az functionapp 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.