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/azure-api-for-fhir/autoscale-azure-api-fhir.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Lets understand how to enable autoscaling at database level with next sections
28
28
29
29
In general, customers should consider autoscale when their workloads vary significantly and are unpredictable.
30
30
31
-
To enable the autoscale feature, customer needs to create a one-time support ticket to request it through Azure Portal. The Microsoft support team will enable the autoscale feature based on the support priority.
31
+
To enable the autoscale feature, customer needs to create a one-time support ticket to request it through Azure portal. The Microsoft support team enables the autoscale feature based on the support priority.
32
32
33
33
> [!NOTE]
34
34
> The autoscale feature isn't available from the Azure portal.
@@ -52,19 +52,15 @@ You can adjust the max `RU/s` or `Tmax` value through the portal if it's a valid
52
52
53
53
## Autoscale at Compute Level
54
54
55
-
Autoscaling policies defined for FHIR service compute level consists:
55
+
Autoscaling policies defined for FHIR service compute level consists:
56
56
57
57
* Scaling Trigger
58
58
59
59
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.
60
60
61
61
* Scaling mechanism
62
62
63
-
Scaling Mechanism describes how scaling will be performed when it is triggered. Mechanism is only applied when the conditions from the trigger are met. There are three factors that determine when the service will be scaled:
64
-
65
-
** Lower load threshold is a value that determines when the service will be scaled in, depending on scaling trigger.
66
-
** Upper load threshold is a value that determines when the service will be scaled out, depending on scaling trigger.
67
-
** Scaling Interval is used to determine how often the trigger will be checked. Once the trigger is checked, if scaling is needed the mechanism will be applied. Scaling trigger will not be checked before scaling interval expires, which is to set to 1 minute for Azure API for FHIR.
63
+
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 Azure API for FHIR.
68
64
69
65
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.
70
66
@@ -91,7 +87,7 @@ Keep in mind that this is only an estimate based on data size and that there are
91
87
92
88
A support ticket is required to change autoscale to manual scale and specify the throughput RU/s. The minimum value for manual scale you can set it to is: `MAX (400, highest max RU/s ever provisioned / 100, current storage in GB * 40)`, rounded to the nearest 1000 `RU/s`. The numbers used here are different from those used in autoscale.
93
89
94
-
Once the change is completed, the new billing rates will be based on manual scale.
90
+
Once the change is completed, the new billing rates are based on manual scale.
0 commit comments