Is your feature request related to a problem? Please describe.
In Azure Arc-enable SQL Managed Instance,When SQL Server Pod stop processing is executed, if the time required for graceful shutdown processing elapses from the default 30 seconds of termination grace period second, the pod will be killed while shutdown processing.
Describe the solution you'd like
If the termination grace period second is not enough, I want to be able to specify Termination grace period second as a az sql mi-arc create command option
Describe alternatives you've considered
Sets the value specified in the option to the SQL Server Pod's terminationGracePeriodSeconds.
Additional context
Is your feature request related to a problem? Please describe.
In Azure Arc-enable SQL Managed Instance,When SQL Server Pod stop processing is executed, if the time required for graceful shutdown processing elapses from the default 30 seconds of termination grace period second, the pod will be killed while shutdown processing.
Describe the solution you'd like
If the termination grace period second is not enough, I want to be able to specify Termination grace period second as a az sql mi-arc create command option
Describe alternatives you've considered
Sets the value specified in the option to the SQL Server Pod's terminationGracePeriodSeconds.
Additional context