Receive events via webhook from a 3rd party app

ULRICH ESCHCOL NYAMSI 1 Reputation point
2020-07-01T08:34:37.097+00:00

I have create a Django app (with postgresql database) in az.
The views.py look like
@require_POST
@csrf_exempt
def enr(request):
jsondata = request.body
...
.save()
return HttpResponse(status=200)

I would like to receive a json data sent from a 3rd party app. I have look several docs in vain. Try also the az function. Please help!!!

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,140 questions
{count} votes