Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,185 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I deployed an Function App through Azure DevOps Pipelines, all files exist but are not displaying in the overview to run or test it.
Step by step I verified:
{
"version": "2.0",
"logging": {
"applicationInsights": {
"samplingSettings": {
"isEnabled": true,
"excludedTypes": "Request"
}
}
},
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[4.*, 5.0.0)"
},
"functionTimeout": "-1"
}
After checked all this steps is still not displaying my functions.
Thanks in advance