I've Created HttpTrigger Azure Java Functions, Function Name 1.ADMIN (ADMIN LEVEL Authherization)
Above Function Having Admin Auth, Successfully Deployed to Function app and I've Updated _master Key Value In Function App
But, This Function Not Working In Postman Even I use Master key and Value In Autherization Section Through Postman
Postman Error: 404Not Found
Please Guide me is it right way to use Admin Auth For azure Java Function or need to ADD/change any Things in Code/Function App Level?