gpt4 book ai didi

azure - 从 Azure 恢复应用服务

转载 作者:行者123 更新时间:2023-12-03 01:50:24 24 4
gpt4 key购买 nike

昨天我从我的 Azure 帐户中删除了错误的网络应用程序。我尝试按照在谷歌上找到的步骤进行操作,但这假设已经进行了备份。 https://azure.microsoft.com/en-us/documentation/articles/web-sites-restore/有没有办法在不备份的情况下恢复已删除的网络应用程序?

最佳答案

有一种方法可以在不备份的情况下恢复应用服务,最近微软发布了新的预览功能,允许您恢复已删除的应用,请使用以下命令:

获取应用服务是否可恢复:Get-AzureRmDeletedWebApp

Get-AzureRmDeletedWebApp -ResourceGroupName "Default-Web-WestUS" -Name "ContosoSite"

要恢复它:Restore-AzureRmDeletedWebApp

Restore-AzureRmDeletedWebApp -ResourceGroupName Default-Web-WestUS -Name ContosoApp -TargetAppServicePlanName ContosoPlan

关于azure - 从 Azure 恢复应用服务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38905676/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com