Unable to backup Azure Function App - Invalid Username or Password

Patrik Nordlund 25 Reputation points
2024-05-22T07:54:05.85+00:00

I am trying to backup our Function apps to a Storage account using Custom Backups, for most of the apps it works but I have 7 of them that are failing. I start the backup using PowerShell in the same way for all apps and we have a couple of hundred of them.

New-AzWebAppBackup -ResourceGroupName $rgName -Name $appName -StorageAccountUrl $sasUrl -BackupName $backupName

When I check the status with PowerShell

Get-AzWebAppBackupList -ResourceGroupName $rgName -Name $appName

I get Status: Failed and a Log that says the user name or password is incorrect but I do not understand what user name or password is meant since I never enter this.

User's image

Anyone have any ideas or tips?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,498 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,170 questions
{count} votes