Skip to content

Commit c8af804

Browse files
fix: Correct parameter order in configuration examples for clarity
1 parent 08efc7e commit c8af804

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documents/CustomizeData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you would like to update the solution to leverage your own data please follow
3030
<AI-Search-Name> <Search-Endpoint> \
3131
<AI-Foundry-Resource-ID> <CU-Foundry-Resource-ID> \
3232
<OpenAI-Endpoint> <Embedding-Model> <Deployment-Model> \
33-
<CU-Endpoint> <AI-Agent-Endpoint> <CU-API-Version>
33+
<CU-Endpoint> <CU-API-Version> <AI-Agent-Endpoint>
3434
```
3535
3636
## How to Login to VM Using Azure Bastion

documents/DeploymentGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
309309
<AI-Search-Name> <Search-Endpoint> \
310310
<AI-Foundry-Resource-ID> <CU-Foundry-Resource-ID> \
311311
<OpenAI-Endpoint> <Embedding-Model> <Deployment-Model> \
312-
<CU-Endpoint> <AI-Agent-Endpoint> <CU-API-Version> <Use-Case>
312+
<CU-Endpoint> <CU-API-Version> <AI-Agent-Endpoint> <Use-Case>
313313
```
314314
315315
10. Once the script has run successfully, open the [Azure Portal](https://portal.azure.com/), go to the deployed resource group, find the App Service, and get the app URL from `Default domain`.

0 commit comments

Comments
 (0)