Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.
/ Recruiter Public archive

Web application supporting the recruitment process written in ASP.NET Core

Notifications You must be signed in to change notification settings

bpelikan/Recruiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Recruiter

Build Status

This project uses:

Setting up on Azure

What is needed to deploy this project on Azure:

  • Web App with:

    • Application settings:
      • "ConnectionStrings:DefaultConnection": "{connection_string_to_sql_database}"
      • "APPINSIGHTS_INSTRUMENTATIONKEY": "{ApplicationInsights_InstrumentationKey}"
      • "AdminEmail": "{email_for_admin_account}"
      • "AdminPassword": "{password_for_admin_account}"
      • "SendGridKey": "{SendGrid_API_Key}"
      • "baseBlobUri": "{primary_blob_service_endpoint}"
      • "blobAccountName": "{storage_account_name}"
      • "blobKeyValue": "{blob_access_key}"
  • SQL database

  • Storage account

  • Application Insights

  • SendGrid account

  • azure-functions-recruiter