Skip to content

Commit f97c35e

Browse files
Merge pull request #219548 from cephalin/patch-6
freshness check
2 parents 4e0b79d + bac7054 commit f97c35e

14 files changed

+38
-35
lines changed

articles/app-service/samples-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags: azure-service-management
55

66
ms.assetid: b48d1137-8c04-46e0-b430-101e07d7e470
77
ms.topic: sample
8-
ms.date: 07/07/2020
8+
ms.date: 12/06/2022
99
ms.custom: mvc
1010
---
1111
# PowerShell samples for Azure App Service

articles/app-service/scripts/powershell-backup-restore-diff-sub.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: azure-service-management
66

77
ms.assetid: a2a27d94-d378-4c17-a6a9-ae1e69dc4a72
88
ms.topic: sample
9-
ms.date: 11/21/2018
9+
ms.date: 12/06/2022
1010
ms.author: msangapu
1111
ms.custom: mvc, seodec18, devx-track-azurepowershell
1212
---
@@ -39,6 +39,8 @@ This script uses the following commands. Each command in the table links to comm
3939
|---|---|
4040
| [Add-AzAccount](/powershell/module/az.accounts/connect-azaccount) | Adds an authenticated account to use for Azure Resource Manager cmdlet requests. |
4141
| [Get-AzWebAppBackupList](/powershell/module/az.websites/get-azwebappbackuplist) | Gets a list of backups for a web app. |
42+
| [Get-AzWebAppBackup](/powershell/module/az.websites/get-azwebappbackup) | Gets a backup for a web app using the backup ID. |
43+
| [Get-AzWebAppBackupConfiguration](/powershell/module/az.websites/get-azwebappbackupconfiguration) | Gets the backup configuration for a web app. |
4244
| [New-AzWebApp](/powershell/module/az.websites/new-azwebapp) | Creates a web app |
4345
| [Restore-AzWebAppBackup](/powershell/module/az.websites/restore-azwebappbackup) | Restores a web app from a previously completed backup. |
4446

articles/app-service/scripts/powershell-backup-restore.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: azure-service-management
66

77
ms.assetid: a2a27d94-d378-4c17-a6a9-ae1e69dc4a72
88
ms.topic: sample
9-
ms.date: 11/21/2018
9+
ms.date: 12/06/2022
1010
ms.author: msangapu
1111
ms.custom: mvc, seodec18, devx-track-azurepowershell
1212
---
@@ -38,6 +38,8 @@ This script uses the following commands. Each command in the table links to comm
3838
| Command | Notes |
3939
|---|---|
4040
| [Get-AzWebAppBackupList](/powershell/module/az.websites/get-azwebappbackuplist) | Gets a list of backups for a web app. |
41+
| [Get-AzWebAppBackup](/powershell/module/az.websites/get-azwebappbackup) | Gets a backup for a web app using the backup ID. |
42+
| [Get-AzWebAppBackupConfiguration](/powershell/module/az.websites/get-azwebappbackupconfiguration) | Gets the backup configuration for a web app. |
4143
| [Restore-AzWebAppBackup](/powershell/module/az.websites/restore-azwebappbackup) | Restores a web app from a previously completed backup. |
4244

4345
## Next steps

articles/app-service/scripts/powershell-configure-custom-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: azure-service-management
66

77
ms.assetid: 356f5af9-f62e-411c-8b24-deba05214103
88
ms.topic: sample
9-
ms.date: 03/20/2017
9+
ms.date: 12/06/2022
1010
ms.author: msangapu
1111
ms.custom: mvc, seodec18, devx-track-azurepowershell
1212
---

articles/app-service/scripts/powershell-configure-ssl-certificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: azure-service-management
66

77
ms.assetid: 23e83b74-614a-49a0-bc08-7542120eeec5
88
ms.topic: sample
9-
ms.date: 03/20/2017
9+
ms.date: 12/06/2022
1010
ms.custom: mvc, seodec18, devx-track-azurepowershell
1111
---
1212

articles/app-service/scripts/powershell-connect-to-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags: azure-service-management
55

66
ms.assetid: 055440a9-fff1-49b2-b964-9c95b364e533
77
ms.topic: sample
8-
ms.date: 03/20/2017
8+
ms.date: 12/06/2022
99
ms.custom: mvc, devx-track-azurepowershell
1010
---
1111

articles/app-service/scripts/powershell-connect-to-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags: azure-service-management
55

66
ms.assetid: e4831bdc-2068-4883-9474-0b34c2e3e255
77
ms.topic: sample
8-
ms.date: 03/20/2017
8+
ms.date: 12/06/2022
99
ms.custom: mvc, devx-track-azurepowershell
1010
---
1111

articles/app-service/scripts/powershell-deploy-ftp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags: azure-service-management
55

66
ms.assetid: b7d46d6f-44fd-454c-8008-87dab6eefbc1
77
ms.topic: sample
8-
ms.date: 06/23/2021
8+
ms.date: 12/06/2022
99
ms.custom: mvc, devx-track-azurepowershell
1010
---
1111

articles/app-service/scripts/powershell-deploy-local-git.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags: azure-service-management
55

66
ms.assetid: 5a927f23-8e70-45fd-9aae-980d4e7a007d
77
ms.topic: sample
8-
ms.date: 03/20/2017
8+
ms.date: 12/06/2022
99
ms.custom: mvc, devx-track-azurepowershell
1010
---
1111

@@ -36,6 +36,8 @@ This script uses the following commands. Each command in the table links to comm
3636
| Command | Notes |
3737
|---|---|
3838
| [New-AzWebApp](/powershell/module/az.websites/new-azwebapp) | Creates a web app with necessary resource group and App Service group. When the current directory contains a Git repository, also add an `azure` remote. |
39+
| [Set-AzResource](/powershell/module/az.resources/set-azresource) | Modifies a resource in a resource group. |
40+
| [Get-AzWebAppPublishingProfile](/powershell/module/az.websites/get-azwebapppublishingprofile) | Get a web app's publishing profile. |
3941

4042
## Next steps
4143

articles/app-service/scripts/powershell-deploy-private-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use PowerShell to deploy Private Endpoint for your Web
44
author: ericgre
55
ms.assetid: e1cc08d5-91cf-49d7-8d0a-c0e7bd2046ac
66
ms.topic: sample
7-
ms.date: 07/07/2020
7+
ms.date: 12/06/2022
88
ms.author: ericg
99
ms.service: app-service
1010
ms.workload: web

0 commit comments

Comments
 (0)