@@ -108,6 +108,15 @@ bash ./infra/scripts/run_create_agents_scripts.sh <Resource-Group-Name>
108108
109109> ⚠️ ** Important** : Replace ` <Resource-Group-Name> ` with your actual resource group name from the deployment.
110110
111+ Alternatively, If you don't have ` azd env ` configured, pass the required parameters:
112+
113+ ``` bash
114+ bash ./infra/scripts/run_create_agents_scripts.sh \
115+ < Resource-Group-Name> < Project-Endpoint> < Solution-Name> \
116+ < GPT-Model-Name> < AI-Foundry-Resource-ID> < API-App-Name> \
117+ < AI-Search-Connection-Name> < AI-Search-Index>
118+ ```
119+
111120---
112121
113122### Step 4: Process Sample Data
@@ -120,6 +129,20 @@ bash ./infra/scripts/process_sample_data.sh <Resource-Group-Name>
120129
121130> ⚠️ ** Important** : Replace ` <Resource-Group-Name> ` with your actual resource group name from the deployment.
122131
132+ Alternatively, If you don't have ` azd env ` configured, pass the required parameters:
133+
134+ ``` bash
135+ bash ./infra/scripts/process_sample_data.sh \
136+ < Resource-Group-Name> < Azure-Subscription-ID> \
137+ < Storage-Account-Name> < Storage-Container-Name> \
138+ < SQL-Server-Name> < SQL-Database-Name> < Backend-User-MID-Client-ID> < Backend-User-MID-Display-Name> \
139+ < AI-Search-Name> < Search-Endpoint> \
140+ < AI-Foundry-Resource-ID> < CU-Foundry-Resource-ID> \
141+ < OpenAI-Endpoint> < Embedding-Model> < Deployment-Model> \
142+ < CU-Endpoint> < CU-API-Version> < AI-Agent-Endpoint> \
143+ < Use-Case> < Solution-Name>
144+ ```
145+
123146---
124147
125148### Step 5: Access the Application
@@ -175,10 +198,12 @@ To replace the sample data with your own conversational data, follow these steps
175198Run the processing script to integrate your data into the solution:
176199
177200``` bash
178- bash ./infra/scripts/process_custom_data.sh
201+ bash ./infra/scripts/process_custom_data.sh < Resource-Group-Name >
179202```
180203
181- If you don't have ` azd env ` configured, pass the required parameters:
204+ > ⚠️ ** Important** : Replace ` <Resource-Group-Name> ` with your actual resource group name from the deployment.
205+
206+ Alternatively, If you don't have ` azd env ` configured, pass the required parameters:
182207
183208``` bash
184209bash ./infra/scripts/process_custom_data.sh \
0 commit comments