File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services: traffic-manager
5
5
author : greg-lindsay
6
6
ms.author : greglin
7
7
manager : kumud
8
- ms.date : 04/19/2021
8
+ ms.date : 02/18/2023
9
9
ms.topic : quickstart
10
10
ms.service : traffic-manager
11
11
ms.workload : infrastructure-services
@@ -77,8 +77,8 @@ $Location1="EastUS"
77
77
$Location2="WestEurope"
78
78
79
79
# 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
82
82
83
83
```
84
84
### Create a Web App in the App Service Plan
You can’t perform that action at this time.
0 commit comments