Skip to content

Commit 5a50519

Browse files
authored
Merge pull request #314854 from mukesh-dua/release-microsoft-discovery
Update links and add new Bookshelf & Knowledge Bases article; enhance documentation with images and toc updates which were removed with previous PR merge
2 parents ffb4d38 + 383e6b8 commit 5a50519

24 files changed

Lines changed: 108 additions & 19 deletions

articles/microsoft-discovery/concept-azure-container-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,5 @@ When you develop and publish tools for Microsoft Discovery, the containerized to
221221
- [What is Microsoft Discovery?](overview-what-is-microsoft-discovery.md)
222222
- [Virtual networks and subnets in Microsoft Discovery](concept-virtual-networks.md)
223223
- [Role assignments in Microsoft Discovery](concept-role-assignments.md)
224-
- [Azure Container Registry documentation](https://learn.microsoft.com/azure/container-registry/)
224+
- [Azure Container Registry documentation](/azure/container-registry/)
225225
- [Azure Private Endpoint overview](../private-link/private-endpoint-overview.md)

articles/microsoft-discovery/concept-bookshelf-and-knowledgebases.md renamed to articles/microsoft-discovery/concept-bookshelf-knowledge-bases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Currently, the Bookshelf supports indexing unstructured (text-based) file format
3535
* JSON
3636
* CSV
3737

38-
The Bookshelf uses Azure AI Search Enrichment to process supported file formats. Images embedded in supported file formats are processed using Azure AI Search's built-in [Vision skill](https://learn.microsoft.com/azure/ai-services/computer-vision/overview), which automatically generates alt-text for embedded images. See [Azure AI Search's documentation](https://microsoftapc.sharepoint.com/:x:/t/ProjectParagon/IQDSrYORrkMDSa9OME93rcyYAc2EV_jDqr9aD3jYTThB7Cs?e=DfOv2t)for the full list of supported file formats.
38+
The Bookshelf uses Azure AI Search Enrichment to process supported file formats. Images embedded in supported file formats are processed using Azure AI Search's built-in [Vision skill](/azure/ai-services/computer-vision/overview), which automatically generates alt-text for embedded images. See [Azure AI Search's documentation](/azure/search/cognitive-search-skill-document-intelligence-layout#supported-file-formats) for the full list of supported file formats.
3939

4040
The knowledge graph and vector database that results from indexing, collectively known as a Knowledge Base (KB), are stored in an Azure SQL DB in your subscription.
4141

articles/microsoft-discovery/concept-discovery-engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ When cognition executes tasks, it draws on the full Microsoft Discovery platform
119119

120120
- **[Agents](concept-discovery-agent.md)**: Specialized AI systems that execute specific types of work. Cognition selects the agent whose capabilities best match each task. An agent is associated to the best model for the type of work required.
121121
- **Tools**: Containerized executables that run on the [supercomputer](how-to-manage-supercomputers.md) for computation, data processing, and analysis. Tools handle work that requires specialized software or significant compute resources.
122-
- **[Bookshelf](concept-bookshelf-and-knowledgebases.md)**: Knowledge bases built from your documents and scientific literature. Agents query bookshelves to ground their reasoning in relevant context.
122+
- **[Bookshelf](concept-bookshelf-knowledge-bases.md)**: Knowledge bases built from your documents and scientific literature. Agents query bookshelves to ground their reasoning in relevant context.
123123

124124
You configure these resources when you set up your workspace and project. Cognition then orchestrates them automatically based on what each task requires.
125125

articles/microsoft-discovery/concept-projects-investigations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ Subscription
102102
- [Add agents using bundles](quickstart-agents-bundles.md)
103103
- [Microsoft Discovery agents](concept-discovery-agent.md)
104104
- [Agent types in Microsoft Discovery](concept-discovery-agent-types.md)
105-
- [Bookshelf & Knowledge Bases](concept-bookshelf-and-knowledgebases.md)
105+
- [Bookshelf & Knowledge Bases](concept-bookshelf-knowledge-bases.md)

articles/microsoft-discovery/concept-resource-provider-registration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Refresh the **Resource providers** page and confirm that all the Resource Provid
8686

8787
#### Prerequisites
8888

89-
- [Azure CLI installed](https://learn.microsoft.com/cli/azure/install-azure-cli)
89+
- [Azure CLI installed](/cli/azure/install-azure-cli)
9090
- Authenticated to your Azure account (`az login`)
9191

9292
#### Register the resource provider
@@ -113,7 +113,7 @@ az provider list --query "[].{Provider:namespace, Status:registrationState}" --o
113113

114114
#### Prerequisites
115115

116-
- [Azure PowerShell module installed](https://learn.microsoft.com/powershell/azure/install-azure-powershell)
116+
- [Azure PowerShell module installed](/powershell/azure/install-azure-powershell)
117117
- Authenticated to your Azure account (`Connect-AzAccount`)
118118

119119
#### Register the resource provider

articles/microsoft-discovery/how-to-data-handling-with-tools-agents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ After this mount, the tool container can read files from `/app/inputs/run1/`.
269269

270270
> [!IMPORTANT]
271271
> Provide only absolute paths in `mountPath`. Relative paths aren't supported. If the URI points to a directory, the directory contents are placed at the mount path. If the URI points to a file, the file is placed at the mount path.
272-
> If not specified explicitly, default value for input is /app/inputs and for and output mounts, it's /app/outputs.
272+
> If not specified explicitly, default value for input is /app/inputs and for output mounts, it's /app/outputs.
273273
274274
### Tell the agent which paths to use in tool descriptions
275275

@@ -409,5 +409,5 @@ If a resource doesn't appear in your conversation, use the following steps:
409409

410410
- [Microsoft Discovery agents](concept-discovery-agent.md)
411411
- [Agent types in Microsoft Discovery](concept-discovery-agent-types.md)
412-
- [Bookshelf and knowledge bases](concept-bookshelf-and-knowledgebases.md)
412+
- [Bookshelf and knowledge bases](concept-bookshelf-knowledge-bases.md)
413413
- [Storage assets and storage containers in Microsoft Discovery](concept-storage-account.md)

articles/microsoft-discovery/how-to-deploy-network-hardened-stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,4 +246,4 @@ When you complete this deployment, you have:
246246
## Next steps
247247

248248
- [Configure network security](how-to-configure-network-security.md) - detailed network hardening and PE setup
249-
- [Bookshelf and Knowledge Bases](concept-bookshelf-and-knowledgebases.md)
249+
- [Bookshelf and Knowledge Bases](concept-bookshelf-knowledge-bases.md)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Nodepools define the compute capacity (VMs) attached to a Supercomputer. You can
9999
2. Under **Settings**, select **Nodepools**.
100100
3. Select **Create**.
101101

102-
:::image type="content" source="./media/how-to-manage-supercomputers/create-supercomputer-nodepool-create.jpg" alt-text="Screenshot of Azure portal showing Supercomputer create nodepool page." lightbox="./media/how-to-manage-supercomputers/create-supercomputer-nodepool-create.jpg":::
102+
:::image type="content" source="./media/how-to-manage-supercomputers/create-supercomputer-node-pool-create.jpg" alt-text="Screenshot of Azure portal showing Supercomputer create nodepool page." lightbox="./media/how-to-manage-supercomputers/create-supercomputer-node-pool-create.jpg":::
103103

104104
### Configure basic settings
105105

@@ -123,7 +123,7 @@ Nodepools define the compute capacity (VMs) attached to a Supercomputer. You can
123123

124124
1. Choose a **Virtual Machine type** for the Node Pool.
125125

126-
:::image type="content" source="./media/how-to-manage-supercomputers/create-supercomputer-nodepool-vm-configuration.jpg" alt-text="SCreenshot of Azure portal showing Nodepool select VM type." lightbox="./media/how-to-manage-supercomputers/create-supercomputer-nodepool-vm-configuration.jpg":::
126+
:::image type="content" source="./media/how-to-manage-supercomputers/create-supercomputer-node-pool-vm-configuration.jpg" alt-text="SCreenshot of Azure portal showing Nodepool select VM type." lightbox="./media/how-to-manage-supercomputers/create-supercomputer-node-pool-vm-configuration.jpg":::
127127

128128
> [!NOTE]
129129
> The selected Virtual Machine type must be available and quota-approved in the selected region.
@@ -134,7 +134,7 @@ Nodepools define the compute capacity (VMs) attached to a Supercomputer. You can
134134

135135
Specify the **maximum node count**, which defines the upper bound for automatically scaling.
136136

137-
:::image type="content" source="./media/how-to-manage-supercomputers/create-supercomputer-nodepool-scaling.jpg" alt-text="Screenshot of Azure portal showing Nodepool scaling options." lightbox="./media/how-to-manage-supercomputers/create-supercomputer-nodepool-scaling.jpg":::
137+
:::image type="content" source="./media/how-to-manage-supercomputers/create-supercomputer-node-pool-scaling.jpg" alt-text="Screenshot of Azure portal showing Nodepool scaling options." lightbox="./media/how-to-manage-supercomputers/create-supercomputer-node-pool-scaling.jpg":::
138138

139139
### Create the Nodepool
140140

@@ -158,7 +158,7 @@ To delete the nodepools, follow these steps:
158158
- Select the Supercomputer that owns the nodepool.
159159
3. Select the **Nodepool** under **Settings** in the left pane.
160160

161-
:::image type="content" source="./media/how-to-manage-supercomputers/delete-nodepool.jpg" alt-text="Screenshot of Azure portal showing nodepools." lightbox="./media/how-to-manage-supercomputers/delete-nodepool.jpg":::
161+
:::image type="content" source="./media/how-to-manage-supercomputers/delete-node-pool.jpg" alt-text="Screenshot of Azure portal showing nodepools." lightbox="./media/how-to-manage-supercomputers/delete-node-pool.jpg":::
162162

163163
4. Select the nodepool or nodepools that you want to delete and select **Delete**
164164
1. Wait for all the nodepools to get deleted, then navigate to the supercomputer and select the **Overview** section in the left pane

articles/microsoft-discovery/media/how-to-manage-supercomputers/create-supercomputer-nodepool-create.jpg renamed to articles/microsoft-discovery/media/how-to-manage-supercomputers/create-supercomputer-node-pool-create.jpg

File renamed without changes.

articles/microsoft-discovery/media/how-to-manage-supercomputers/create-supercomputer-nodepool-scaling.jpg renamed to articles/microsoft-discovery/media/how-to-manage-supercomputers/create-supercomputer-node-pool-scaling.jpg

File renamed without changes.

0 commit comments

Comments
 (0)