Skip to content

Commit

Permalink
Route with Service Tag has already been GA. (#18755)
Browse files Browse the repository at this point in the history
Route with Service Tag has already been Generally available, not preview.
  • Loading branch information
nbnakano authored Jun 28, 2022
1 parent 5cdfc54 commit 043e9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/Network/help/New-AzRouteConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Creates a route for a route table. (autogenerated)
New-AzRouteConfig -AddressPrefix 10.1.0.0/16 -Name 'Route07' -NextHopIpAddress '12.0.0.5' -NextHopType 'VnetLocal'
```

### Example 3: Create a route with a Service Tag (Public Preview)
### Example 3: Create a route with a Service Tag
```powershell
New-AzRouteConfig -Name "Route07" -AddressPrefix "AppService" -NextHopType "VirtualAppliance" -NextHopIpAddress "10.0.2.4"
```
Expand Down

0 comments on commit 043e9f5

Please sign in to comment.