Workload Options for Visual Studio
When developing Microsoft 365 agents (such as bots, add-ins, or automation tools), choosing the right Visual Studio workloads is essential for a smooth and productive experience. This guide will help you select the necessary workloads and components for your development environment.
Recommended Visual Studio Workloads
- ASP.NET and Web Development
- Essential for web APIs, bots, and web-based add-ins.
- Azure Development
- Useful for deploying agents to Azure, using Azure Functions, or integrating with cloud services.
Optional Workloads
- Data Storage and Processing
- For projects involving databases, Entity Framework, or data analytics.
Individual Components
In addition to workloads, you may want to select these components:
- .NET 8.0+ SDKs (or latest LTS)
- Microsoft 365 Agents Toolkit
How to Select Workloads
- Launch the Visual Studio Installer.
- Choose "Modify" on your installed version.
- Select the workloads listed above.
- Click "Individual components" for finer control if needed.
- Apply changes and let the installer complete.
🎥 Detailed Video
Tips
- Keep Visual Studio updated for the latest features and security.
- Use Visual Studio Code for lightweight scenarios or cross-platform development.
Last updated: June 19, 2025