Skip to content

Commit e6fc589

Browse files
authored
Update fhir-service-autoscale.md
1 parent 16c3587 commit e6fc589

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@ 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.
1515

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 customers FHIR service on demand.
17-
18-
The autoscaling feature adjusts computing resources automatically to optimize service scalability. There's no action required from customers.
16+
Autoscaling is a capability to dynamically scale FHIR service based on the load reported. The FHIR service in Azure Health Data Services provides the built-in autoscaling capability and the process is automated. This capability provides elasticity and enables provisioning of additional instances for FHIR service customers on demand.
1917

2018
The autoscaling feature for FHIR service is available in all regions where the FHIR service is supported.
2119
> [!NOTE]
2220
> Autoscaling feature is subject to the resources availability in Azure regions.
2321
22+
The autoscaling feature adjusts computing resources automatically to optimize service scalability. There's no action required from customers.
23+
2424
## Autoscale at Compute level
2525

2626
* Scaling Trigger
2727

28-
Scaling Trigger describes when scaling of the service will be performed. Conditions that are defined in the trigger are checked periodically to determine if a service should be scaled or not. All triggers that are currently supported are Average CPU, Max Worker Thread, Average LogWrite, Average data IO.
28+
Scaling Trigger describes when scaling of the service is performed. Conditions that are defined in the trigger are checked periodically to determine if a service should be scaled or not. All triggers that are currently supported are Average CPU, Max Worker Thread, Average LogWrite, Average data IO.
2929

3030
* Scaling mechanism
3131

32-
The scaling mechanism will only be applied if the trigger check determines that scaling is necessary. Additionally, the scaling trigger will not be evaluated again until the scaling interval has expired, which is set to one minute for FHIR service.
32+
The scaling mechanism is applied if the trigger check determines that scaling is necessary. Additionally, the scaling trigger won't be evaluated again until the scaling interval has expired, which is set to one minute for FHIR service.
3333

3434
To ensure the best possible outcome, we recommend customers to gradually increase their request rate to match the expected push rate, rather than pushing all requests at once.
3535

@@ -41,7 +41,8 @@ The autoscaling feature incurs no extra costs to customers.
4141

4242
## Next steps
4343

44-
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
44+
In this article, you've learned about the FHIR service autoscaling feature in Azure Health Data Services.
45+
For more information about the FHIR service supported features, see
4546

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

0 commit comments

Comments
 (0)