Lemec Cinq
Lemec Cinq

Reputation: 301

Visual Studio 2022 / ASP.NET Core Web API: Azure deployment blocked on App Service tab

In Microsoft Visual Studio Community 2022 (64-bit) v17.5.3, I created a basic ASP.NET Core Web API project.

I right click, on publish/ add a publish profile /

Target : Azure
Specific target : Azure App Service Linux

And then I am blocked on "App Service":

enter image description here

When I click "Sign in", I don't have a failure or a success screen, I am just stuck at the Sign in screen.

Do you know how to publish my app to Azure please?

Upvotes: 0

Views: 313

Answers (1)

Sampath
Sampath

Reputation: 3659

As I have mentioned, there are several factors that can contribute to it occasionally being a transient problem.

Verify any updates in Visual Studio, Azure development and logging into the Azure Portal will allow you to check the Azure Subscription's status, your role. Tools=>Get Tools and features.

enter image description here

enter image description here

enter image description here

  • If the problem still exists, uninstall Visual Studio and reinstall it using the most recent version from the Visual Studio official website.

Reference:

For much more reference check below.

Upvotes: 0

Related Questions