Skip to content

Commit d45f1f9

Browse files
author
Mukesh Dua
committed
Fix new-service-folders violations: rename articles and media folders, update all cross-references
- how-to-author-agents.md -> how-to-agent-creation.md (align with existing media folder) - how-to-query-bookshelf-query-logs.md -> how-to-query-bookshelf-logs.md (remove duplicate word) - how-to-create-index-bookshelf-knowledgebase.md -> how-to-index-bookshelf-knowledgebase.md (remove extraneous word) - media/how-to-create-index-bookshelf-knowledgebase/ -> media/how-to-index-bookshelf-knowledgebase/ (20 images) - Updated toc.yml, index.yml, concept-observability.md, how-to-access-resource-logs.md, how-to-prompt-engineering.md, how-to-query-bookshelf-indexing-logs.md, how-to-select-models-for-agents.md
1 parent 241c680 commit d45f1f9

29 files changed

Lines changed: 31 additions & 31 deletions

articles/microsoft-discovery/concept-observability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Logs are typically available in Log Analytics within a few seconds of the event.
126126
- [Query workspace logs](how-to-query-workspace-logs.md)
127127
- [Query CogLoop logs](how-to-query-cognitive-loop-logs.md)
128128
- [Query supercomputer logs](how-to-query-supercomputer-logs.md)
129-
- [Query bookshelf knowledgebase query logs](how-to-query-bookshelf-query-logs.md)
129+
- [Query bookshelf knowledgebase query logs](how-to-query-bookshelf-logs.md)
130130
- [Query bookshelf indexing logs](how-to-query-bookshelf-indexing-logs.md)
131131
- [View activity logs for Microsoft Discovery resources](how-to-view-activity-logs.md)
132132
- [Enable audit logging for Microsoft Discovery resources](how-to-enable-audit-logging.md)

articles/microsoft-discovery/how-to-access-resource-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ Now that you can access the Log Analytics workspace, query logs for your specifi
8585
- [Query workspace logs](how-to-query-workspace-logs.md)
8686
- [Query CogLoop logs](how-to-query-cognitive-loop-logs.md)
8787
- [Query supercomputer logs](how-to-query-supercomputer-logs.md)
88-
- [Query bookshelf knowledgebase query logs](how-to-query-bookshelf-query-logs.md)
88+
- [Query bookshelf knowledgebase query logs](how-to-query-bookshelf-logs.md)
8989
- [Query bookshelf indexing logs](how-to-query-bookshelf-indexing-logs.md)
File renamed without changes.

articles/microsoft-discovery/how-to-create-index-bookshelf-knowledgebase.md renamed to articles/microsoft-discovery/how-to-index-bookshelf-knowledgebase.md

Lines changed: 20 additions & 20 deletions
Large diffs are not rendered by default.

articles/microsoft-discovery/how-to-prompt-engineering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article covers techniques for both instruction authoring and user prompt co
2020

2121
- An active [Azure subscription](https://azure.microsoft.com/free/).
2222
- A deployed Microsoft Discovery workspace with at least one project. For setup instructions, see [Get started with Microsoft Discovery infrastructure](quickstart-infrastructure-portal.md).
23-
- At least one prompt agent created in your project. For details, see [Create agents in Microsoft Discovery](how-to-author-agents.md).
23+
- At least one prompt agent created in your project. For details, see [Create agents in Microsoft Discovery](how-to-agent-creation.md).
2424
- Familiarity with [agent types in Microsoft Discovery](concept-discovery-agent-types.md).
2525

2626
## Understand the two prompt surfaces
@@ -441,5 +441,5 @@ Prompt engineering is iterative. Use the following workflow to improve your prom
441441

442442
- [Select models for agents in Microsoft Discovery](how-to-select-models-for-agents.md)
443443
- [Agent types in Microsoft Discovery](concept-discovery-agent-types.md)
444-
- [Create agents in Microsoft Discovery](how-to-author-agents.md)
444+
- [Create agents in Microsoft Discovery](how-to-agent-creation.md)
445445
- [Prompt engineering techniques for Azure OpenAI](/azure/foundry/openai/concepts/prompt-engineering)

articles/microsoft-discovery/how-to-query-bookshelf-indexing-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,4 +421,4 @@ AzureDiagnostics
421421
- [Observability in Microsoft Discovery](concept-observability.md)
422422
- [Access resource logs for Microsoft Discovery resources](how-to-access-resource-logs.md)
423423
- [Query supercomputer logs](how-to-query-supercomputer-logs.md)
424-
- [Query bookshelf knowledgebase query logs](how-to-query-bookshelf-query-logs.md)
424+
- [Query bookshelf knowledgebase query logs](how-to-query-bookshelf-logs.md)

articles/microsoft-discovery/how-to-query-bookshelf-query-logs.md renamed to articles/microsoft-discovery/how-to-query-bookshelf-logs.md

File renamed without changes.

articles/microsoft-discovery/how-to-select-models-for-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@ You can deploy multiple models in the same workspace and assign different deploy
127127
## Related content
128128

129129
- [Agent types in Microsoft Discovery](concept-discovery-agent-types.md)
130-
- [Create agents in Microsoft Discovery](how-to-author-agents.md)
130+
- [Create agents in Microsoft Discovery](how-to-agent-creation.md)
131131
- [Microsoft Foundry models overview](/azure/foundry/concepts/foundry-models-overview)
132132
- [Foundry model catalog](https://ai.azure.com/catalog/models)

articles/microsoft-discovery/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ landingContent:
5151
- linkListType: how-to-guide
5252
links:
5353
- text: Create agents
54-
url: how-to-author-agents.md
54+
url: how-to-agent-creation.md
5555
- text: Select models for agents
5656
url: how-to-select-models-for-agents.md
5757
- text: Write effective prompts for agents
@@ -89,7 +89,7 @@ landingContent:
8989
- text: Manage storage containers
9090
url: how-to-manage-storage-containers.md
9191
- text: Create and index a Bookshelf Knowledge Base
92-
url: how-to-create-index-bookshelf-knowledgebase.md
92+
url: how-to-index-bookshelf-knowledgebase.md
9393

9494
- title: Security and compliance
9595
linkLists:

articles/microsoft-discovery/media/how-to-create-index-bookshelf-knowledgebase/assign-blob-data-reader-role.png renamed to articles/microsoft-discovery/media/how-to-index-bookshelf-knowledgebase/assign-blob-data-reader-role.png

File renamed without changes.

0 commit comments

Comments
 (0)