Home > Storage > PowerFlex > White Papers > Building Azure Arc-enabled Data Services for a SQL Managed Instance on Dell PowerFlex > Scale SQL MI up/down
The minimum for SQL MI is 1 vCore and 2 GB memory. The following is an example of scaling down resources for the sqlmi-01 deployment from 2vCPU and 4 GB memory to 1vCPU and 2 GB memory.
az sql mi-arc edit -n sqlmi-01 --cores-request 1 --cores-limit 2 --memory-request 2Gi --memory-limit 4Gi --use-k8s