Azure / Azure/azure-quickstart-templates
Container Instance Deploy Samples are out of Date
- Dominant language
- Bicep
- Stars
- 14.9k
- Forks
- 16.2k
- Avg merge
- 6d 21h
- Merged PRs (30d)
- 6
Description
[quickstarts/microsoft.containerinstance/aci-vnet](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.containerinstance/aci-vnet)
### Issue Details
1. The Template is using version API Version 2019-12-01 which is not the latest
2. There is no longer need to define network profile in the new version
old definition :
```
networkProfile: {
id: networkProfile.id
}
```
new definition :
```
subnetIds : [
{
name : ''name",
id : "subnetResourceID"
}
]
```
reference : https://learn.microsoft.com/en-us/azure/templates/microsoft.containerinstance/containergroups?pivots=deployment-language-arm-template
Contributor guide
No contributing guide indexed for this repository
Research direction
Open quickstarts/microsoft.containerinstance/aci-vnet and compare its container group definition with the linked Microsoft.ContainerInstance reference. Update the API version and replace the networkProfile definition with the documented subnetIds structure; done means the sample matches the current Container Instance template schema.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- cloud, infrastructure
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100