Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container Instance Deploy Samples are out of Date #14082

Open
tshaiman opened this issue Jul 5, 2024 · 0 comments
Open

Container Instance Deploy Samples are out of Date #14082

tshaiman opened this issue Jul 5, 2024 · 0 comments

Comments

@tshaiman
Copy link

tshaiman commented Jul 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant