Skip to content

Commit f8b03ef

Browse files
fix: improve README post-deployment instructions for non-technical users
- Simplify jargon-heavy description to plain language - Remove unnecessary az login step (Cloud Shell is already authenticated) - Add tip explaining how to find the resource group name - Bold step titles for better scannability Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fcadd2f commit f8b03ef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,16 +201,17 @@ Select either "PostgreSQL" or "Cosmos DB":
201201

202202
When Deployment is complete:
203203

204-
1. Run the post-deployment setup script to configure the Function App client key and create PostgreSQL tables (if applicable). Open [Azure Cloud Shell](https://shell.azure.com) (Bash) and run:
204+
1. **Run the post-deployment setup script** to finish configuring your application. Open [Azure Cloud Shell](https://shell.azure.com) and select **Bash**, then run the following commands:
205205

206206
```bash
207-
az login
208207
git clone https://github.com/Azure-Samples/chat-with-your-data-solution-accelerator.git
209208
cd chat-with-your-data-solution-accelerator
210209
bash scripts/post_deployment_setup.sh "<your-resource-group-name>"
211210
```
212211

213-
2. Follow steps in [Set Up Authentication in Azure App Service](./docs/azure_app_service_auth_setup.md) to add app authentication to your web app running on Azure App Service
212+
> **💡 Tip:** Replace `<your-resource-group-name>` with the name of the resource group created during deployment. You can find it in the [Azure Portal](https://portal.azure.com/) under **Resource Groups**, or from the deployment output in your terminal.
213+
214+
2. **Set up authentication** by following [Set Up Authentication in Azure App Service](./docs/azure_app_service_auth_setup.md) to secure your web application
214215

215216
**Note**: The default configuration deploys an OpenAI Model "gpt-4.1" with version 2025-04-14. However, not all
216217
locations support this version. If you're deploying to a location that doesn't support version 2024-05-13, you'll need to

0 commit comments

Comments
 (0)