You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prerequisites: Postman and an Azure Function App HTTP URL
Step 1: Open Postman
Step 2: Go to File > New > Request
Step 3: Change drop down to GET
Step 4: Make sure Params is selected
Step 5: Paste the Azure Function App URL https://kiara-fun-feat-usw2-task155.azurewebsites.net/api/getMachine?code=14B1U2/gQPU6sRlIfwDt2iaVsaSCfTuccDvM1YgEDAbQrDzLQjWQyQ== in text box next to GET button
Step 6: Click the green Send button and you will see the data from the machines table in JSON format.