Skip to content

Commit 7c16d56

Browse files
committed
freshness: updated date, corrected naming of service plan, inlcuded random in web app name.
1 parent 6af4d6f commit 7c16d56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/traffic-manager/quickstart-create-traffic-manager-profile-powershell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: traffic-manager
55
author: greg-lindsay
66
ms.author: greglin
77
manager: kumud
8-
ms.date: 04/19/2021
8+
ms.date: 02/18/2023
99
ms.topic: quickstart
1010
ms.service: traffic-manager
1111
ms.workload: infrastructure-services
@@ -77,8 +77,8 @@ $Location1="EastUS"
7777
$Location2="WestEurope"
7878
7979
# Create an App service plan
80-
New-AzAppservicePlan -Name "myAppServicePlanEastUS" -ResourceGroupName MyResourceGroup -Location $Location1 -Tier Standard
81-
New-AzAppservicePlan -Name "myAppServicePlanEastUS" -ResourceGroupName MyResourceGroup -Location $Location2 -Tier Standard
80+
New-AzAppservicePlan -Name "myAppServicePlanEastUS$Random" -ResourceGroupName MyResourceGroup -Location $Location1 -Tier Standard
81+
New-AzAppservicePlan -Name "myAppServicePlanWestEurope$Random" -ResourceGroupName MyResourceGroup -Location $Location2 -Tier Standard
8282
8383
```
8484
### Create a Web App in the App Service Plan

0 commit comments

Comments
 (0)