Skip to content

Commit 8a49867

Browse files
authored
Merge branch 'release-microsoft-discovery' into release-microsoft-discovery
2 parents 601387c + 76255ea commit 8a49867

13 files changed

Lines changed: 354 additions & 9 deletions
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
---
2+
title: Microsoft Discovery projects and investigations
3+
description: Learn about projects and investigations in Microsoft Discovery, how they organize scientific research, and how they relate to other platform resources.
4+
author: surajmb
5+
ms.author: surmb
6+
ms.service: azure
7+
ms.topic: concept-article
8+
ms.date: 04/03/2026
9+
10+
#CustomerIntent: As a researcher or scientist, I want to understand how projects and investigations work in Microsoft Discovery so that I can organize my scientific research effectively.
11+
---
12+
13+
# Microsoft Discovery projects and investigations
14+
15+
Microsoft Discovery organizes scientific research through two key concepts: **projects** and **investigations**. Projects define the functional boundary for your research resources, while investigations are where you interact with agents and conduct research. This article explains how both concepts work, how they relate to other platform resources, and best practices for using them.
16+
17+
## Projects
18+
19+
A project is the organizational unit within a Microsoft Discovery workspace where you bring together agents, tools, knowledge bases, storage containers, and investigations into a single, access-controlled boundary. Every research activity in Microsoft Discovery happens within the context of a project.
20+
21+
### What a project contains
22+
23+
Projects scope access to the following resources:
24+
25+
| Resource | Description |
26+
| --- | --- |
27+
| **Agents** | Prompt agents and workflow agents that execute scientific tasks. Agents declare their project affiliation at creation and can't be shared across projects. However, you can clone agents between projects using the **add existing agents** option.|
28+
| **Tools and knowledge bases** | Tools and knowledge bases are not directly associated to a project, however, they are used by agents within a project.
29+
| **Investigations** | Research sessions where you chat with agents, run analyses, and collect insights. |
30+
| **Storage containers** | Azure Blob Storage containers that hold input and output data for your investigations. |
31+
32+
### Project and workspace relationship
33+
34+
Projects exist within a [workspace](quickstart-infrastructure-portal.md#3-create-a-workspace), which provides the shared infrastructure layer:
35+
36+
- **Workspace** provides the networking, supercomputers, managed identities, and chat model deployments that all projects in the workspace share.
37+
- **Projects** consume workspace-level resources while maintaining their own isolated set of agents, investigations, and data.
38+
39+
This separation allows platform administrators to manage infrastructure at the workspace level while scientists work independently within their projects.
40+
41+
### Creating a project
42+
43+
You create projects in [Microsoft Discovery Studio](https://studio.discovery.microsoft.com). Each project requires:
44+
45+
- A workspace to host it
46+
- A storage container for input and output data
47+
48+
For step-by-step instructions, see [Create a project](quickstart-infrastructure-portal.md#8-create-a-project).
49+
50+
## Investigations
51+
52+
An investigation is a research session within a project where you interact with agents through natural language conversations. Investigations are the primary interface for conducting AI-powered scientific research in Microsoft Discovery.
53+
54+
### How investigations work
55+
56+
Within an investigation, you can:
57+
58+
- **Chat with agents** by selecting an agent and entering prompts in natural language. Use the agent selector in the chat input box or `@` and select to route messages to specific agents.
59+
- **Run computational analyses** where agents invoke tools and knowledge bases, on your behalf to accomplish a given task.
60+
- **Collect data-driven insights** as agents reason over your knowledge bases, run calculations, and synthesize findings.
61+
- **Orchestrate multi-agent workflows** by invoking workflow agents that coordinate multiple prompt agents across research steps.
62+
63+
Each investigation maintains its own conversation history and context, allowing you to track the progression of a research thread from initial question to final insight.
64+
65+
### Creating an investigation
66+
67+
You create investigations from the **Investigations** tab within your project in Discovery Studio. Provide a name and an optional description to get started. For step-by-step instructions, see [Create an investigation](quickstart-agents-studio.md#3-create-an-investigation).
68+
69+
## How projects and investigations fit in the platform
70+
71+
The following hierarchy shows how projects and investigations relate to other Microsoft Discovery resources:
72+
73+
```
74+
Subscription
75+
└── Resource Group
76+
├── Supercomputer
77+
│ └── Node Pools
78+
├── Bookshelf
79+
│ └── Knowledge Bases
80+
└── Workspace
81+
├── Chat Model Deployments (shared across projects)
82+
└── Project
83+
├── Agents (prompt and workflow)
84+
│ └── Knowledge Bases
85+
│ └── Tools
86+
├── Storage Containers
87+
└── Investigations
88+
└── Conversations with agents
89+
```
90+
91+
## Best practices
92+
93+
- **One project per research initiative** — Scope each project to a distinct research initiative or team. This keeps agents, knowledge bases, and data isolated and manageable.
94+
- **Use descriptive investigation names** — Since investigations track the evolution of a research question, use names that reflect the research objective (for example, `Aspirin Synthesis` or `Molecule Screening`).
95+
- **Leverage workspace-level resources** — Chat model deployments and supercomputers are shared at the workspace level. You don't need to create them for each project.
96+
- **Plan your agent structure first** — Before creating investigations, set up the agents your research requires. You can create agents individually or deploy a preconfigured set using [agent bundles](quickstart-agents-bundles.md).
97+
98+
## Related content
99+
100+
- [Get started with Microsoft Discovery Infrastructure](quickstart-infrastructure-portal.md)
101+
- [Get started with agents and investigations in Microsoft Discovery Studio](quickstart-agents-studio.md)
102+
- [Add agents using bundles](quickstart-agents-bundles.md)
103+
- [Microsoft Discovery agents](concept-discovery-agent.md)
104+
- [Agent types in Microsoft Discovery](concept-discovery-agent-types.md)
105+
- [Bookshelf & Knowledge Bases](concept-bookshelf-and-knowledgebases.md)
Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
---
2+
title: What is Microsoft Discovery Studio?
3+
description: Learn about Microsoft Discovery Studio, a web-based research environment built on Visual Studio Code for the web that enables scientists and engineers to work with AI agents, investigations, and scientific tools in a customizable interface.
4+
author: surajmb
5+
ms.author: surmb
6+
ms.service: azure
7+
ms.topic: concept-article
8+
ms.date: 04/10/2026
9+
10+
#CustomerIntent: As a researcher or scientist, I want to understand Microsoft Discovery Studio and its interface so that I can navigate the platform and customize it to fit my research workflow.
11+
---
12+
13+
# What is Microsoft Discovery Studio?
14+
15+
Microsoft Discovery Studio is the web-based, unified research environment for [Microsoft Discovery](overview-what-is-microsoft-discovery.md). You use Discovery Studio to create and manage workspaces, projects, agents, investigations, knowledge bases, tools, and data—all from a single browser-based interface.
16+
17+
You can customize the layout and tailor the environment to match your specific research workflows—all without leaving the browser.
18+
19+
You can access Microsoft Discovery Studio at [studio.discovery.microsoft.com](https://studio.discovery.microsoft.com) using any supported modern browser. It requires no local installation or client software.
20+
21+
> [!TIP]
22+
> If you're new to Microsoft Discovery, start with the [Quickstart: Deploy infrastructure using Azure portal](quickstart-infrastructure-portal.md) to set up your workspace and project before exploring Studio.
23+
24+
In this article, you learn about the different parts of Microsoft Discovery Studio and how to navigate the interface.
25+
26+
## Home
27+
28+
By default, the first thing you see after you sign in to [Microsoft Discovery Studio](https://studio.discovery.microsoft.com) is the **Home** page. This page provides quick access to your most common tasks and recent activity.
29+
30+
The Home page includes:
31+
32+
- **Getting started**: Launch the project creation flow to begin a new research effort.
33+
- **Learn more**: Access documentation and introductory guides to help you navigate the platform.
34+
- **What's new**: Stay up to date with the latest Microsoft Discovery platform announcements and features.
35+
- **Recent Activity**: View a list of your most recently accessed projects and workspaces for quick navigation.
36+
37+
:::image type="content" source="media/concept-studio/studio-home.jpg" alt-text="Screenshot of the Microsoft Discovery Studio Home page showing getting started cards and recent activity." lightbox="media/concept-studio/studio-home.jpg":::
38+
39+
## Studio elements and controls
40+
41+
The Discovery Studio interface consists of a persistent navigation sidebar and a main working area. The sidebar provides access to global resources and navigation, while the working area changes based on the context of your current task.
42+
43+
The following sections describe the key elements of the Studio interface.
44+
45+
| Element | Description |
46+
| --- | --- |
47+
| **Navigation sidebar** | The left-side menu that provides access to all major sections: Home, Workspaces, Projects, and Resources. |
48+
| **Resources section** | A group within the sidebar for managing shared platform resources: Tools, Knowledge, and Data. |
49+
| **Main working area** | The central pane that displays content based on your current selection—workspace and project lists and details. |
50+
| **Breadcrumb bar** | Appears at the top of the working area to show your current location and allow quick navigation back to previous levels. |
51+
| **Profile menu** | Located in the top-right corner. View your account information, switch Microsoft Entra ID tenants, or sign out. |
52+
53+
## Navigation sidebar
54+
55+
The navigation sidebar is always visible on the left side of Microsoft Discovery Studio. It provides quick access to the platform's core areas and stays consistent regardless of what you're working on.
56+
57+
The sidebar is organized into two groups:
58+
59+
**Top-level navigation:**
60+
61+
- **Home**: Return to the Home page with getting started cards and recent activity.
62+
- **Workspaces**: View and manage all workspaces you have access to.
63+
- **Projects**: Browse, manage, and open your projects across all workspaces.
64+
65+
**Resources:**
66+
67+
- **Tools**: Browse the computational tools available to agents.
68+
- **Knowledge**: Manage Bookshelves and Knowledge Bases that provide agents with domain-specific context through GraphRAG-indexed documents.
69+
- **Data**: Access and manage storage containers linked to your projects for input and output data.
70+
71+
## Workspaces view
72+
73+
When you select **Workspaces** from the sidebar, you see a table listing all workspaces you have access to. Each row displays key information about the workspace:
74+
75+
| Column | Description |
76+
| --- | --- |
77+
| **Name** | The workspace name, displayed as a link to open the workspace. |
78+
| **Region** | The Azure region where the workspace is deployed. |
79+
| **Resource Group** | The Azure resource group that contains the workspace resources. |
80+
| **Provisioning State** | The current deployment state (for example, Succeeded, Failed, Deleting). |
81+
| **Created By** | The identity that created the workspace. |
82+
| **Created At** | The timestamp when the workspace was created. |
83+
84+
Use the **Refresh** and **Filter** controls above the table to update the list or narrow results.
85+
86+
:::image type="content" source="media/concept-studio/studio-workspaces.jpg" alt-text="Screenshot of the Workspaces view in Microsoft Discovery Studio showing a table of workspaces with name, region, and provisioning state columns." lightbox="media/concept-studio/studio-workspaces.jpg":::
87+
88+
:::image type="content" source="media/concept-studio/studio-projects.jpg" alt-text="Screenshot showing the list of projects within a workspace in Microsoft Discover Studio." lightbox="media/concept-studio/studio-projects.jpg":::
89+
90+
## Projects view
91+
92+
When you open a project, Microsoft Discovery Studio transitions into a full **Visual Studio Code for the Web** environment. This portal is where you conduct your research—running investigations, interacting with agents, and managing project resources.
93+
94+
The project includes:
95+
96+
- **Investigations panel**: A sidebar that lists all investigations in the current project. Select an investigation to open it and begin chatting with agents.
97+
- **Chat interface**: Open an investigation to view the chat interface where you interact with agents through natural language conversations. Use the agent selector dropdown or type `@` to route messages to specific agents.
98+
- **Welcome tab**: Welcome tab appears when you open a project. It provides an overview of the project with quick actions for creating agents and investigations.
99+
- **Data**: Browse storage containers and storage assets that are available in the project. You can open storage assets to view the files contained within them and also visualize supported file types.
100+
- **Agent logs**: Use agent logs to view a detailed view of your agent interaction including prompts, responses, and tool call logs including raw log output.
101+
- **Tasks**: Manage Discovery Engine tasks created within investigations in the tasks sidebar.
102+
- **Preferences**: Manage user and project preferences, which help you customize agentic behavior to your style.
103+
- **Resources**: A sidebar that lists all project related resources that you can use such as agents, tools, storage containers, and knowledge bases.
104+
105+
:::image type="content" source="media/concept-studio/studio-project-vscode.jpg" alt-text="Screenshot of the project view in Microsoft Discovery Studio showing the Investigation panel and chat." lightbox="media/concept-studio/studio-project-vscode.jpg":::
106+
107+
### Customizing your research environment
108+
109+
Because Microsoft Discovery Studio is built on Visual Studio Code for the Web, you get the full flexibility and customization features adapted for scientific research:
110+
111+
- **Themes and appearance**: Change the color theme, font size, and UI layout to suit your preferences. Go to **File > Preferences > Color Theme** or press `Ctrl+K Ctrl+T` to browse themes.
112+
- **Layout customization**: Drag and drop panels, resize the sidebar and editor panes, and arrange your workspace to match your preferred workflow. Split the editor to view multiple investigations or files side by side.
113+
114+
### Working with investigations
115+
116+
Investigations are the primary research sessions in Microsoft Discovery Studio. The Investigations panel in the activity bar lists all investigations in the current project, organized in a tree view. Each investigation contains:
117+
118+
- A conversational thread with one or more agents
119+
- Agent-generated outputs such as HTML reports, calculations, and data analyses
120+
- A summary section that updates as the investigation progresses
121+
122+
You can have multiple investigations open simultaneously in separate editor tabs, making it easy to compare results or work on parallel research tracks.
123+
124+
## Get started
125+
126+
If you're new to Microsoft Discovery Studio, follow these steps:
127+
128+
1. **Set up infrastructure**: Deploy a workspace and supporting resources using the [Azure portal quickstart](quickstart-infrastructure-portal.md) or [Bicep quickstart](quickstart-infrastructure-bicep.md).
129+
1. **Create a project**: To organize your agents, investigations, and data, set up a project within your workspace
130+
1. **Create agents**: Add prompt agents or workflow agents to your project. You can create them from scratch or use [agent bundles](quickstart-agents-bundles.md).
131+
1. **Start an investigation**: To conduct AI-powered research, open an investigation and begin chatting with your agents.
132+
133+
For a guided walkthrough, see [Quickstart: Get started with agents and investigations in Microsoft Discovery Studio](quickstart-agents-studio.md).
134+
135+
## Related content
136+
137+
- [What is Microsoft Discovery?](overview-what-is-microsoft-discovery.md)
138+
- [Projects and investigations](concept-projects-investigations.md)
139+
- [Discovery Agent concepts](concept-discovery-agent.md)
140+
- [Quickstart: Get started with agents and investigations](quickstart-agents-studio.md)

articles/microsoft-discovery/how-to-manage-supercomputers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ A Supercomputer represents the managed compute cluster that hosts one or more No
4646

4747
### Create the Supercomputer resource
4848

49-
1. Sign in to the [**Azure Portal**](https://portal.azure.com)
49+
1. Sign in to the [**Azure portal**](https://portal.azure.com)
5050
2. In the search bar, enter **Microsoft Discovery Supercomputers**.
5151
3. Select **Create**.
5252
4. On the **Basics** tab, specify:
345 KB
Loading
281 KB
Loading
266 KB
Loading
204 KB
Loading
325 KB
Loading
191 KB
Loading
286 KB
Loading

0 commit comments

Comments
 (0)