@karngenie Thanks for your response and sharing more details on this.
- As mentioned in the error message
--user-name
property inaz 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.
@karngenie Thank you for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.
Based on the shared information I have understood that you are trying to create a new set of user-level credentials for your webapp (using
az webapp deployment user set
cmdlet) and accessing the webapp from FTPTo reproduce this behavior, I have created a new user-level credentials to my webapp using the same
az webapp deployment user set
cmdlet and I am able to see & login to web app through FTP with the newly created username and not able to see the password either from the portal or from the resource explorer.Looking at this documentation it is clearly mentioned that you user-scope deployment password will not be shown in portal or anywhere if you forget you need to reset it.
You can reset the entire username and password using
Reset
option under Deployment center as shown belowFeel free to reach back to me if you have any further queries on this.
Hello,
thank for you reply.
My problem is that i can't change or reset the password of our old account.
I can create a new one (and I therefore have two functional accounts) which I can then reset without problem but impossible to change the old one which still works and still allows you to connect to the FTPS
Normally according to the documentation it is impossible to have two accounts
@karngenie Thanks for your response apologize for the delay in my response. could you please help us more insights on this.
hello
for .1 and .2 i have this error when i use the cloud shell :
or when i want set like this with the portal :
for 3. I don't know where to find the correlation ID, do you want my subscription ID in private?
for 4. I refer to this documentation https://learn.microsoft.com/en-us/azure/app-service/deploy-configure-credentials?tabs=cli But maybe I'm wrong
Thank
Sign in to comment