bicep
Nullable types in Bicep
Sometimes you need to define nullable parameters in Bicep files. It is possible by adding ? character after the type of the parameter: param <param_name> <param_type>? For example - let's assume the case that you need to deploy subnet and assign the NSG