Skip to content
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.

How does one specify the type of a data disk? #242

Open
jbeker opened this issue Mar 15, 2020 · 0 comments
Open

How does one specify the type of a data disk? #242

jbeker opened this issue Mar 15, 2020 · 0 comments

Comments

@jbeker
Copy link

jbeker commented Mar 15, 2020

I do not want my data disks to be created as Premium SSDs. I have looked through the code and it seems like the parameters from the data_disks array are passed straight through so I have tried doing this using the SKUs parameter like described here: https://docs.microsoft.com/en-us/cli/azure/vm/disk?view=azure-cli-latest

azure.data_disks = [
      {
        name: 'sync-data',
        size_gb: 1024,
        sku: 'Standard_LRS'
      }
    ]

But I am still getting Premium SSDs. How can I get a Standard HDD?

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

No branches or pull requests

1 participant