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.
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.