Azure / aml-deploy

GitHub Action that allows you to deploy machine learning models in Azure Machine Learning.
MIT License
41 stars 18 forks source link

Handling service name exception internally #33

Open ashishonce opened 4 years ago

ashishonce commented 4 years ago

is user gives service name as which does not confirm to Azure restrictions for naming. Should we make the whole name as lowercase?

[error]Model deployment failed with exception: WebserviceException:

Message: Error, provided service name is invalid. It must only consist of lowercase letters, numbers, or dashes, start with a 

letter, end with a letter or number, and be between 3 and 32 characters long. InnerException None ErrorResponse


"error": ***
    "message": "Error, provided service name is invalid. It must only consist of lowercase letters, numbers, or dashes, start with a letter, end with a letter or number, and be between 3 and 32 characters long."
***

input given : "testACIService"