@@ -251,6 +251,12 @@ azd env set AZURE_ENV_EMBEDDING_MODEL_CAPACITY 80
251251 azd auth login
252252 ```
253253
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+
2542602. Provision and deploy all the resources:
255261
256262 ```shell
@@ -296,13 +302,6 @@ Additional Steps
296302 chmod +x ./add_user.sh
297303 ./add_user.sh <resourcegroupname> <solution_prefix>
298304
299- ## Authentication
300-
301- To authenticate with Azure Developer CLI (`azd`), use the following command with your **Tenant ID**:
302-
303- ```sh
304- azd auth login --tenant-id <tenant-id>
305-
3063052. **Add App Authentication**
307306
308307 Follow steps in [App Authentication](./docs/AppAuthentication.md) to configure authenitcation in app service.
@@ -316,11 +315,11 @@ Additional Steps
316315
317316To help you get started, here are some **Golden Path Questions** you can ask in the app:
318317
319- - ** Total number of calls by date for the last 7 days**
320- - ** Show average handling time by topics in minutes**
321- - ** What are the top 7 challenges users reported?**
322- - ** Give a summary of billing issues**
323- - ** When customers call in about unexpected charges, what types of charges are they seeing?**
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?
324323
325324These questions serve as a great starting point to explore insights from the data.
326325</br>
0 commit comments