We have .NET Web service which we developed. We had deployed the Azure App Service, Azure API Management and configured the API to point to the Azure App Service.
When we deployed the code directly to Azure App Service using the Azure Devops and tried calling the API,it gives an error message that the service not found or web app is moved.
Could someone help on how we can deploy .NET code to API using Azure Devops release pipeline.
Thanks