Skip to content

Commit 3374a25

Browse files
authored
Proper branding
1 parent a9da461 commit 3374a25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/batch/batch-spot-vms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ $pool = Get-AzBatchPool -Id "vmpool" -BatchContext $context
162162
$pool | Select-Object Id, VmSize, @{Name="SpotNodes";Expression={$_.TargetLowPriorityComputeNodes}}, State
163163
```
164164

165-
### Azure Portal
165+
### Azure portal
166166

167167
1. In the Azure portal, select the Batch account and view an existing pool or create a new pool.
168168
2. Under **Scale**, select either **Target dedicated nodes** or **Target Spot/low-priority nodes**.

0 commit comments

Comments
 (0)