Wow it was posted today. I have been getting the same error for hours now when I try to create and deploy a new function app resource. Something is probably down. Couldn't find anything on the web same as you. Probably will have to wait for it to get resolved.
Failed deployment of Azure Machine Learning resource due to Bad Request - Request Too Long
Giulio Mattolin
0
Reputation points
I'm trying to create a Azure Machine Learning resource on my resource group. I'm creating it with all the default settings but during the deployment it fails, with the Status: BadRequest and the Status message:
{
"status": "Failed",
"error": {
"code": "BadRequest",
"message": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\"\"http://www.w3.org/TR/html4/strict.dtd\">\r\n<HTML><HEAD><TITLE>Bad Request</TITLE>\r\n<META HTTP-EQUIV=\"Content-Type\" Content=\"text/html; charset=us-ascii\"></HEAD>\r\n<BODY><h2>Bad Request - Request Too Long</h2>\r\n<hr><p>HTTP Error 400. The size of the request headers is too long.</p>\r\n</BODY></HTML>\r\n"
}
}
I've tried to delete the resources and create it again but the deployments still fails. I attach an image of the log of the operations done during the deployment.
I've tried to search for similar questions about this error during deployment but I couldn't find any. I hope somebody can help me, thank you in advance!