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