I sometime got this error while deploying function app to Azure.
Error: Get Token request returned http error: 401 and server response:
{"error":"invalid_client","error_description":"AADSTS7000215: Invalid
client secret is provided.\r\nTrace ID
The reason for the error is that you have used an invalid client secret, and you need to regenerate a client secret.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more
serverless deployfor deployment - Thanh Nguyen Van