So Azure has stop/start feature in preview
Following docs it's available only for:
Managed instances in the General Purpose service tier and Managed instances with the November 2022 feature wave enabled.
I have an azurerm_mssql_managed_instance
with GP_Gen5
sku created by terraform. Since licensing of SQL Server is expensive, I want to switch it off at least for the night. However I can't see option to stop/start this instance in Azure Portal. What am I missing? Is there any other important parameter I should set up in order to enable that feature?
Normally after testing I would just run terraform destroy
and if I need it next day recreate it. But it takes around 2,5-3h to provision it (by the MS docs can take even longer). So I can't simply destroy it to cut the costs.