Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 2 KB

02-TestTheSolution.md

File metadata and controls

42 lines (24 loc) · 2 KB

Test the deployed solution

Watch test demonstration

To test the solution, you can manually push a message in the dataverse-inbound queue (configured in the main.parameters.json file) - for example, you can do it directly from the queue in Azure Portal using the Service Bus Explorer feature.

image

image

image

image

To validate the consumption of the message you can:

  • open the Azure Functions resource, go to the ProcessServiceBusMessage function and check the runs in the Monitor section

image

image

  • open the Application Insights resource, go to the Transaction Search

image

In both places above you should see the traces below:

  • C# ServiceBus queue trigger function processed message
  • Logged on user id

image

If you find the documented traces it means the solution provided in this template is working as expected.