In the documentation it explicitly says:
You can run Data API builder as either a [native .NET application]/azure/app-service/configure-language-dotnetcore) or a Docker container image.
Reference: Hosting options for Data API Builder
However, the page only provides details about how to deploy Data API Builder as a container image, and I couldn’t find any guidance on how to deploy it to Azure App Service in Code mode (as a native .NET application, not using containers).
Could you please provide documentation or examples for deploying Data API Builder in Azure App Service (Code) mode?