Skip to content

Commit f45aae8

Browse files
docs: adds a new post-deployment guide for users who have deployed using the AVM template (#1936)
1 parent 6c36355 commit f45aae8

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

docs/AVMPostDeploymentGuide.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# AVM Post Deployment Guide
2+
3+
> **📋 Note**: This guide is specifically for post-deployment steps after using the AVM template. For complete deployment from scratch, see the main [deployment guide](../README.md).
4+
5+
---
6+
7+
This document provides guidance on post-deployment steps after deploying the Chat with your data - Solution accelerator from the [AVM (Azure Verified Modules) repository](https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/sa/chat-with-your-data).
8+
9+
## Pre-requisites
10+
11+
Ensure you have a **Deployed Infrastructure** - A successful Chat with your data - Solution accelerator deployment from the [AVM repository](https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/sa/chat-with-your-data)
12+
13+
## Post Deployment Steps
14+
15+
### Step 1: Configure App Authentication
16+
17+
1. After deployment is complete, navigate to your Azure App Service in the Azure portal
18+
2. Follow the detailed instructions in [Set Up Authentication in Azure App Service](./azure_app_service_auth_setup.md) to add authentication to your web app
19+
3. This will ensure only authorized users can access your application
20+
21+
### Step 2: Access and Configure the Admin Site
22+
23+
1. **Navigate to the admin site** using the following URL pattern:
24+
```
25+
https://web-{unique-token}-admin.azurewebsites.net/
26+
```
27+
28+
2. **Upload your documents**:
29+
- Select **Ingest Data** from the admin interface
30+
- Upload your documents using the drag-and-drop interface
31+
- For testing purposes, you can use the sample data located in the `/data` directory of this repository
32+
33+
![Admin site interface](./images/admin-site.png)
34+
35+
3. **Monitor the ingestion process**:
36+
- Wait for the documents to be processed and indexed
37+
- Verify successful ingestion through the admin interface
38+
39+
### Step 3: Access the Chat Application
40+
41+
1. **Navigate to the main chat application** using this URL pattern:
42+
```
43+
https://web-{unique-token}.azurewebsites.net/
44+
```
45+
46+
2. **Test the chat functionality**:
47+
- Start a conversation by asking questions about your uploaded documents
48+
- Verify that the AI responds with relevant information from your data
49+
50+
![Chat application interface](./images/web-unstructureddata.png)
51+
52+
## Next Steps
53+
54+
Consider these additional configurations for enhanced functionality:
55+
56+
- 📚 **[Advanced Image Processing](./advanced_image_processing.md)** - Enable enhanced document processing
57+
- 🔄 **[Integrated Vectorization](./integrated_vectorization.md)** - Configure advanced AI search features
58+
- 💬 **[Conversation Flow Options](./conversation_flow_options.md)** - Customize the chat experience
59+
- 🎤 **[Speech-to-Text](./speech_to_text.md)** - Add voice interaction capabilities

0 commit comments

Comments
 (0)