Skip to content

Commit 65ed02b

Browse files
Merge pull request #618 from microsoft/hb-avm-script
docs: adds a new post-deployment guide for users who have deployed using the AVM template
2 parents 6851dfb + 447e525 commit 65ed02b

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
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+
> **📋 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).
4+
5+
---
6+
7+
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).
8+
9+
## Prerequisites
10+
11+
- **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)
12+
13+
## Post Deployment Steps
14+
15+
### 1. Access the Application
16+
17+
1. Navigate to the [Azure Portal](https://portal.azure.com)
18+
2. Open the resource group created during deployment
19+
3. Locate the App Service with name starting with `app-`
20+
4. Copy the **URL** from the Overview page
21+
5. Open the URL in your browser to access the application
22+
23+
### 2. Configure Authentication (Optional)
24+
25+
If you want to enable authentication, configure it by following the [App Authentication Guide](./AppAuthentication.md).
26+
27+
### 3. Verify Data Processing
28+
29+
- Check that sample data has been uploaded to the storage account
30+
- Verify that the AI Search index has been created and populated
31+
- Confirm that the application loads without errors
32+
33+
## Getting Started
34+
35+
### Sample Questions
36+
37+
Try these questions in the application to explore the solution capabilities:
38+
39+
- "Total number of calls by date for the last 7 days"
40+
- "Show average handling time by topics in minutes"
41+
- "What are the top 7 challenges users reported?"
42+
- "Give a summary of billing issues"
43+
- "When customers call in about unexpected charges, what types of charges are they seeing?"

0 commit comments

Comments
 (0)