I have a function in AWS lambda which is connected with AWS API gateway, no what I want to do is to move this setup to Azure, such that I want my function in Azure functions app and connect it with Azure API management so that I can use this API and use a GET request from postman to get the desired output.
I tried creating an HTTP trigger and then changing the code inside the function but it never worked I tried using Azure CLI to push the Python file but it was still not successful.
Remijius Briska is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.