Azure Functions
An Azure service that provides an event-driven serverless compute platform.
2,795 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I'm trying to ignore few attributes from response model inside Serverless Azure, Java function app.
But still ignored attributes are comming along the response..
Wasanthi Mahawaththa Thank you for posting your question in Microsoft Q&A. Can you share how do you write your response in your Func App?
Here is Azure Function sample https://github.com/Azure/azure-functions-java-worker/issues/236#issuecomment-437089950 that you can use for writing response.
You can try this above sample and let me know if you still face the issue.
Wasanthi Mahawaththa Just a follow up on my comment and see if it helped with your question. Otherwise, share the additional details that would help in understanding the issue better.