Skip to content

Commit c469964

Browse files
authored
Fix typo in Update-AzWebAppTrafficRouting.md (#21667)
1 parent 3a798c3 commit c469964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Websites/Websites/help/Update-AzWebAppTrafficRouting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The **Update-AzWebAppTrafficRouting** cmdlet updates the routing rule configurat
2424
### Example 1: Update a routing rule to transfer 15% of production traffice to Stg slot
2525
```powershell
2626
Update-AzWebAppTrafficRouting -ResourceGroupName "Default-Web-WestUS" -WebAppName "ContosoSite" `
27-
-RoutingRule @{AtionHostName='XXXX.azurewebsites.net';ReroutePercentage=15;Name='Stg'}
27+
-RoutingRule @{ActionHostName='XXXX.azurewebsites.net';ReroutePercentage=15;Name='Stg'}
2828
```
2929

3030
This command updates a routing rule to transfer 15% of production traffic to Stg slot.

0 commit comments

Comments
 (0)