Skip to content

Commit 2ecc312

Browse files
Add AVM Post Deployment Guide
1 parent 3f2cce3 commit 2ecc312

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

documents/AVMPostDeploymentGuide

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# AVM Post Deployment Guide
2+
3+
This document provides guidance on post-deployment steps after deploying the Conversation Knowledge Mining solution accelerator from the [AVM (Azure Verified Modules) repository](https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/sa/conversation-knowledge-mining).
4+
5+
## Prerequisites
6+
7+
- **Deployed Infrastructure** - A successful Conversation Knowledge Mining solution accelerator deployment from the [AVM repository](https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/sa/conversation-knowledge-mining)
8+
9+
## Post Deployment Steps
10+
11+
### 1. Access the Application
12+
13+
1. Navigate to the [Azure Portal](https://portal.azure.com)
14+
2. Open the resource group created during deployment
15+
3. Locate the App Service with name starting with `app-`
16+
4. Copy the **URL** from the Overview page
17+
5. Open the URL in your browser to access the application
18+
19+
### 2. Configure Authentication (Optional)
20+
21+
If you want to enable authentication, configure it by following the [App Authentication Guide](./AppAuthentication.md).
22+
23+
### 3. Verify Data Processing
24+
25+
- Check that sample data has been uploaded to the storage account
26+
- Verify that the AI Search index has been created and populated
27+
- Confirm that the application loads without errors
28+
29+
## Getting Started
30+
31+
### Sample Questions
32+
33+
Try these questions in the application to explore the solution capabilities:
34+
35+
- "Total number of calls by date for the last 7 days"
36+
- "Show average handling time by topics in minutes"
37+
- "What are the top 7 challenges users reported?"
38+
- "Give a summary of billing issues"
39+
- "When customers call in about unexpected charges, what types of charges are they seeing?"
40+
41+
---
42+
43+
> **📋 Note**: This guide is specifically for post-deployment steps after using the AVM template. For complete deployment instructions, see the main [Deployment Guide](./DeploymentGuide.md).

0 commit comments

Comments
 (0)