File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Get-AzDeletedWebApp -Name <your_deleted_app>
23
23
24
24
The detailed information includes:
25
25
26
- - ** DeletedSiteId** : Unique identifier for the app, this is used for scenarios where multiple apps with the same name have been deleted
26
+ - ** DeletedSiteId** : Unique identifier for the app, used for scenarios where multiple apps with the same name have been deleted
27
27
- ** SubscriptionID** : Subscription containing the deleted resource
28
28
- ** Location** : Location of the original app
29
29
- ** ResourceGroupName** : Name of the original resource group
@@ -33,7 +33,7 @@ The detailed information includes:
33
33
34
34
## Restore deleted app
35
35
36
- Once you have identified the deleted app , you can restore it using ` Restore-AzDeletedWebApp ` .
36
+ Once the app you want to restore has been identified , you can restore it using ` Restore-AzDeletedWebApp ` .
37
37
38
38
``` powershell
39
39
Restore-AzDeletedWebApp -ResourceGroupName <my_rg> -Name <my_app> -TargetAppServicePlanName <my_asp>
You can’t perform that action at this time.
0 commit comments