Skip to content

Commit cebee44

Browse files
docs: Add AVM Post Deployment Guide
1 parent cd02b5b commit cebee44

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

docs/AVMPostDeploymentGuide.md

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

0 commit comments

Comments
 (0)