North-Seattle-College / ad440-winter2020-tuesday-repo

Repository for AD 440 Winter 2020 Tuesday Class
Apache License 2.0
2 stars 3 forks source link

Review: Remove the hard-coded URLs from the EventGrid function and make it work stable #289

Open jerwest opened 4 years ago

Peter-S commented 4 years ago

I do not see anything up yet to test this task but I did work with her on this.

1 - It works. I can plug in the Py and the information is sent to her function and it calls the get to see if the machine exist and then calls the put and updates the database. I am able to verify this both on azure, in the data base and when I check the 1edusite.com. 2 - I can break it. If I change the information being sent by the Py, specifically remove a field being sent like maybe the model number does not need to be updated and I leave that off, it does not work. But, that said, I think, in looking at the put function, that kind of thing should be handled there and not in Lailas.