Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
@Anonymous , Thanks for posting this question.
To better assist you on this, kindly let us know the following:
Are you initiating the Restore from "App Backup" or Storage?
Are you restoring the backup to overwrite the app (destination) or to a new (or existing) app?
Typically, this error happens when the database info in a RestoreRequest doesn't match.
Review the Connection String type from your WebApp’s “configuration’ Settings blade on the Azure Portal.
On the App Service App, in the left navigation, click on Diagnose and solve problems and review Analyze Restore operations diagnostic.
Also, review the database provider (from deploy)
|
Kindly let us know how it goes, I'll follow-up with you further.