Interface AzureFunctionsConfig.RuntimeConfig

Enclosing interface:
AzureFunctionsConfig

public static interface AzureFunctionsConfig.RuntimeConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    URL of docker image if deploying via docker
    Should be set to at least the minimum Quarkus compatible version
    os()
    Valid values are linux, windows, and docker
    If using docker, url of registry
  • Method Details

    • os

      @WithDefault("linux") String os()
      Valid values are linux, windows, and docker
    • javaVersion

      @WithDefault("17") String javaVersion()
      Should be set to at least the minimum Quarkus compatible version
    • image

      Optional<String> image()
      URL of docker image if deploying via docker
    • registryUrl

      Optional<String> registryUrl()
      If using docker, url of registry