Skip to content

Commit ca0c9b0

Browse files
author
Deep Kapur
committed
acrolinx on new doc
1 parent bb4643e commit ca0c9b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/container-instances/container-instances-dedicated-hosts.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ The dedicated sku is appropriate for container workloads that require workload i
1717
> [!IMPORTANT]
1818
> 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]
1919
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).
2121

2222
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
2424
* Dedicated - used for workload level isolation with dedicated physical hosts for the container group
2525

2626
### Modify your JSON deployment template
2727

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",`.
2929

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:
3131

3232
```json
3333
{

0 commit comments

Comments
 (0)