We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to deploy to app within App Service Environment(ASE) and I get the below error ;
error: : Could not connect to Kudu
I guess the siteName config in the settings.json is used to form azure kudu url like, https://(appname).scm.azurewebsites.net/
This is fine for the default apps. But for the ASE apps the kudu url is - https://(appname).scm.(asename).p.azurewebsites.net/.
Is there an option to configure the kudu endpoint or any other suggestion on this.
The text was updated successfully, but these errors were encountered:
For ASE, we need to accept a settings parameter to override the Kudu client base URL here:
meteor-azure/source/lib/azure.js
Lines 35 to 38 in ac95dec
I'm pretty swamped with work this week but would be happy to accept a PR - or could prioritize sooner if you want to post a bounty for this :)
Sorry, something went wrong.
Thanks for the quick response.
I have little knowledge on Node. I will update back if I manage to make the changes.
ramijarrar
No branches or pull requests
I am trying to deploy to app within App Service Environment(ASE) and I get the below error ;
error: : Could not connect to Kudu
I guess the siteName config in the settings.json is used to form azure kudu url like, https://(appname).scm.azurewebsites.net/
This is fine for the default apps. But for the ASE apps the kudu url is - https://(appname).scm.(asename).p.azurewebsites.net/.
Is there an option to configure the kudu endpoint or any other suggestion on this.
The text was updated successfully, but these errors were encountered: