Skip to content

Commit e9742b4

Browse files
authored
Merge pull request #105068 from dlepow/patch-3
Update container-instances-encrypt-data.md
2 parents e0486d1 + 67f71cf commit e9742b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-instances/container-instances-encrypt-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The access policy should now show up in your key vault's access policies.
8585
> Encrypting deployment data with a customer-managed key is available in the latest API version (2019-12-01) that is currently rolling out. Specify this API version in your deployment template. If you have any issues with this, please reach out to Azure Support.
8686
8787
Once the key vault key and access policy are set up, add the following properties to your ACI deployment template. 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).
88-
* Under `resources`, set `apiVersion` to `2012-12-01`.
88+
* Under `resources`, set `apiVersion` to `2019-12-01`.
8989
* Under the container group properties section of the deployment template, add an `encryptionProperties`, which contains the following values:
9090
* `vaultBaseUrl`: the DNS Name of your key vault, can be found on the overview blade of the key vault resource in Portal
9191
* `keyName`: the name of the key generated earlier
@@ -231,4 +231,4 @@ Within a few seconds, you should receive an initial response from Azure. Once th
231231

232232
<!-- LINKS - Internal -->
233233
[az-group-create]: /cli/azure/group#az-group-create
234-
[az-group-deployment-create]: /cli/azure/group/deployment#az-group-deployment-create
234+
[az-group-deployment-create]: /cli/azure/group/deployment#az-group-deployment-create

0 commit comments

Comments
 (0)