next and finish button disabled when I try to publish my asp.net application using visual studio 2022

Pullaiah Mamidala 0 Reputation points
2023-04-25T07:22:01.7433333+00:00

When I try to deploy my asp.net application to azure with visual studio 2022, upon login to azure account next and finish button disabled, then I tried with import profile then I got below issue. User's image

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,965 questions
{count} votes

2 answers

Sort by: Most helpful
  1. ajkuma 28,036 Reputation points Microsoft Employee Moderator
    2023-04-26T19:03:04.56+00:00

    @Pullaiah Mamidala ,

    From your issue description, I understand you’re deploying asp.net app to Azure App Service with VS 2022.
    Just to clarifying, is this the first App Service deployment that is failing to deploy (on your machine/VS), or it’s always been the case?

    Possible cause:
    -Typically, the issue could be due to TLS version mismatch or .NET reg keys missing.
     -Self hosted agent connected to site using 1.0 or 1.1, we may encounter this error.

    -If the customs agent's TLS version is less than 1.2, the destination will reject the request with TLS error since the destination will support only the TLS version of 1.2 and above.

    Just to highlight, if you’re leveraging self hosted agent/custom agent for DevOps pipeline deployment. In this case, ensuring that the agent has >TLS1.2 installed helps.

    It could be local machine issue communicating across the network with a TLS 1.2 -enabled. We have fixed this issue on a similar discussion thread. The steps involves editing registry on your local Windows machine, note! please exercise caution modify registry or you may attempt to deploy from another Windows machine ( as a test).

    Reference: enable-tls-1-2-client#configure-for-strong-cryptography

    Kindly let us know how it goes, I’ll be happy to follow-up with you further.

    0 comments No comments

  2. Pullaiah Mamidala 0 Reputation points
    2023-04-27T06:58:42.5233333+00:00

    I did not take any action to address the problem, but it did so anyhow. I removed a few apps from my app service subscription two days ago, and then I encountered this problem.

    I believe there may have been a minor problem with my Microsoft account on the Azure end. It starts working after some time.

    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.