You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Documentation for restore from Deleted app (Azure#12057)
* adding SourceWebApp.Location details
* Update ChangeLog.md
* Add Details in documentation
* Correcting powershell
* Remove app created to restore in case of Failure
* Update ChangeLog.md
Co-authored-by: Yabo Hu <[email protected]>
Restores the Staging slot of a deleted app named ContosoApp belonging to the resource group Default-Web-WestUS. The web app named ContosoRestore belonging to the resource group Default-Web-EastUS will be overwritten. The deleted web app settings will not be restored.
In case there are 2 deleted apps with same name(ContosoApp), then we get details of both the sites and restore the app named ContosoRestore with the app of our choice by calling restore with InputObject(Deletedsite) details
0 commit comments