Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 593 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 593 Bytes

Getting Started

  1. Open the Headstart.sln in Visual Studio
  2. Right click on the Headstart.API project and click on "Properties"
  3. Go to the "Debug" panel
  4. Create a new profile and call it "Test"
  5. Set Launch to Project
  6. Add a new Environment Variable called APP_CONFIG_CONNECTION who's value is the connection string to your azure app configuration
  7. Repeat steps 4-6 for the other environments "UAT" and "Production"
  8. Save your profiles now you should be able to select it and run the project locally