Oryx
Oryx copied to clipboard
Build your repo automatically.
### Bug Report - At what date and time did you most recently experience the problem? 2021-11-23@13:00 EST - Where did you experience the problem? E.g. Azure Web Apps, Azure...
### Bug Report I cannot deploy a function via Visual Studio code to a Function App. Here is the output of the from VSCode 1:22:16 dsfatest02: Starting deployment... 11:22:18 dsfatest02:...
### Bug Report (last run on 14.09.2021) Azure Devops pipeline for Static Web App succeeds, yet function host won't start: - Orys build starts and then log says "Error: Could...
### Feature Request Currently, `RUN_BUILD_COMMAND` is only supported in nodejs builds. Providing the ability to control the build command is useful for other platforms too. Please add support for it...
### Bug Report - Last time the problem occurred: August 8th, 2021 - Problem occurred when using the GitHub actions template to deploy a Blazor application to Azure Static Websites...
### Bug Report (Apologies if this is the wrong location to report this issue, it seems to be where the startup script is that configures this process) - At what...
### Feature Request For non-.NET Azure Functions, an app can optionally install custom extensions. The way this works is the project includes an extensions.csproj file that contains references to extensions...
### Bug Report - At what date and time did you most recently experience the problem? 07/30/2021 and 03:49 - Where did you experience the problem? E.g. Azure Web Apps,...
I deploy my local code using VS Code to an App Service instance with SCM_DO_BUILD_DURING_DEPLOYMENT=true. When `NODE_ENV=production` deployment fail. Certainly because devDependencies is not used during npm install. The code...
add support for dotnet 7 cr2