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
* 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.
143
+
* 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.
144
144
* Upload this file to the **classification** blob container: `portal > storage account > containers > classification > upload`
145
145
* After few seconds, download the updated file from the **output** blob container `portal > storage account > containers > output > download`
146
146
* Open the file and notice the **classification** column is populated with the predicted category for each transaction.
0 commit comments