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/container-instances/container-instances-dedicated-hosts.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,17 +17,17 @@ The dedicated sku is appropriate for container workloads that require workload i
17
17
> [!IMPORTANT]
18
18
> Using the dedicated sku is only available in the latest API version (2019-12-01) that is currently rolling out. Specify this API version in your deployment template. Additionally, the default limit for any subscription to use the dedicated sku is 0. If you would like to use this sku for your production container deployments, please create an [Azure Support request][azure-support]
19
19
20
-
Starting with API version 2019-12-01, thgere is a "sku" property under the container group properties section of a deployment template, which is required for an ACI deployment. Currently, you can use this property as part of an Azure Resource Manager deployment template for ACI. You can learn more about deploying ACI resources with a template in the [Tutorial: Deploy a multi-container group using a Resource Manager template](https://docs.microsoft.com/azure/container-instances/container-instances-multi-container-group).
20
+
Starting with API version 2019-12-01, there is a "sku" property under the container group properties section of a deployment template, which is required for an ACI deployment. Currently, you can use this property as part of an Azure Resource Manager deployment template for ACI. You can learn more about deploying ACI resources with a template in the [Tutorial: Deploy a multi-container group using a Resource Manager template](https://docs.microsoft.com/azure/container-instances/container-instances-multi-container-group).
21
21
22
22
The sku property can have one of the following values:
23
-
* Standard - this is the standard ACI deployment choice, which still guarantees hypervisor-level security
23
+
* Standard - the standard ACI deployment choice, which still guarantees hypervisor-level security
24
24
* Dedicated - used for workload level isolation with dedicated physical hosts for the container group
25
25
26
26
### Modify your JSON deployment template
27
27
28
-
In your deployment template, where you specify your container group resource, ensure that the `"apiVersion": "2019-12-01",`. In the properties section of the container group resource, set `"sku": "Dedicated",`.
28
+
In your deployment template, where the container group resource is specified, ensure that the `"apiVersion": "2019-12-01",`. In the properties section of the container group resource, set `"sku": "Dedicated",`.
29
29
30
-
Here is an example snippet for the resources section of acontainer group deployment template that uses the dedicated sku:
30
+
Here is an example snippet for the resources section of a container group deployment template that uses the dedicated sku:
0 commit comments