- Install VisualStudio 2022
- Install .Net 7 SDK.
- You can find the installer here
- Update AzureFunction toolset
- Within VisualStudio navigate to
Tools > Options > Azure Functions
- Click the
Check for Updates
button
- Within VisualStudio navigate to
- Build solution with VisualStudio
- Configure multiple startup projects
- Right click the solution in
Solution Explorer
- Select
Properties
from the context menu - From the
Startup Project
view - Select
Multiple startup projects
- For the Api and Client in the table select
Start
as the action from the dropdown - Click
Ok
to save the changes
- Right click the solution in
- Start the site by navigating to
Debug > Start Wihout Debugging