I need to deploy an Asp.Net Core web application in Azure Marketplace.
I saw the following sample https://github.com/Azure/azure-managedapp-samples/tree/master/Managed%20Application%20Sample%20Packages/201-managed-web-app
Is there a way to let the user create/edit some App Settings fields on the portal and to read those App Settings in the web app hosted inside de VM?
Thank you!