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
## **Steps to Check Semantic Search Availability**
82
+
1. Open the [Semantic Search Availability](https://learn.microsoft.com/en-us/azure/search/search-region-support) page.
83
+
2. Scroll down to the **"Availability by Region"** section.
84
+
3. Use the table to find supported regions for **Azure AI Search** and its **Semantic Search** feature.
85
+
4. If your target region is not listed, choose a supported region for deployment.
86
+
87
+
📌 **Note:** Some features may only be available in specific regions, so ensure compatibility before proceeding.
88
+
73
89
### [Optional]: Quota Recommendations
74
90
- The default for the GPT model capacity in deployment is **30k tokens**.
75
91
- For optimal performance, it is recommended to increase to **100k tokens**.
@@ -183,12 +199,12 @@ You can view the permissions for your account and subscription by following the
183
199
By default this template will use the environment name as the prefix to prevent naming collisions within Azure. The parameters below show the default values. You only need to run the statements below if you need to change the values.
184
200
185
201
186
-
> To override any of the parameters, run `azd env set <key> <value>` before running `azd up`. On the first azd command, it will prompt you for the environment name. Be sure to choose 3-10 charaters alphanumeric unique name.
202
+
> To override any of the parameters, run `azd env set <key> <value>` before running `azd up`. On the first azd command, it will prompt you for the environment name. Be sure to choose 3-20 charaters alphanumeric unique name.
187
203
188
204
Change the Content Understanding Location (allowed values: West US, Sweden Central, Australia East)
189
205
190
206
```shell
191
-
azd env set AZURE_ENV_CU_LOCATION 'West US'
207
+
azd env set AZURE_ENV_CU_LOCATION 'westus'
192
208
```
193
209
194
210
Change the Secondary Location (example: eastus2, westus2, etc.)
@@ -235,6 +251,12 @@ azd env set AZURE_ENV_EMBEDDING_MODEL_CAPACITY 80
235
251
azd auth login
236
252
```
237
253
254
+
#### To authenticate with Azure Developer CLI (`azd`), use the following command with your **Tenant ID**:
255
+
256
+
```sh
257
+
azd auth login --tenant-id <tenant-id>
258
+
259
+
238
260
2. Provision and deploy all the resources:
239
261
240
262
```shell
@@ -286,6 +308,21 @@ Additional Steps
286
308
287
309
Note: Authentication changes can take up to 10 minutes
288
310
311
+
3. **Deleting Resources After a Failed Deployment**
312
+
Follow steps in [Delete Resource Group](./docs/DeleteResourceGroup.md) If your deployment fails and you need to clean up the resources.
313
+
314
+
## Sample Questions
315
+
316
+
To help you get started, here are some **Sample Questions** you can ask in the app:
317
+
318
+
- Total number of calls by date for the last 7 days
319
+
- Show average handling time by topics in minutes
320
+
- What are the top 7 challenges users reported?
321
+
- Give a summary of billing issues
322
+
- When customers call in about unexpected charges, what types of charges are they seeing?
323
+
324
+
These questions serve as a great starting point to explore insights from the data.
0 commit comments