-1

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

krishna
  • 49
  • 2
  • 6
  • Many different things could go wrong. You don't expect us to write you a tutorial on how to deploy an app service, don't you? Especially because there are plenty information on the Internet on how to do it. So unless you give us more details, no one will be able to help you. – SteppingRazor May 22 '21 at 08:44
  • Understood, here is the issue i am facing when browsing the API. [EndpointNotFoundException]: There was no channel actively listening at '<>/Service.svc/processSIDFile?code='. This is often caused by an incorrect address URI. Ensure that the address to which the message is sent matches an address on which a service is listening. I am able to browse the App Service URI – krishna May 22 '21 at 15:38
  • I was able to fix the issue. the issue was with the web.config. – krishna May 22 '21 at 16:22

1 Answers1

0

I was able to fix the issue. the issue was with the web.config using the link - https://www.beringer.net/beringerblog/wcf-webservice-doesnt-respond-via-https-hosted-microsoft-azure/

krishna
  • 49
  • 2
  • 6