Skip to content

Commit

Permalink
Update Lab-1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedbham committed Jul 6, 2023
1 parent 7cb8a2f commit f629b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/Module1/Lab-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ chmod +x ./tools/deploy/module0/aad-federated-cred.sh

## Testing Transaction Classification App

* Open the sample transaction file [25000_spend_dataset_current_25.csv](../../../tools/deploy/Module1/data/25000_spend_dataset_current_25.csv) and notice that the **classification** column is empty. This is the column that will be populated by the Azure Function by calling Azure OpenAI API.
* Open the sample transaction file [25000_spend_dataset_current_25.csv](../../../tools/deploy/module1/data/25000_spend_dataset_current_25.csv) and notice that the **classification** column is empty. This is the column that will be populated by the Azure Function by calling Azure OpenAI API.
* Upload this file to the **classification** blob container: `portal > storage account > containers > classification > upload`
* After few seconds, download the updated file from the **output** blob container `portal > storage account > containers > output > download`
* Open the file and notice the **classification** column is populated with the predicted category for each transaction.
Expand Down

0 comments on commit f629b13

Please sign in to comment.