You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/healthcare-apis/fhir/fhir-service-autoscale.md
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,17 @@ ms.author: kesheth
13
13
14
14
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.
15
15
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.
17
17
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.
20
19
20
+
The autoscaling feature for FHIR service is available in all regions where the FHIR service is supported.
21
21
> [!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.
23
23
24
24
## Autoscaling Policies
25
25
26
-
Auto scaling policies defined for FHIR service consists of two parts:
26
+
Autoscaling policies defined for FHIR service consists of two parts:
27
27
28
28
* Scaling Trigger
29
29
@@ -35,19 +35,24 @@ Auto scaling policies defined for FHIR service consists of two parts:
35
35
There are three factors that determine when the service will be scaled:
36
36
37
37
* 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
+
38
39
* 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.
39
40
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.
41
46
42
47
## FAQ
43
48
44
-
### What is the cost of the FHIR service autoscale?
49
+
### What is the cost to enable autoscaling for FHIR service?
45
50
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.
47
52
48
53
## Next steps
49
54
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
0 commit comments