Skip to content

Commit 305c2e1

Browse files
(Azure CXP) resolves MicrosoftDocs/azure-docs#53031
changed the apiversion which was wrongly mentioned as 2012-12-01 to 2019-12-01
1 parent 3bbea13 commit 305c2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The `sku` property can have one of the following values:
3232
## Modify your JSON deployment template
3333

3434
In your deployment template, modify or add the following properties:
35-
* Under `resources`, set `apiVersion` to `2012-12-01`.
35+
* Under `resources`, set `apiVersion` to `2019-12-01`.
3636
* Under the container group properties, add a `sku` property with value `Dedicated`.
3737

3838
Here is an example snippet for the resources section of a container group deployment template that uses the dedicated sku:

0 commit comments

Comments
 (0)