Skip to content

Support ASE deployments #70

Description

@karthik18k

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions