From 0874966f1a491c71cdf399ba03f613ba4ebdef26 Mon Sep 17 00:00:00 2001 From: Luis Toledo Date: Thu, 2 Jan 2020 10:05:34 -0300 Subject: [PATCH] readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1e07ddd..d7cd0eb 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,9 @@ To configure the Azure Storage Account credentials you can set these property va * `${job.id}` = job UUID (or blank). * `${job.group}` = job group (or blank). * `${job.name}` = job name (or blank) + +* **defaultEndpointProtocol**: Endpoint Protocol. Default Endpoint Protocol: http (default) or https +* **extraConnectionSettings**: Extra connection settings, see https://docs.microsoft.com/en-us/azure/storage/common/storage-configure-connection-string#store-a-connection-string You can define the configuration values in `framework.properties` by prefixing the property name with the stem: `framework.plugin.ExecutionFileStorage.azure-storage`. Or in a project's `project.properties` file with the stem `project.plugin.ExecutionFileStorage.azure-storage`. @@ -153,6 +156,7 @@ For example: #storage.storageAccount and storage.accessKey framework.plugin.ExecutionFileStorage.azure-storage.storageAccount= framework.plugin.ExecutionFileStorage.azure-storage.accessKey= +framework.plugin.ExecutionFileStorage.azure-storage.defaultEndpointProtocol=https #path to store the logs framework.plugin.ExecutionFileStorage.azure-storage.path=logs/${job.project}/${job.execid}.log