Skip to content

uk-gov-mirror/SkillsFundingAgency.das-tasks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Apprenticeships Service

das-tasks

crest Tasks
Build Build Status

Developer setup

Requirements

  • Visual Studio
  • Azure storage account or Azure storage emulator

Setup local environment

  • Open the solution in Visual Studio admin mode
  • Set SFA.DAS.Tasks.CloudService as the startup project
  • Update ConfigurationSettings in ServiceConfiguration.Local.cscfg
      <ConfigurationSettings>
        <Setting name="EnvironmentName" value="LOCAL" />
        <Setting name="ConfigurationStorageConnectionString" value="UseDevelopmentStorage=true" />
        <Setting name="StorageConnectionString" value="UseDevelopmentStorage=true" />
        <Setting name="LogLevel" value="Debug" />
        <Setting name="LoggingRedisConnectionString" value="" />
        <Setting name="LoggingRedisKey" value="" />
        <Setting name="InstrumentationKey" value=""/>
        <Setting name="idaTenant" value="citizenazuresfabisgov.onmicrosoft.com" />
        <Setting name="idaAudience" value="https://citizenazuresfabisgov.onmicrosoft.com/tasks-api" />
      </ConfigurationSettings>
    
  • Disable Diagnostics on API and Worker Roles under the CloudService. Expand Roles folder in Visual Studio or directly edit diagnostics.wadcfgxfor both the roles.

If you have issues starting on port 443 make sure that the certificates are installed and no other process is running on 443. I found Cosmos emulator uses port 443, this is not required so can be turned off.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 88.8%
  • F# 8.5%
  • Gherkin 1.9%
  • PowerShell 0.3%
  • TSQL 0.3%
  • Batchfile 0.2%