Skip to content

Update to DW Gen2 #29

@chmitch

Description

@chmitch

I'd recommend updating your lab to use SQL DW gen 2. The arm api has been updated to allow this. Your arm would need to update to the following:

    {
      "type": "databases",
      "name": "AirlinePerformance-DW",
      "apiVersion": "2017-10-01-preview",
      "location": "[resourceGroup().location]",
        "sku": {
            "name": "DW100c",
            "tier": "DataWarehouse"
        },
      "properties": {
        "collation": "SQL_Latin1_General_CP1_CI_AS"
      },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions