Hi @Eduardo Gregorio
I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others", I'll repost your solution in case you'd like to "Accept" the answer.
Issue:
-You added Docker support to your existing web application (.NET Framework v 4.8) in Visual Studio Enterprise 2022 (version 17.4.5).
-When you tried to publish to Azure, Azure App Service Container option was missing in Visual Studio 2022
Solution:
- you were able to run your application with Docker Desktop and you realized the documentation you were following started with creating a .NET Core app, and yours was on .NET framework.
If you have any other questions or are running into more Azure App Service Container issues, please let me know. Thanks again for sharing what worked for you.
Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.