Hi @leo del ciello,
Thank you for reaching out to MS Q&A.
In Visual Studio, Open Tools
=> Options
=> Azure Service Authentication
=> Account Selection
Make sure you have logged in to the same account.

If you see any re-enter credentials option, click on it and filter with the required Tenant and login again.


- Now check the App service options in Publish profile, you will be able to see the available subscriptions enabling you to select one.

If you are still facing issue with the above deployment process, as an alternative approach you can use Import Profile
option to deploy the app.

- Create an App Service in Azure Portal with the required Runtime stack.

- Enable the Basic Authentication under Configuration section.

- Download the Publish profile from App Service overview.

- Now in Visual Studio, select the
Import Profile
and attach the downloaded publish profile and continue with the next steps.

Output:

Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.