Skip to content

Backend Team Task #193 GET Machine w ID Logging Config (Debug, Info and Error)

sanfordwinslow edited this page Mar 14, 2020 · 3 revisions

https://github.com/North-Seattle-College/ad440-winter2020-tuesday-repo/issues/193

1: Open Postman program

2: Make sure drop down is set to GET

3: Make sure Params is selected

4: Paste the Azure Function App URL https://san-fun-usw2-task156.azurewebsites.net/api/machines/{MachineID}?code=0QZ7re1VjAXWcYWew1lSfKQWIqEHoE4nVMjoQNyXiajBryooiiz3ZQ== in text box next to GET button

  1. Where {MachineID} is, enter a machine id number

6: Click the green Send button and you will see the data from the machines table in JSON format.

7: Log into your Azure portal

8: Click on Resource Groups and search for san-rg-feat-usw2-task156

9: Click on san-rg-fun-usw2-task156 resource group

10: On the left hand side click on Monitor

11: Click on the most recent test to see the Invocation Details and you will see the logging messages

Clone this wiki locally