Skip to content

pkskelly/CandidateManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CandidateManager

Simple Candidate Management project using Azure Functions to parse and queue HTML emails from recruiting agencies

Candidate Management Process

Degbugging Functions Locally

To debug locally, simply create a local debug profile in .vscode like the following:

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": ".NET Core Attach",
            "type": "coreclr",
            "request": "attach",
            "processId": "${command:pickProcess}"
        }
    ]
}

Then start the functions app with the following from the terminal func host start --dotnet-isolated-debug.

Then attach to the dotnet process running your functions.

See azure-functions-dotnet-worker Debugging for details.

About

Simple Candidate Management project using Azure Functions to parse and queue HTML emails from recruiting agencies

Resources

License

Stars

Watchers

Forks

Packages

No packages published