sample-hello-world-azure-functions icon indicating copy to clipboard operation
sample-hello-world-azure-functions copied to clipboard

Getting Response status code does not indicate success: 404 (Not Found). while using func kubernetes deploy

Open lungosta opened this issue 3 years ago • 0 comments

A clear and concise description of what the bug is.

Expected Behavior

The functions app is deployed in the AKS cluster without any issue, the problem is related to the Azure DevOps task that fails with error Response status code does not indicate success: 404 (Not Found). even thought the function was properly deployed

Actual Behavior

Azure Function on Kubernetes task should work without that error (Response status code does not indicate success: 404 (Not Found).)

Steps to Reproduce the Problem

  1. Deploy any netcore function app through Azure DevOps task called Azure Function on Kubernetes

Specifications

  • **KEDA Version:2.1.0 *
  • **Kubernetes Version:1.22.4

lungosta avatar May 07 '22 00:05 lungosta