I want to create an Azure Managed Application with an App Service that hosts an Asp.Net Core web app that I've created.
Is it possible to deploy an Asp.Net core web application to an Azure Managed Application when the Customer deploy to its Azure Subscription?
I only found information about creating Azure resources, but not publishing anything to or manipulating any information on them.
Thank you!