Skip to content

Commit c1a993f

Browse files
authored
Update fhir-service-autoscale.md
1 parent 47c6434 commit c1a993f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/healthcare-apis/fhir/fhir-service-autoscale.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ ms.author: kesheth
1010
---
1111

1212
# Autoscaling
13-
## Overview
1413

15-
FHIR service in Azure Health Data Services is a managed service allowing customers to persist FHIR-compliant healthcare data and interact with it securely through the API service endpoint.
14+
FHIR service in Azure Health Data Services is a managed service allowing customers to persist FHIR-compliant healthcare data and interact with it securely through the API service endpoint.
1615

1716
Auto scaling is a capability to dynamically scale your FHIR service based on the load reported. Auto scaling provides elasticity and enables provisioning of additional instances for your FHIR service on demand. FHIR service in Azure Health data services provides the built-in autoscale capability and the process is automated.
1817

@@ -28,7 +27,7 @@ The autoscale feature adjusts computing resources automatically to optimize the
2827

2928
When transaction workloads are high, the autoscale feature increases computing resources automatically. When transaction workloads are low, it decreases computing resources accordingly. Whether you're performing read requests that include simple queries like getting patient information using a patient ID, and advanced queries like getting all DiagnosticReport resources for patients whose name is "Sarah", or you're creating or updating FHIR resources, the autoscale feature manages the dynamics and complexity of resource allocation to ensure high scalability.
3029

31-
Auto scaling policies defined for FHIR service consists of two parts
30+
Auto scaling policies defined for FHIR service consists of two parts:
3231

3332
* Scaling Trigger
3433

@@ -38,9 +37,9 @@ Auto scaling policies defined for FHIR service consists of two parts
3837

3938
Scaling Mechanism describes how scaling will be performed when it is triggered. Mechanism is only applied when the conditions from the trigger are met.
4039
There are three factors that determine when the service will be scaled:
41-
1. Lower load threshold is a value that determines when the service will be scaled in. If the average load of all instances is lower than 20% of CPU usage then the service will be scaled in.
42-
1. Upper load threshold is a value that determines when the service will be scaled out. If the average load of all instances is higher than 70% of CPU usage then the service will be scaled out.
43-
1. Scaling interval is used determines how often the trigger will be checked. Once the trigger is checked, if scaling is needed the mechanism will be applied. If scaling is not needed, then no action will be taken. In both cases, trigger will not be checked again before scaling interval expires again. Scaling interval is set to 1 minute.
40+
* Lower load threshold is a value that determines when the service will be scaled in. If the average load of all instances is lower than 20% of CPU usage then the service will be scaled in.
41+
* Upper load threshold is a value that determines when the service will be scaled out. If the average load of all instances is higher than 70% of CPU usage then the service will be scaled out.
42+
* Scaling interval is used determines how often the trigger will be checked. Once the trigger is checked, if scaling is needed the mechanism will be applied. If scaling is not needed, then no action will be taken. In both cases, trigger will not be checked again before scaling interval expires again. Scaling interval is set to 1 minute.
4443

4544
## FAQ
4645
### What is the cost of the FHIR service autoscale?

0 commit comments

Comments
 (0)