In the azure portal , when creating a function app with 60 characters in it's name, the creation wizard allows it to be deployed, but the deployment fails with the error:
"There was a conflict. The remote server returned an error: (400) Bad Request.".
I understand that the limit is maximum 59 characters. When you put 59 characters in the function app name, it deploys successfully. When you put in 61 or more characters, the Wizard disallows the deployment with the error: "The name must be fewer than 60 chars".
This issue seems to be specifically with 60 character function app names being allowed through the wizard's verification process, but failing to deploy. It should probably just display the same error as 61+ chars, and disallow deployment.