Azure - Can't change User-level credentials deployement

karngenie 21 Reputation points
2022-12-30T10:37:27.493+00:00

Hello,
I am trying to change the password of our deployment account, it is very old, but it is impossible, I have this error whatever the method.

The publishing username has to be globally unique, and the name you provided has already been taken by another Azure customer. Please type in a different name.

I therefore tried via the portal via "Deployment center/ FTPS credentials" and also via Azure CLI : az webapp deployment user set --user-name "xxxxxx" --password "xxxxx" (I can, however, create a new one with no problem.)

but on the other hand I can always use the login to connect to the FTPS, but I can't find it anywhere on azure

Any idea ?

Thank

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,875 questions
{count} votes

Accepted answer
  1. VenkateshDodda-MSFT 18,281 Reputation points Microsoft Employee
    2023-01-05T08:49:50.047+00:00

    @karngenie Thanks for your response and sharing more details on this.

    • As mentioned in the error message --user-name property in az webapp deployment set cmdlet should be unique across the all the regions .
    • Can you try running the cmdlet az webapp deployment user show cmdlet and check whether this particular user is exists in your subscription or not. If this particular user is present in your subscription then you will be able to reset the password of that account.
    • If you are having multiple subscription I would suggest you to run this az webapp deployment user show cmdlet in all those accounts and check under which subscription/Azure account does this user is present.
    • If this particular user is not present in any of your subscription since username should be unique this user name might be used by some other customer.

0 additional answers

Sort by: Most helpful