Closed mproschowsky closed 6 months ago
having the same problem with my fastapi application
my guess is that "PROJECT" key is only for dotnet project
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
Context:
package.json
are in a subfolder calledserver
server
folder and not in the root of the repository.According to documentation this can be done by the PROJECT configuration: https://github.com/projectkudu/kudu/wiki/Customizing-deployments#deploying-a-specific-folder-for-a-node-php-or-aspnet-site
On the list of ORYX configurations, PROJECT is listed as a only working for .NET: https://github.com/microsoft/Oryx/blob/main/doc/configuration.md
Repro steps
Add application setting in Azure: PROJECT = server Commit changes to repo to trigger Kudu
The log/error given by the failure.
Detecting platforms... Error: Could not find the .NET Core project file.
Is this a documentation error, or is the PROJECT command expected to work as described?