Azure - New instance creation default settings change

Description:

Can we have ability to change Azure new instance provisioning default settings. During azure new instance creation, Public IP is always selected as default, we would like to have possibility to change that Public IP is not selected for the new instance as default.


Example/Use case(s):
Some user could forget to remove that and will be charged additionally for this feature.


To make that ‘Assign Public IP’ disabled by default, connect to your database and run this query:

UPDATE option_type SET default_value = 'off' WHERE code = 'provisionType.azure.azurefloatingIp';

Thank you! It worked just fine, appreciate for the quick answer.

1 Like

Hi,
Issue with this solution that after upgrade setting is “on” again

it is a seeded value, so if the seed changes that too would update.