Skip to content

Commit 889a360

Browse files
authored
Update fhir-service-autoscale.md
1 parent 321d874 commit 889a360

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

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

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ ms.author: kesheth
1313

1414
Azure Health Data Services provides a managed service for persisting FHIR-compliant healthcare data and interacting with it securely through the API service endpoint. The autoscaling feature for FHIR service is designed to provide optimized service scalability automatically to meet customer demands when they perform data transactions in consistent or various workloads at any time.
1515

16-
Auto scaling is a capability to dynamically scale your FHIR service based on the load reported. The FHIR service in Azure Health Data Services provides the built-in autoscale capability and the process is automated. The capability provides elasticity and enables provisioning of additional instances for your FHIR service on demand.
16+
Autoscaling is a capability to dynamically scale your FHIR service based on the load reported. The FHIR service in Azure Health Data Services provides the built-in autoscale capability and the process is automated. The capability provides elasticity and enables provisioning of additional instances for your FHIR service on demand.
1717

18-
The autoscale feature adjusts computing resources automatically to optimize service scalability. There is no action required from customers.
19-
The autoscale feature for FHIR service is available in all regions where the FHIR service is supported.
18+
The autoscaling feature adjusts computing resources automatically to optimize service scalability. There is no action required from customers.
2019

20+
The autoscaling feature for FHIR service is available in all regions where the FHIR service is supported.
2121
> [!NOTE]
22-
> Autoscale feature is subject to the resources availablitity in Azure regions.
22+
> Autoscaling feature is subject to the resources availability in Azure regions.
2323
2424
## Autoscaling Policies
2525

26-
Auto scaling policies defined for FHIR service consists of two parts:
26+
Autoscaling policies defined for FHIR service consists of two parts:
2727

2828
* Scaling Trigger
2929

@@ -35,19 +35,24 @@ Auto scaling policies defined for FHIR service consists of two parts:
3535
There are three factors that determine when the service will be scaled:
3636

3737
* 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.
38+
3839
* 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.
3940

40-
* 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.
41+
* Scaling interval
42+
43+
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
44+
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
45+
set to 1 minute.
4146

4247
## FAQ
4348

44-
### What is the cost of the FHIR service autoscale?
49+
### What is the cost to enable autoscaling for FHIR service?
4550

46-
The autoscale feature incurs no extra costs to customers based on the new API billing model.
51+
The autoscaling feature incurs no extra costs to customers based on the new API billing model.
4752

4853
## Next steps
4954

50-
In this article, you've learned about the FHIR service autoscale feature in Azure Health Data Services, for more information about the FHIR service supported features, see
55+
In this article, you've learned about the FHIR service autoscaling feature in Azure Health Data Services, for more information about the FHIR service supported features, see
5156

5257
>[!div class="nextstepaction"]
5358
>[Supported FHIR Features](fhir-features-supported.md)

0 commit comments

Comments
 (0)