You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/use-azure-dedicated-hosts.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,17 +61,17 @@ az provider register --namespace Microsoft.ContainerService
61
61
The following limitations apply when you integrate Azure Dedicated Host with Azure Kubernetes Service:
62
62
63
63
* An existing agent pool can't be converted from non-ADH to ADH or ADH to non-ADH.
64
-
* It is not supported to update agent pool from host group A to host group B.
64
+
* It isn't supported to update agent pool from host group A to host group B.
65
65
* Using ADH across subscriptions.
66
66
67
67
## Add a Dedicated Host Group to an AKS cluster
68
68
69
-
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. When planning for high availability, there are additional options. You can use one or both of the following options with your dedicated hosts:
69
+
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. When planning for high availability, there are more options. You can use one or both of the following options with your dedicated hosts:
70
70
71
-
* Span across multiple availability zones. In this case, you are required to have a host group in each of the zones you wish to use.
71
+
* Span across multiple availability zones. In this case, you're required to have a host group in each of the zones you wish to use.
72
72
* Span across multiple fault domains, which are mapped to physical racks.
73
73
74
-
In either case, you need to provide the fault domain count for your host group. If you do not want to span fault domains in your group, use a fault domain count of 1.
74
+
In either case, you need to provide the fault domain count for your host group. If you don't want to span fault domains in your group, use a fault domain count of 1.
75
75
76
76
You can also decide to use both availability zones and fault domains.
77
77
@@ -87,13 +87,13 @@ az vm list-skus -l eastus -r hostGroups/hosts -o table
87
87
88
88
## Create a Host Group
89
89
90
-
Now create a dedicated host in the host group. In addition to a name for the host, you are required to provide the SKU for the host. Host SKU captures the supported VM series as well as the hardware generation for your dedicated host.
90
+
Now create a dedicated host in the host group. In addition to a name for the host, you're required to provide the SKU for the host. Host SKU captures the supported VM series and the hardware generation for your dedicated host.
91
91
92
92
For more information about the host SKUs and pricing, see [Azure Dedicated Host pricing](https://azure.microsoft.com/pricing/details/virtual-machines/dedicated-host/).
93
93
94
-
Use az vm host create to create a host. If you set a fault domain count for your host group, you will be asked to specify the fault domain for your host.
94
+
Use az vm host create to create a host. If you set a fault domain count for your host group, you'll be asked to specify the fault domain for your host.
95
95
96
-
In this example, we will use [az vm host group create][az-vm-host-group-create] to create a host group using both availability zones and fault domains.
96
+
In this example, we'll use [az vm host group create][az-vm-host-group-create] to create a host group using both availability zones and fault domains.
97
97
98
98
```azurecli-interactive
99
99
az vm host group create \
@@ -106,9 +106,9 @@ az vm host group create \
106
106
107
107
## Create a Dedicated Host
108
108
109
-
Now create a dedicated host in the host group. In addition to a name for the host, you are required to provide the SKU for the host. Host SKU captures the supported VM series as well as the hardware generation for your dedicated host.
109
+
Now create a dedicated host in the host group. In addition to a name for the host, you're required to provide the SKU for the host. Host SKU captures the supported VM series and the hardware generation for your dedicated host.
110
110
111
-
If you set a fault domain count for your host group, you will need to specify the fault domain for your host.
111
+
If you set a fault domain count for your host group, you'll need to specify the fault domain for your host.
0 commit comments