0
votes

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

1
Deploying from where? Visual Studio? Azure DevOps? - Bryan Lewis
Using serverless deploy for deployment - Thanh Nguyen Van
@ThanhNguyenVan :Try to regenerate a client secret: i.stack.imgur.com/wPREn.png - Carl Zhao

1 Answers

0
votes

I can reproduce your problem:

enter image description here

The reason for the error is that you have used an invalid client secret, and you need to regenerate a client secret.

enter image description here