You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documents/DeploymentGuide.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ To deploy this solution, ensure you have access to an [Azure subscription](https
6
6
7
7
Check the [Azure Products by Region](https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/?products=all®ions=all) page and select a **region** where the following services are available:
8
8
9
-
-[Azure AI Foundry](https://learn.microsoft.com/en-us/azure/ai-foundry)
10
-
-[Azure AI Content Understanding Service](https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/)
@@ -177,6 +177,7 @@ When you start the deployment, most parameters will have **default values**, but
177
177
|**Azure Region**| The region where resources will be created. |*(empty)*|
178
178
|**Environment Name**| A **3–20 character alphanumeric value** used to generate a unique ID to prefix the resources. | env\_name |
179
179
|**Azure AI Content Understanding Location**| Region for content understanding resources. | swedencentral |
180
+
|**Use Case**| Industry use case: **Contact-center** or **IT_helpdesk**. | (empty) |
180
181
|**Secondary Location**| A **less busy** region for**Azure SQL and Azure Cosmos DB**, usefulincase of availability constraints. | eastus2 |
181
182
|**Deployment Type**| Select from a drop-down list (allowed: `Standard`, `GlobalStandard`). | GlobalStandard |
182
183
|**GPT Model**| Choose from **gpt-4, gpt-4o, gpt-4o-mini**. | gpt-4o-mini |
@@ -245,6 +246,10 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
245
246
246
247
3. Provide an `azd` environment name (e.g., "ckmapp").
247
248
4. Select a subscription from your Azure account and choose a location that has quota for all the resources.
249
+
5. Choose the use case:
250
+
- **Contact-center**
251
+
- **IT_helpdesk**
252
+
248
253
- This deployment generally takes **7-10 minutes** to provision the resources in your account and set up the solution.
249
254
- If you encounter an error or timeout during deployment, changing the location may help, as there could be availability constraints for the resources.
250
255
@@ -293,7 +298,7 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
9. Once the deployment has completed successfully, open the [Azure Portal](https://portal.azure.com/), go to the deployed resource group, find the App Service, and get the app URL from `Default domain`.
Copy file name to clipboardExpand all lines: documents/SampleQuestions.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ To help you get started, here are some **Sample Prompts** you can ask in the app
5
5
> Note: To avoid rate limit errors, pause for 2–3 seconds after a response before submitting the next question. <br>
6
6
Average response time is 8–14 seconds.
7
7
8
+
For Contact Center use case:
8
9
1. Ask the following questions:
9
10
- Total number of calls by date for last 7 days.
10
11
- To view the response data as a graph, just prompt "Generate Chart".
@@ -16,5 +17,12 @@ Average response time is 8–14 seconds.
16
17
17
18

18
19
20
+
For IT Helpdesk use case:
21
+
1. Ask the following questions:
22
+
- Please provide the total number of calls by date for last 7 days
23
+
- Generate a bar chart showing the number of helpdesk calls per day for the last week.
24
+
- Provide a summary of performance issues users reported this week.
25
+
- Turn these key topics into a structured FAQ.
26
+
19
27
20
28
This structured approach helps users quickly extract actionable insights from client conversations to help users understand priorities, trends, and opportunities for better engagement.
0 commit comments