All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.azure-config.function.json Maven / Gradle / Ivy

The newest version!
{
  "scriptFile" : "../\${artifactId}-\${version}.jar",
  "entryPoint" : "io.quarkus.azure.functions.resteasy.runtime.Function.run",
  "bindings" : [ {
    "type" : "httpTrigger",
    "direction" : "in",
    "name" : "req",
    "route" : "{*path}",
    "methods" : [ "GET", "POST", "HEAD", "PUT", "OPTIONS", "DELETE" ],
    "dataType" : "binary",
    "authLevel" : "ANONYMOUS"
  }, {
    "type" : "http",
    "direction" : "out",
    "name" : "$return"
  } ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy