- Log in to the Azure portal.
- In the left-hand menu, click on "Resource groups".
- Select the desired resource group from the list.
- In the resource group overview, locate and click on the Cosmos account resource.
- Once you are on the Cosmos account resource page, navigate to the left-hand menu.
- Under the "Settings" section, click on "Data Explorer".
- In the Data Explorer, you will see a list of databases associated with the Cosmos account.
- Locate the "statusdb" database and click on it to expand.
- Within the expanded "statusdb" database, you will find a list of containers (tables).
- Look for the "items" table and click on it.
- Once you are on the "items" table page, you will see a list of items (documents) in the table.
- Each item represents a file being processed.
- Look for the "status" field to see the status of each file being processed.
- If there are any associated errors, they will be displayed in the "errors" field.