-
Notifications
You must be signed in to change notification settings - Fork 192
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
Deploying WebApp with package URI fails with 404, "No route registered for '/MSDeploy'" #1287
Comments
@JosXa |
any progress for this error ? |
This package is already deprecated. |
@JosXa I got the same error code while creating a language bot using Azure Language Studio for the QnA service. |
What's more, according to this article, I created a new App Service Plan, whose default plan is standard plan. |
|
I am trying to use the Fluent API's
.WithPackageUri
deployment method as follows:But the response from the endpoint is a 404 with "No route registered for '/MSDeploy'". This makes me think that maybe this feature is not enable on Linux plans?
When I add this package zip URI manually to the "WEBSITE_RUN_FROM_PACKAGE" setting, all works as expected.
The text was updated successfully, but these errors were encountered: