| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
UPLOAD_DIR |
"%s[DIR] %s --> %s" |
public static final String |
UPLOAD_DIR_FAILURE |
"Failed to upload directory: %s --> %s" |
public static final String |
UPLOAD_DIR_FINISH |
"Successfully uploaded directory: %s --> %s" |
public static final String |
UPLOAD_DIR_START |
"Uploading directory: %s --> %s" |
public static final String |
UPLOAD_FAILURE |
"Failed to upload files to FTP server, retrying immediately (%d/%d)" |
public static final String |
UPLOAD_FILE |
"%s[FILE] %s --> %s" |
public static final String |
UPLOAD_FILE_REPLY |
"%s.......Reply Message : %s" |
public static final String |
UPLOAD_RETRY_FAILURE |
"Failed to upload files to FTP server after %d retries..." |
public static final String |
UPLOAD_START |
"Uploading files to FTP server: " |
public static final String |
UPLOAD_SUCCESS |
"Successfully uploaded files to FTP server: " |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
MICROSOFT_INSIGHTS |
"microsoft.insights" |
private static final String |
REGISTERED |
"Registered" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
UNKNOWN_DEPLOYMENT_TYPE |
"The value of <deploymentType> is unknown." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
FAIL_TO_DELETE_BLOB |
"Fail to delete blob" |
private static final String |
FAIL_TO_GENERATE_BLOB_SAS_TOKEN |
"Fail to generate blob sas token" |
private static final String |
FAIL_TO_UPLOAD_BLOB |
"Fail to updload file as blob" |
private static final int |
SAS_START_RESERVE_MINUTE |
5 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
APP_SETTING_DISABLE_WEBSITES_APP_SERVICE_STORAGE |
"false" |
public static final String |
APP_SETTING_FUNCTION_APP_EDIT_MODE |
"FUNCTION_APP_EDIT_MODE" |
public static final String |
APP_SETTING_FUNCTION_APP_EDIT_MODE_READONLY |
"readOnly" |
public static final String |
APP_SETTING_MACHINEKEY_DECRYPTION_KEY |
"MACHINEKEY_DecryptionKey" |
public static final String |
APP_SETTING_WEBSITE_RUN_FROM_PACKAGE |
"WEBSITE_RUN_FROM_PACKAGE" |
public static final String |
APP_SETTING_WEBSITES_ENABLE_APP_SERVICE_STORAGE |
"WEBSITES_ENABLE_APP_SERVICE_STORAGE" |
public static final String |
INTERNAL_STORAGE_KEY |
"AzureWebJobsStorage" |
public static final String |
LOCAL_SETTINGS_FILE |
"local.settings.json" |
public static final String |
ZIP_EXT |
".zip" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
HTTP_OUTPUT_DEFAULT_NAME |
"$return" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
HTTP_OUTPUT_NOT_ALLOWED |
"HttpOutput binding is only allowed to use with HttpTrigger binding. HttpOutput binding found on method: " |
public static final String |
MULTIPLE_TRIGGER |
"Only one trigger is allowed for each Azure Function. Multiple triggers found on method: " |
public static final String |
STORAGE_CONNECTION_EMPTY |
"Storage binding (blob/queue/table) must have non-empty connection. Invalid storage binding found on method: " |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CANNOT_AUTO_INSTALL |
"Local Azure Functions Core Tools does not exist or is too old to support function extension installation, skip package phase. To install or update it, see: https://aka.ms/azfunc-install" |
public static final String |
FUNC_EXTENSIONS_INSTALL_TEMPLATE |
"func extensions install -c \"%s\" --java" |
public static final String |
GET_LATEST_VERSION_CMD |
"npm view azure-functions-core-tools dist-tags.core" |
public static final String |
GET_LATEST_VERSION_FAIL |
"Failed to check update for Azure Functions Core Tools" |
public static final String |
GET_LOCAL_VERSION_CMD |
"func --version" |
public static final String |
GET_LOCAL_VERSION_FAIL |
"Failed to get Azure Functions Core Tools version locally" |
public static final String |
INSTALL_FUNCTION_EXTENSIONS_FAIL |
"Failed to install the Function extensions" |
public static final String |
NEED_UPDATE_FUNCTION_CORE_TOOLS |
"Local version of Azure Functions Core Tools (%s) does not match the latest (%s). Please update it for the best experience. See: https://aka.ms/azfunc-install" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SKIP_DOCKER_DEPLOYMENT |
"Skip deployment for docker functions" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
INTERNAL_STORAGE_NOT_FOUND |
"Application setting \'AzureWebJobsStorage\' not found." |
private static final String |
STAGE_DIR_NOT_FOUND |
"Azure Functions stage directory not found. Please run \'mvn clean azure-functions:package\' first." |
private static final String |
UNSUPPORTED_DEPLOYMENT_TARGET |
"Unsupported deployment target, only function is supported" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CREATE_ZIP_DONE |
"Successfully saved ZIP file at " |
public static final String |
CREATE_ZIP_START |
"Step 1 of 4: Creating ZIP file..." |
public static final String |
DELETE_PACKAGE_DONE |
"Successfully deleted deployment package " |
public static final String |
DELETE_PACKAGE_FAIL |
"Failed to delete deployment package " |
public static final String |
DELETE_PACKAGE_START |
"Step 4 of 4: Deleting deployment package from Azure Storage..." |
public static final String |
DEPLOY_PACKAGE_DONE |
"Successfully deployed Azure Function App." |
public static final String |
DEPLOY_PACKAGE_START |
"Step 3 of 4: Deploying Azure Function App with package..." |
public static final String |
DEPLOYMENT_PACKAGE_CONTAINER |
"java-functions-deployment-packages" |
public static final String |
UPLOAD_PACKAGE_DONE |
"Successfully uploaded ZIP file to " |
public static final String |
UPLOAD_PACKAGE_START |
"Step 2 of 4: Uploading ZIP file to Azure Storage..." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEPLOYMENT_PACKAGE_CONTAINER |
"java-functions-run-from-packages" |
public static final int |
SAS_EXPIRE_DATE_BY_YEAR |
10 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
RUN_FROM_PACKAGE_VALUE |
"1" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
FUNCTION_EXTENSION_VERSION_NOT_SUPPORTED |
"Linux function is not fully supported in current version %s, please set `FUNCTION_EXTENSION_VERSION` to `~3` for better experience" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
INVALID_DOCKER_RUNTIME |
"Invalid docker runtime configured." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
TARGET_CONFIGURATION_SOURCE_SLOT_NOT_EXIST |
"The deployment slot specified in <configurationSource> does not exist." |
private static final String |
UNKNOWN_CONFIGURATION_SOURCE |
"Unknown <configurationSource> value for creating deployment slot. Please use \'NEW\', \'PARENT\' or specify an existing slot." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
HOST_JAVA_VERSION |
"Java version of function host : %s" |
private static final String |
HOST_JAVA_VERSION_OFF |
"Java version of function host is not initiated, set it to Java 8." |
private static final String |
HOST_JAVA_VERSION_UPDATE |
"Updating function host java version from %s to %s" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
BINDINGS |
"bindings" |
private static final String |
ENTRY_POINT |
"entryPoint" |
private static final String |
FUNCTIONS |
"functions" |
private static final String |
SCRIPT_FILE |
"scriptFile" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
VARIABLES_PREFIX |
"variables_" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
INVALID_FUNCTION_EXTENSION_VERSION |
"FUNCTIONS_EXTENSION_VERSION is empty or invalid, please check the configuration" |
private static final String |
INVALID_JAVA_VERSION |
"Invalid java version %s, using default value java 8" |
private static final String |
LOAD_BINDING_TEMPLATES_FAIL |
"Failed to load function binding template." |
private static final String |
LOAD_TEMPLATES_FAIL |
"Failed to load all function templates." |
private static final String |
UNSUPPORTED_JAVA_VERSION |
"Unsupported java version %s, using default value java 8" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
DEPLOY_ABORT |
"Deployment is aborted." |
protected static final String |
DEPLOY_FINISH |
"Successfully deployed the artifact to https://%s" |
protected static final String |
DEPLOY_START |
"Trying to deploy artifact to %s..." |
protected static final String |
STAGING_FOLDER_EMPTY |
"Staging directory: \'%s\' is empty, please check your <resources> configuration.(Have you executed mvn package before this command?)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
DEFAULT_MAX_RETRY_TIMES |
3 |
private static final String |
DEFAULT_WEBAPP_ROOT |
"/site/wwwroot" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
DEFAULT_MAX_RETRY_TIMES |
3 |
private static final String |
LOCAL_SETTINGS_FILE |
"local.settings.json" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
TARGET_APP_SERVICE_PLAN_DO_NOT_EXIST |
"Target app service plan %s cannot be found in resource group %s, please check the configuration" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
EMPTY_REPLACEMENT |
":" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
SERVICE_PLAN_NOT_FOUND |
"Failed to get App Service Plan." |
private static final String |
UPDATE_APP_SERVICE_PLAN |
"Updating App Service Plan..." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
MAC_REGEX |
"([0-9A-Fa-f]{2}[:-]){5}[0-9A-Fa-f]{2}" |
Copyright © 2020. All rights reserved.