Skip to content

BackEnd DELETE API deletes also the image from Azure storage #258

sanfordwinslow edited this page Mar 24, 2020 · 1 revision

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

1: Open Postman program

2: Make sure drop down is set to DELETE

3: Make sure Params is selected

4: Paste the Azure Function App URL https://func-getdelete-dev.azurewebsites.net/api/v1/machines/{MachineID} in text box next to DELETE button

Where {MachineID} is, enter a machine id number

6: Click the green Send button and you will see the a successful request was made dialog.

7: Log into your Azure portal

8: Click on Resource Groups and search for rg-azfun-sqldb-usw2-dev

9: Click on func-getDelete-dev 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