Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.71 KB

File metadata and controls

33 lines (20 loc) · 1.71 KB

Test the Solution Accelerator

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

  1. Go to the Azure Portal and select the Azure Storage Account that contains the samples folder.

  2. Click the resource and get to its overview page.

  3. In the menu pane on the left, under Data storage, select Containers. You should see containers listed as below:

    ADLS-Containers

  4. Navigate to the file-1-input folder and upload selected files from ..Data/samples/test/contoso_set_1/ to file-1-input.

Step 2: Verify the Form Processing Logic App

  1. From Azure portal, open the Form Processing Logic App interface and click 'Run Trigger'.

  2. Examine azure storage container files-2-split. If successful, you should see results similar to the screen below:

    Form-Proc-Results

  3. Examine azure storage container files-3-recognized. If successful, you should see results similar to the screen below:

    Form-Proc-Results

Step 3: Verify that the Cosmos Database received the data

  1. From the Azure portal, go to the Azure Cosmsos Database account that was deployed through this solution.

  2. On the left panel, click Data Explorer. You will see a NoSQL database called form-db with a table called form-docs.

  3. Expand form-docs and you will see Items.

  4. Click on Items to see the data that was loaded from the PDFs.

    validate-cosmos