Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions config.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -65,14 +65,14 @@ resource_processor:
# rp_bundle_values: '{"custom_key_1":"custom_value_1","image_gallery_id":"/subscriptions/<subscription-id>/resourceGroups/<your-rg>/providers/Microsoft.Compute/galleries/<your-gallery-name>"}'

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
# the base workspace.
# 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"
16 changes: 8 additions & 8 deletions templates/workspace_services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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