Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Linux: Kudu does not work when WEBSITE_DISABLE_SCM_SEPARATION is set to true #2324

Closed
fcatae opened this issue Feb 14, 2017 · 3 comments
Closed
Assignees
Labels

Comments

@fcatae
Copy link

fcatae commented Feb 14, 2017

I am not sure whether it is documented, but Kudu fails when WEBSITE_DISABLE_SCM_SEPARATION is set to true.

Repro:

  • Create an Azure Web App on Linux
  • Select Docker Image = DotNetCore
  • Set WEBSITE_DISABLE_SCM_SEPARATION = true in AppSettings
  • Try to open https://.scm.azurewebsites.net
  • It never loads Kudu

Impact: When Docker doesn't start properly, it makes it easier to check if the binaries are present in the image.

@nickwalkmsft
Copy link
Contributor

nickwalkmsft commented Feb 14, 2017

This feature (or the Docker/Linux equivalent, which would be running the Kudu site in the same container as the main site) is not available on App Service for Linux.

We will be looking at options for greater visibility into the main site container's process space and filesystem in the future, but right now Kudu's visibility into the main site is limited to the /home directory, which is mounted to both the Kudu container and the main site container.

That said, setting this to true shouldn't break the site, and this issue should remain open until that's fixed.

@nickwalkmsft nickwalkmsft self-assigned this Feb 14, 2017
@fcatae
Copy link
Author

fcatae commented Feb 14, 2017

Thanks for the answer!

@jvano
Copy link
Member

jvano commented Apr 29, 2024

Hi

If the problem persists and is related to running it on Azure App Service, please open a support incident in Azure:
https://learn.microsoft.com/en-us/azure/azure-portal/supportability/how-to-create-azure-support-request

This way we can better track and assist you on this case

Thanks,

Joaquin Vano
Azure App Service

@jvano jvano closed this as completed Apr 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants