Skip to content

Commit b80fad8

Browse files
committed
freshness review
1 parent fc8ca86 commit b80fad8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/cdn/cdn-manage-powershell.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ description: Use this tutorial to learn how to use PowerShell to manage aspects
44
services: cdn
55
documentationcenter: ''
66
author: duongau
7-
manager: danielgi
8-
editor: ''
9-
7+
manager: kumudd
108
ms.assetid: fb6f57a5-6e26-4847-8fd9-b51fb05a79eb
119
ms.service: azure-cdn
1210
ms.workload: tbd
1311
ms.tgt_pltfrm: na
1412
ms.topic: how-to
15-
ms.date: 11/20/2019
13+
ms.date: 02/27/2023
1614
ms.author: duau
1715
ms.custom: devx-track-azurepowershell
1816

1917
---
18+
2019
# Manage Azure CDN with PowerShell
20+
2121
PowerShell provides one of the most flexible methods to manage your Azure CDN profiles and endpoints. You can use PowerShell interactively or by writing scripts to automate management tasks. This tutorial demonstrates several of the most common tasks you can accomplish with PowerShell to manage your Azure CDN profiles and endpoints.
2222

2323
## Prerequisites
@@ -32,6 +32,7 @@ To use PowerShell to manage your Azure CDN profiles and endpoints, you must have
3232
>
3333
3434
## Listing the Azure CDN cmdlets
35+
3536
You can list all the Azure CDN cmdlets using the `Get-Command` cmdlet.
3637

3738
```text

0 commit comments

Comments
 (0)