Run the Solution
September 9, 2024 ยท View on GitHub
Once you have have successfully deployed and configured the solution as required, follow the instructions below to test the solution.
Step 1: Upload PDFs to Azure Data Lake Storage Containers
-
Go to the Azure Portal and select the Azure Storage Account that contains the samples folder.
-
Click the resource and get to its overview page.
-
In the menu pane on the left, under
Data storage, selectContainers. You should see containers listed as below:
-
Navigate to the
file-1-inputfolder and upload selected files from..data/samples/test/contoso_set_1/tofile-1-input.
Step 2: Verify the Form Processing Logic App
-
From Azure portal, open the Form Processing Logic App interface and click 'Run'.
-
Examine azure storage container
files-2-split. If successful, you should see results similar to the screen below:
-
Examine azure storage container
files-3-recognized. If successful, you should see results similar to the screen below:
Step 3: Verify that the Cosmos Database received the data
- From the Azure portal, go to the Azure Cosmos Database account that was deployed through this solution.
- On the left panel, click
Data Explorer. You will see a NoSQL database calledform-dbwith a table calledform-docs. - Expand
form-docsand you will seeItems. - Click on
Itemsto see the form data that was extracted from the PDFs.
