Skip to content

Commit 242e70c

Browse files
committed
markdown linter
1 parent 15d231e commit 242e70c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/agentic_retrieval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ See the agentic retrieval documentation.
1818

1919
Set the environment variables for your Azure OpenAI GPT deployments to your reasoning model
2020

21-
2221
```shell
2322
azd env set USE_AGENTIC_RETRIEVAL true
2423
```
@@ -28,6 +27,7 @@ See the agentic retrieval documentation.
2827
You can configure which model agentic retrieval uses. By default, gpt-4o-mini is used
2928

3029
For gpt-4o:
30+
3131
```shell
3232
azd env set AZURE_OPENAI_SEARCHAGENT_DEPLOYMENT searchagent
3333
azd env set AZURE_OPENAI_SEARCHAGENT_MODEL gpt-4o

docs/azure_container_apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ The default workload profile is Consumption. If you want to use a dedicated work
4949
azd env AZURE_CONTAINER_APPS_WORKLOAD_PROFILE D4
5050
```
5151

52-
For a full list of workload profiles, please check [here](https://learn.microsoft.com/azure/container-apps/workload-profiles-overview#profile-types).
53-
Please note dedicated workload profiles have a different billing model than Consumption plan. Please check [here](https://learn.microsoft.com/azure/container-apps/billing) for details.
52+
For a full list of workload profiles, please check [the workload profile documentation](https://learn.microsoft.com/azure/container-apps/workload-profiles-overview#profile-types).
53+
Please note dedicated workload profiles have a different billing model than Consumption plan. Please check [the billing documentation](https://learn.microsoft.com/azure/container-apps/billing) for details.
5454

5555
## Private endpoints
5656

docs/deploy_features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ To enable reasoning models, follow the steps in [the reasoning models guide](./r
134134
135135
This feature allows you to use agentic retrieval in place of the Search API. To enable agentic retrieval, follow the steps in [the agentic retrieval guide](./agentic_retrieval.md)
136136
137-
138137
## Using different embedding models
139138
140139
By default, the deployed Azure web app uses the `text-embedding-3-large` embedding model. If you want to use a different embedding model, you can do so by following these steps:

0 commit comments

Comments
 (0)