Azure / azure-service-operator

Azure Service Operator allows you to create Azure resources using kubectl
https://azure.github.io/azure-service-operator/
MIT License
716 stars 194 forks source link

Feature: Specify Workload Environment Type When Creating a Azure SQL Database #4001

Closed moiacsidi closed 2 months ago

moiacsidi commented 3 months ago

I would like to be able to create databases with a environment type : Development and compute tier Serverless.

If this feature is supported the documentation is not very clear on it: https://azure.github.io/azure-service-operator/reference/sql/v1api20211101/#sql.azure.com/v1api20211101.ServersDatabase

Feature in Portal:

image

theunrepentantgeek commented 3 months ago

From a quick look, it seems the portal is offering a convenience feature - selecting "Development" or "Production" just preconfigures your instance, and doesn't appear on the final resource. I think it's setting up a WorkloadGroup but I may be wrong (I've run out of time to look further today).

moiacsidi commented 3 months ago

Thanks @theunrepentantgeek