Skip to content

Use Serverless Azure SQL Database sku plan by default #13

@paulyuk

Description

@paulyuk

This is a clean issue to track using Serverless SQL SQL per the PR/idea from @ in #9.

In the latest merged Pr (#12) I converted this to use the AVM module. That uses a development grade SKU but it is indeed with provisioned compute:

"sku": {
    "name": "GP_Gen5",
    "tier": "GeneralPurpose",
    "family": "Gen5",
    "capacity": 2
},

But I agree this would be better as a serverless SKU more like this (GP_S_Gen5_1):

    "tier": {
       "value": "GeneralPurpose"
   },
   "skuName": {
       "value": "GP_S_Gen5_1"
   },
   "zoneRedundant": {
       "value": false
   },
   "numberOfReplicas": {
       "value": 0
   },
   "minCapacity": {
       "value": "0.5"
   },

I think this is best to do as a new clean PR synced to latest. If you want to do or collab @danuw please let me know. Otherwise I can quickly make it.

After making the PR change please test it in azd.

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