Skip to content

Commit 02429a2

Browse files
committed
Image dark mode fix
1 parent cea00fe commit 02429a2

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

articles/app-service/environment/app-service-environment-auto-scale.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -105,36 +105,37 @@ Understanding and calculating the *App Service plan inflation rate* is important
105105

106106
The App Service plan inflation rate is calculated as follows:
107107

108-
![App Service plan inflation rate calculation.][ASP-Inflation]
108+
:::image type="content" source="./media/app-service-environment-auto-scale/asp-inflation-rate.png" alt-text="App Service plan inflation rate calculation.":::
109109

110110
Based on the Autoscale – Scale Up rule for the Weekday profile of the production App Service plan:
111111

112-
![App Service plan inflation rate for weekdays based on Autoscale – Scale Up rule.][Equation1]
112+
:::image type="content" source="./media/app-service-environment-auto-scale/equation1.png" alt-text="App Service plan inflation rate for weekdays based on Autoscale – Scale Up rule.":::
113113

114114
In the case of the Autoscale – Scale Up rule for the Weekend profile of the production
115115
App Service plan, the formula would resolve to:
116116

117-
![App Service plan inflation rate for weekends based on Autoscale – Scale Up rule.][Equation2]
117+
:::image type="content" source="./media/app-service-environment-auto-scale/equation2.png" alt-text="App Service plan inflation rate for weekends based on Autoscale – Scale Up rule.":::
118118

119119
This value can also be calculated for scale-down operations.
120120

121121
Based on the Autoscale – Scale Down rule for the Weekday profile of the production
122122
App Service plan, this would look as follows:
123123

124-
![App Service plan inflation rate for weekdays based on Autoscale – Scale Down rule.][Equation3]
124+
:::image type="content" source="./media/app-service-environment-auto-scale/equation3.png" alt-text="App Service plan inflation rate for weekdays based on Autoscale – Scale Down rule.":::
125125

126126
In the case of the Autoscale – Scale Down rule for the Weekend profile of the production
127127
App Service plan, the formula would resolve to:
128128

129-
![App Service plan inflation rate for weekends based on Autoscale – Scale Down rule.][Equation4]
129+
:::image type="content" source="./media/app-service-environment-auto-scale/equation4.png" alt-text="App Service plan inflation rate for weekends based on Autoscale – Scale Down rule.":::
130130

131131
The production App Service plan can grow at a maximum rate of eight instances/hour
132132
during the week and four instances/hour during the weekend. It can release instances
133133
at a maximum rate of four instances/hour during the week and six instances/hour during weekends.
134134

135135
If multiple App Service plans are being hosted in a worker pool, you have to calculate the *total inflation rate* as the sum of the inflation rate for all the App Service plans that are being hosting in that worker pool.
136136

137-
![Total inflation rate calculation for multiple App Service plans hosted in a worker pool.][ASP-Total-Inflation]
137+
138+
:::image type="content" source="./media/app-service-environment-auto-scale/asp-total-inflation-rate.png" alt-text="Total inflation rate calculation for multiple App Service plans hosted in a worker pool.":::
138139

139140
### Use the App Service plan inflation rate to define worker pool autoscale rules
140141
Worker pools that host App Service plans that are configured to autoscale need to
@@ -238,11 +239,5 @@ reach 80% CPU utilization and sets the autoscale rule to increase instances as f
238239
[scale-profile2]: ./media/app-service-environment-auto-scale/scale-profile-2.png
239240
[scale-rule]: ./media/app-service-environment-auto-scale/scale-rule.png
240241
[asp-scale]: ./media/app-service-environment-auto-scale/asp-scale.png
241-
[ASP-Inflation]: ./media/app-service-environment-auto-scale/asp-inflation-rate.png
242-
[Equation1]: ./media/app-service-environment-auto-scale/equation1.png
243-
[Equation2]: ./media/app-service-environment-auto-scale/equation2.png
244-
[Equation3]: ./media/app-service-environment-auto-scale/equation3.png
245-
[Equation4]: ./media/app-service-environment-auto-scale/equation4.png
246-
[ASP-Total-Inflation]: ./media/app-service-environment-auto-scale/asp-total-inflation-rate.png
247242
[Worker-Pool-Scale]: ./media/app-service-environment-auto-scale/wp-scale.png
248243
[Front-End-Scale]: ./media/app-service-environment-auto-scale/fe-scale.png

0 commit comments

Comments
 (0)