File tree Expand file tree Collapse file tree
infrastructure/tf-core/environments Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,58 +139,7 @@ app_service_plan = {
139139 }
140140
141141 instances = {
142- DefaultPlan = {
143- sku_name = " P1v3"
144- autoscale_override = {
145- scaling_rule = {
146- metric = " CpuPercentage"
147-
148- capacity_min = " 1"
149- capacity_max = " 4"
150- capacity_def = " 2"
151- }
152- }
153- }
154- HighLoadFunctions = {
155- sku_name = " P2v3"
156- autoscale_override = {
157- scaling_rule = {
158- metric = " CpuPercentage"
159-
160- capacity_min = " 1"
161- capacity_max = " 4"
162- capacity_def = " 2"
163-
164- inc_threshold = 5
165- dec_threshold = 5
166- inc_scale_value = 4
167-
168- dec_scale_type = " ChangeCount"
169- dec_scale_value = 1
170- }
171- }
172- }
173- RetrieveMeshFile = {
174- sku_name = " P3v3"
175- autoscale_override = {
176- scaling_rule = {
177- metric = " CpuPercentage"
178-
179- capacity_min = " 1"
180- capacity_max = " 1"
181- capacity_def = " 1"
182-
183- inc_threshold = 5
184- dec_threshold = 5
185- inc_scale_value = 1
186-
187- dec_scale_type = " ChangeCount"
188- dec_scale_value = 1
189- }
190- }
191- }
192142
193- # # New Instances
194143 NonScaling = {
195144 sku_name = " P2v3"
196145 autoscale_override = {
You can’t perform that action at this time.
0 commit comments