Skip to content

Commit ee0ef72

Browse files
Merge pull request #232016 from vamckMS/docs-editor/dedicated-hosts-1679677833
adh-overview-spell-fix
2 parents c2d98c4 + 3183768 commit ee0ef72

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/virtual-machines/dedicated-hosts.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Reserving the entire host provides several benefits beyond those of a standard s
4141

4242
![View of the new resources for dedicated hosts.](./media/virtual-machines-common-dedicated-hosts/dedicated-hosts2.png)
4343

44+
4445
A **host group** is a resource that represents a collection of dedicated hosts. You create a host group in a region and an availability zone, and add hosts to it.
4546

4647
A **host** is a resource, mapped to a physical server in an Azure data center. The physical server is allocated when the host is created. A host is created within a host group. A host has a SKU describing which VM sizes can be created. Each host can host multiple VMs, of different sizes, as long as they are from the same size series.
@@ -159,6 +160,7 @@ Provisioning a dedicated host will consume both dedicated host vCPU and the VM f
159160

160161
![Screenshot of the usage and quotas page in the portal](./media/virtual-machines-common-dedicated-hosts/quotas.png)
161162

163+
162164
For more information, see [Virtual machine vCPU quotas](./windows/quotas.md).
163165

164166
Free trial and MSDN subscriptions don't have quota for Azure Dedicated Hosts.
@@ -184,7 +186,7 @@ The *type* is the hardware generation. Different hardware types for the same VM
184186
The sizes and hardware types vary by region. Refer to the host [pricing page](https://aka.ms/ADHPricing) to learn more.
185187

186188
> [!NOTE]
187-
> Once a Dedicated host is provisoned, you can't change the size or type. If you need a different size of type, you will need to create a new host.
189+
> Once a Dedicated host is provisioned, you can't change the size or type. If you need a different size of type, you will need to create a new host.
188190
189191
## Host life cycle
190192

@@ -194,10 +196,9 @@ Azure monitors and manages the health status of your hosts. The following states
194196
| Health State | Description |
195197
|----------|----------------|
196198
| Host Available | There are no known issues with your host. |
197-
| Host Under Investigation | We’re having some issues with the host that we’re looking into. This transitional state is required for Azure to try to identify the scope and root cause for the issue identified. Virtual machines running on the host may be impacted. |
199+
| Host Under Investigation| We’re having some issues with the host that we’re looking into. This transitional state is required for Azure to try to identify the scope and root cause for the issue identified. Virtual machines running on the host may be impacted. |
198200
| Host Pending Deallocate | Azure can’t restore the host back to a healthy state and ask you to redeploy your virtual machines out of this host. If `autoReplaceOnFailure` is enabled, your virtual machines are *service healed* to healthy hardware. Otherwise, your virtual machine may be running on a host that is about to fail.|
199-
| Host deallocated | All virtual machines have been removed from the host. You're no longer being charged for this host since the hardware was taken out of rotation. |
200-
201+
| Host Deallocated| All virtual machines have been removed from the host. You're no longer being charged for this host since the hardware was taken out of rotation. |
201202

202203
## Next steps
203204

@@ -206,3 +207,5 @@ Azure monitors and manages the health status of your hosts. The following states
206207
- There's a [sample template](https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.compute/vm-dedicated-hosts/README.md) that uses both zones and fault domains for maximum resiliency in a region.
207208

208209
- You can also save on costs with a [Reserved Instance of Azure Dedicated Hosts](prepay-dedicated-hosts-reserved-instances.md).
210+
211+

0 commit comments

Comments
 (0)