0

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?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Lemec Cinq
  • 281
  • 2
  • 15
  • it is a temporary issue reference [SOTread](https://stackoverflow.com/questions/75882673/cannot-see-azure-resources-in-visual-studio-2022-17-5-3-publish-wizard) and please check if new [update](https://stackoverflow.com/questions/75965004/visual-studio-2022-publish-window-is-not-detecting-authentication-state/75976386#75976386) able in [VS2022](https://stackoverflow.com/questions/75953145/visual-studio-2022-caches-old-tenant-id-cant-get-rid-of-it/75963839#75963839) – Sampath Apr 11 '23 at 00:54

1 Answers1

0

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.

Sampath
  • 810
  • 2
  • 2
  • 13