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

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

Description

@jbeker

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions