Unable to See Function in Flex Consumption App Deployed via ARM Template

Loginsoft_Integrations 0 Reputation points
2024-12-26T14:31:31.9566667+00:00

I deployed a Function App using the Flex Consumption plan with the ARM template from this GitHub sample. The deployment completes without errors, but I’m unable to see the function within the Azure portal.

Has anyone faced a similar issue or have suggestions on how to troubleshoot this?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,253 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. akinbade abiola 21,045 Reputation points
    2024-12-26T14:41:47.2666667+00:00

    Could be the function code hasnt been deployed

    After deploying the infrastructure, you need to publish your function code separately using tools like Azure Functions Core Tools, Visual Studio Code, or Azure CLI

    See: https://zcusa.951200.xyz/en-us/samples/azure-samples/azure-functions-flex-consumption-samples/arm-template-deployment/

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.