Skip to content

Commit 9da3559

Browse files
updated readme
1 parent 4823426 commit 9da3559

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
254260
2. 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-
306305
2. **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
317316
To 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
325324
These questions serve as a great starting point to explore insights from the data.
326325
</br>

0 commit comments

Comments
 (0)