Skip to content

Commit 0282443

Browse files
committed
touch2
1 parent 47ccf1c commit 0282443

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/virtual-network/quick-create-powershell.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Azure Bastion uses your browser to connect to VMs in your virtual network over s
106106
-Sku "Standard"
107107
```
108108

109-
1. It takes about 10 minutes for the Bastion resources to deploy. You can create VMs in the next section while Bastion deploys to your virtual network.
109+
It takes about 10 minutes for the Bastion resources to deploy. You can create VMs in the next section while Bastion deploys to your virtual network.
110110

111111
## Create virtual machines
112112

@@ -138,14 +138,14 @@ Use [New-AzVM](/powershell/module/az.compute/new-azvm) to create two VMs named `
138138
New-AzVM @vm2
139139
```
140140

141-
>[!TIP]
142-
>You can use the `-AsJob` option to create a VM in the background while you continue with other tasks. For example, run `New-AzVM @vm1 -AsJob`. When Azure starts creating the VM in the background, you get something like the following output:
143-
>
144-
>```powershell
145-
>Id Name PSJobTypeName State HasMoreData Location Command
146-
>-- ---- ------------- ----- ----------- -------- -------
147-
>1 Long Running... AzureLongRun... Running True localhost New-AzVM
148-
>```
141+
>[!TIP]
142+
>You can use the `-AsJob` option to create a VM in the background while you continue with other tasks. For example, run `New-AzVM @vm1 -AsJob`. When Azure starts creating the VM in the background, you get something like the following output:
143+
>
144+
>```powershell
145+
>Id Name PSJobTypeName State HasMoreData Location Command
146+
>-- ---- ------------- ----- ----------- -------- -------
147+
>1 Long Running... AzureLongRun... Running True localhost New-AzVM
148+
>```
149149
150150
Azure takes a few minutes to create the VMs. When Azure finishes creating the VMs, it returns output to PowerShell.
151151

0 commit comments

Comments
 (0)