I want to know what is the meaning of each satus of deployment respond

362335821 21 Reputation points Microsoft Employee
2021-02-27T20:25:54.553+00:00

Deployment endpoint responded with status code 202,500? and more

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,953 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,992 questions
0 comments No comments
{count} votes

Accepted answer
  1. JayaC-MSFT 5,606 Reputation points
    2021-03-01T13:03:58.767+00:00

    Hello @Anonymous
    Which deployment endpoint are you referring to?
    Also, these status codes have generic description:

    202: Accepted - indicates that server has received and understood the request, and that it has been accepted for processing

    500 : Internal Server error - indicates that the server encountered something it didn't expect and was unable to complete the request.

    https://learn.microsoft.com/en-us/dotnet/api/system.net.httpstatuscode?view=net-5.0

    https://developer.mozilla.org/en-US/docs/Web/HTTP/Status

    Please let me know if this helps.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. 362335821 21 Reputation points Microsoft Employee
    2021-03-02T08:10:29.91+00:00

    So the response code are just http status code not define by azure deployment endpoint.
    I get it thank you

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.