upsertFunctionApplicationSetting
Insert/update Application Setting properties for Function App
It first connects to the intended Azure Tenant Subscription with provided credentials. Next, it updates Application Setting properties in Azure Function App. While doing so it performs environment and project-specific property replacement as well. Â You need to create a Function App artifact as part of the build workflow which should contain an Application Setting properties file.
This operation should return the status and response details of execution details from Azure.
Target PropertiesÂ
Property Name | Property Code | Required | Description |
Function App Slot Name | FDAZ_SLOT_NAME | Yes | Slot for Function App deployment |
Azure Cloud Account | FDAZ_ACCOUNT_CODE | Yes | Azure cloud account name |
Absolute path of Azure CLI | FDAZ_CLI_PATH | No | e.g. /u01/azure/bin/az or c:\\azure\cli\wbin\az |
Project PropertiesÂ
Property Name | Property Code | Required | Description |
Function App Name | FDAZ_FUNCTION_APP_NAME | Yes | Azure Function App name |
Resource Group Name | FDAZ_RESOURCE_GROUP | Yes | Azure Resource Group name |
Application Setting File Name | FDAZ_APP_SETTING_FILE | No | Name of Application Settings file |
Inputs
Input Name | Property Code | Required | Description |
Application Setting Properties | FDAZ_INP_APP_SETTING_VALS | No | Upsert any Application Setting property(s) |
Outputs
Output Name | Required | Description |
FDAZ_OUT_APP_SETTING_STATUS | Yes | Status of the deployment |
FDAZ_OUT_APP_SETTING_RESP | Yes | Response of the deployment |
FDAZ_OUT_APP_SETTING_ERR | No | Error (in case any) from the deployment |
Artifacts
This operation consumes artifacts. Â
Endpoint Selection
This operation will select all available endpoints associated with the target.
Endpoint Execution
This operation will execute on any of the selected endpoints and will be random in determining which one.
- style