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

serverVirtualMachineImageSpecs what is it for ? #16

Open
MiguelElGallo opened this issue Sep 9, 2022 · 1 comment
Open

serverVirtualMachineImageSpecs what is it for ? #16

MiguelElGallo opened this issue Sep 9, 2022 · 1 comment

Comments

@MiguelElGallo
Copy link

MiguelElGallo commented Sep 9, 2022

Hello,
In SampleParams/basedeployment-multi-tier.parameters.json there is this parameter

  "serverVirtualMachineImageSpecs": {
      "value": "0,0"
    }

Do you have some documentation what it does, or what we should put there?
Thanks!

@shailesh91
Copy link
Contributor

@MiguelElGallo appologies for the late reply. Description for serverVirtualMachineImageSpecs can be found in the template here.

"description": "Comma seperated list of Image Type used refrencing useManagedDiskImage,userImageName,userImageResourceGroupName,imagePublisher,imageOffery and imageSKU by index"

Essentially it is a comma separated list (Equal to number of machine in the tier) of the index of image specified in imageReferences. For all purposes index should be 0. Unless you are using different type of images for different tiers.

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

2 participants