Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

deploy Azure Functions to FunctionApp

Target Properties 

Property Name

Property Code

Required

Description

Function App Name

FDAZ_FUNCTION_APP_NAME

Y

Yes

Azure Function App name

Resource Group Name

FDAZ_RESOURCE_GROUP

Y

Yes

Resource Group of Azure Function

Remote Build

FDAZ_REMOTE_BUILD

N

No

Select in case Remote build is required

Docker Registry Account

FDDKR_REGISTRY_ACCOUNT_CODE

N

No

Docker registry credentials

Show Deployment Log

FDAZ_SHOW_DEPLOYMENT_LOG

N

No

To get detailed deployment log(if available).

Applicable only for archive deployment

Slot Name

FDAZ_SLOT_NAME

Y

Yes

Slot for code deployment

Target slot to swap

FDAZ_TARGET_SLOT_NAME

N

No

Slot to be swapped with

Azure Cloud Account

FDAZ_ACCOUNT_CODE

Y

Yes

Azure cloud account Name

Docker Image Name

FDDKR_IMAGE_NAME

N

No

The name of the docker image, including the repository if desired. i.e. foo/bar or bar.

Docker Image Tag

FDDKR_IMAGE_TAG

N

No

The tag of the docker image.

 

Inputs

Property

Input Name

Property

Input Code

Required

Description

Application Setting File

FDAZ_INP_APP_SETTING_VALS

N

No

Relative/absolute path of file with Application settings

Connection String File

FDAZ_INP_CONNECTION_STRING_VALS

N

No

Relative/absolute path of file with Connection String

Artifacts

This operation consume artifacts.  

...