Skip to content

Commit 878ee75

Browse files
committed
fixes
1 parent 499bcb9 commit 878ee75

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/virtual-network/tutorial-create-route-table-portal.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,11 +271,9 @@ $vmParams = @{
271271
}
272272
273273
# Create the VM
274-
New-AzVM @vmParams -AsJob
274+
New-AzVM @vmParams
275275
```
276276

277-
The `-AsJob` option creates the VM in the background, so you can continue to the next step.
278-
279277
### [CLI](#tab/cli)
280278

281279
---

0 commit comments

Comments
 (0)