I have a model produced by Azure's Automated ML service. I am following this tutorial (https://docs.microsoft.com/en-us/azure/machine-learning/how-to-deploy-automl-endpoint?tabs=Studio) to deploy to an online endpoint via the portal. Currently, the endpoint is successfully created but the actual deployment fails. It hangs for around 2.5 hours before crashing on a timeout error. The deployment logs are empty.
Other posts suggest that this might be due to some kind of issue in the configuration file or specification of dependencies. However, those files are being generated and provided by azure. I am at a loss for how to proceed. Thought about trying to deploy from the CLI but the ml extension fails to install citing version conflicts in Docker. Any advice on what might be going wrong or ways to investigate this would be greatly appreciated!
