Skip to content

Commit 37af24b

Browse files
authored
Merge pull request #192124 from tomvcassidy/aciDoubleEncryption
Recreation of Dan Lepow's ACI Double Encryption PR from 2020
2 parents 47c51e4 + bd1ca18 commit 37af24b

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
22
title: Deploy on dedicated host
33
description: Use a dedicated host to achieve true host-level isolation for your Azure Container Instances workloads
4-
ms.topic: article
5-
ms.date: 01/17/2020
6-
author: macolso
7-
ms.author: macolso
4+
ms.topic: conceptual
5+
ms.service: container-instances
6+
services: container-instances
7+
author: tomvcassidy
8+
ms.author: tomcassidy
9+
ms.date: 03/18/2022
810
---
911

1012
# Deploy on dedicated hosts
@@ -13,6 +15,8 @@ ms.author: macolso
1315

1416
The dedicated sku is appropriate for container workloads that require workload isolation from a physical server perspective.
1517

18+
A dedicated host for Azure Container Instances provides [double encryption at rest](../virtual-machines/windows/disk-encryption.md#double-encryption-at-rest) for your container data when it is persisted by the service to the cloud. This encryption protects your data to help meet your organization's security and compliance requirements. ACI also gives you the option to [encrypt this data with your own key](container-instances-encrypt-data.md), giving you greater control over the data related to your ACI deployments.
19+
1620
## Prerequisites
1721

1822
> [!NOTE]
@@ -23,8 +27,7 @@ The dedicated sku is appropriate for container workloads that require workload i
2327
## Use the dedicated sku
2428

2529
> [!IMPORTANT]
26-
> 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.
27-
>
30+
> Using the dedicated sku is only available in **API version 2019-12-01 or later**. Specify this API version or a more recent one in your deployment template.
2831
2932
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. Learn more about deploying ACI resources with a template in the [Tutorial: Deploy a multi-container group using a Resource Manager template](./container-instances-multi-container-group.md).
3033

0 commit comments

Comments
 (0)