Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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
 [--acquire-policy-token]
 [--change-reference]
 [--password]

Examples

Set FTP and git deployment credentials for all apps.

az webapp 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.

--acquire-policy-token

Acquiring an Azure Policy token automatically for this resource operation.

Property Value
Parameter group: Global Policy Arguments
--change-reference

The related change reference ID for this resource operation.

Property Value
Parameter group: Global Policy Arguments
--password

Password, will prompt if not specified.

az webapp deployment user show

Get deployment publishing user.

az webapp deployment user show

Examples

Get publishing user information.

az webapp deployment user show

Feedback

Was this page helpful?