linux Fx Version
Parameters
value
Linux App Framework and version for the App Service. Possible options are a Docker container (DOCKER|<user/image:tag>), a base-64 encoded Docker Compose file (COMPOSE|${filebase64("compose.yml")}) or a base-64 encoded Kubernetes Manifest (KUBE|${filebase64("kubernetes.yml")}).
NOTE: To set this property the App Service Plan to which the App belongs must be configured with
kind = "Linux", andreserved = trueor the API will reject any value supplied.