webobs | integrated web-based system
kandi X-RAY | webobs Summary
kandi X-RAY | webobs Summary
This is the official repository for WebObs project source code development. For install/update packages, see the WebObs page.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of webobs
webobs Key Features
webobs Examples and Code Snippets
Community Discussions
Trending Discussions on webobs
QUESTION
I have a console app solution with multiple projects that I deploy as Azure Webobs. The deployment goes through fine but the webjob doesn't know anything about the startup project in solution. When executing the webjob it picks the first .exe file from the list and runs it. this is not correct and need to know how can I enforce the startup project to webjobs. Want to mention that I can run the startup exe from azure webjob console manually but scheduled process doesn't know about the startup exe when running.
...ANSWER
Answered 2017-Jul-06 at 02:19We could get answer from the official document.The following is the snippet from the document. If we want to run .exe firstly, we could name it run.exe.
we use the following logic to decide which file is the script to run within the job's directory: Per file type we look first for a file named: run.{file type extension} (for example run.cmd or run.exe). If it doesn't exists for all file types, we'll then look for the first file with a supported file type extension. The order of file types extension used is: .cmd, .bat, .exe, .ps1, .sh, .php, .py, .js.
The following file types are accepted as runnable scripts that can be used as a job:
- fsx (using the F# fsi.exe interactive compiler)
- cmd, .bat, .exe (using windows cmd)
- ps1 (using powershell)
- sh (using bash)
- php (using php)
- py (using python)
- js (using node)
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install webobs
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page