From 7e0211e82bcca767a2da2d6ef6938b83f11703bf Mon Sep 17 00:00:00 2001 From: Jaimie Withers Date: Mon, 22 Jul 2024 14:11:10 +0000 Subject: [PATCH 1/2] small change --- config.sample.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.sample.yaml b/config.sample.yaml index af79005..e4c2f2d 100644 --- a/config.sample.yaml +++ b/config.sample.yaml @@ -31,7 +31,7 @@ tre: core_app_service_plan_sku: P1v2 resource_processor_vmss_sku: Standard_B2s enable_swagger: true - enable_airlock_malware_scanning: false + enable_airlock_malware_scanning: true # TODO: move to RP default with https://github.com/microsoft/AzureTRE/issues/2948 workspace_app_service_plan_sku: P1v2 @@ -65,9 +65,8 @@ resource_processor: # rp_bundle_values: '{"custom_key_1":"custom_value_1","image_gallery_id":"/subscriptions//resourceGroups//providers/Microsoft.Compute/galleries/"}' developer_settings: - # Locks will not be added to stateful resources so they can be easily removed - # stateful_resources_locked: false - +# Locks will not be added to stateful resources so they can be easily removed +# stateful_resources_locked: false # This setting will enable your local machine to be able to # communicate with Service Bus and Cosmos. It will also allow deploying @@ -75,4 +74,5 @@ developer_settings: # enable_local_debugging: true # Used by the API and Resource processor application to change log level -# debug: true +# Can be "ERROR", "WARNING", "INFO", "DEBUG" +# logging_level: "INFO" From 37ee289e88ff365ba71a8f3fa2f9a86bea1cde71 Mon Sep 17 00:00:00 2001 From: Jaimie Withers Date: Mon, 22 Jul 2024 14:11:20 +0000 Subject: [PATCH 2/2] small change --- templates/workspace_services/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/workspace_services/README.md b/templates/workspace_services/README.md index 605d87f..e2abbe1 100644 --- a/templates/workspace_services/README.md +++ b/templates/workspace_services/README.md @@ -11,11 +11,11 @@ Workspace Templates are located in this folder. These Templates are for the Comp | CPU | GPU / RAM | Price | Size | | --- | --- | --- | --- | - | 2 CPU | 4GB | £0.05 / hour | Standard_B2s - | 2 CPU | 8GB | £0.15 / hour | Standard_D2s_v5 - | 4 CPU | 16GB | £0.30 / hour | Standard_D4s_v5 - | 8 CPU | 32GB | £0.65 / hour | Standard_D8s_v5 - | 8 CPU | 64GB | £0.75 / hour | Standard_E8as_v4 - | 16 CPU | 64GB | £1.25 / hour | Standard_D16s_v5 - | 6 CPU - 112GB RAM | 1 GPU - 16GB | £3.21 / hour | Standard_NC6s_v3 - | 12 CPU - 224GB RAM | 2 GPU - 32GB | £6.42 / hour | Standard_NC12s_v3 + | 2 CPU | 4GB | £0. / hour | Standard_B2s + | 2 CPU | 8GB | £0. / hour | Standard_D2s_v5 + | 4 CPU | 16GB | £0. / hour | Standard_D4s_v5 + | 8 CPU | 32GB | £0. / hour | Standard_D8s_v5 + | 8 CPU | 64GB | £0. / hour | Standard_E8as_v4 + | 16 CPU | 64GB | £1. / hour | Standard_D16s_v5 + | 6 CPU - 112GB RAM | 1 GPU - 16GB | £3. / hour | Standard_NC6s_v3 + | 12 CPU - 224GB RAM | 2 GPU - 32GB | £6. / hour | Standard_NC12s_v3