Open
Description
openedon Jul 5, 2024
quickstarts/microsoft.containerinstance/aci-vnet
Issue Details
- The Template is using version API Version 2019-12-01 which is not the latest
- 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"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels