Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling service name exception internally #33

Open
ashishonce opened this issue Aug 26, 2020 · 0 comments
Open

Handling service name exception internally #33

ashishonce opened this issue Aug 26, 2020 · 0 comments

Comments

@ashishonce
Copy link
Member

ashishonce commented Aug 26, 2020

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant