We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a798c3 commit c469964Copy full SHA for c469964
src/Websites/Websites/help/Update-AzWebAppTrafficRouting.md
@@ -24,7 +24,7 @@ The **Update-AzWebAppTrafficRouting** cmdlet updates the routing rule configurat
24
### Example 1: Update a routing rule to transfer 15% of production traffice to Stg slot
25
```powershell
26
Update-AzWebAppTrafficRouting -ResourceGroupName "Default-Web-WestUS" -WebAppName "ContosoSite" `
27
--RoutingRule @{AtionHostName='XXXX.azurewebsites.net';ReroutePercentage=15;Name='Stg'}
+-RoutingRule @{ActionHostName='XXXX.azurewebsites.net';ReroutePercentage=15;Name='Stg'}
28
```
29
30
This command updates a routing rule to transfer 15% of production traffic to Stg slot.
0 commit comments