Share via


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

User name.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--password

Password, will prompt if not specified.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False

az functionapp deployment user show

Gets publishing user.

az functionapp deployment user show
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False