I tried to deploy an app service using bicep template. some configurations like netFrameworkVersion doesn't show on the UI. the value I passed in the bicep is
siteConfig:{
netFrameworkVersion:'v6.0'
}
I am not sure what I am doing anything wrong here