Skip to content

Commit 181e454

Browse files
author
Deep Kapur
committed
minor title change
1 parent ca0c9b0 commit 181e454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The sku property can have one of the following values:
2323
* 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

26-
### Modify your JSON deployment template
26+
## Modify your JSON deployment template
2727

2828
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

@@ -95,7 +95,7 @@ Here is an example snippet for the resources section of a container group deploy
9595
}
9696
```
9797

98-
### Deploy your resources
98+
## Deploy your container group
9999

100100
If you created and edited the deployment template file on your desktop, you can upload it to your Cloud Shell directory by dragging the file into it.
101101

0 commit comments

Comments
 (0)