Files
onefuzz/src/api-service
Joe Ranweiler 2c72bd590f Add generic coverage task (#763)
**Todo:**
- [x] Finalize format for coverage file(s)
- [x] Add service support
- [x] Integration test
- [x] Merge #926 
- [x] Merge #929
2021-06-03 23:36:00 +00:00
..
2021-06-03 23:36:00 +00:00
2020-09-18 12:21:04 -04:00
2020-09-18 12:21:04 -04:00
2020-11-17 16:00:09 -05:00
2020-09-18 12:21:04 -04:00
2020-09-18 12:21:04 -04:00

If you are doing development on the API service, you can build and deploy directly to your own instance using the azure-functions-core-tools.

From the api-service directory, do the following:

func azure functionapp publish <instance>

While Azure Functions will restart your instance with the new code, it may take a while. It may be helpful to restart your instance after pushing by doing the following:

az functionapp restart -g <group> -n <instance>