Ramp Up Rule Args
Routing rules for ramp up testing. This rule allows to redirect static traffic % to a slot or to gradually change routing % based on performance.
Constructors
Properties
Hostname of a slot to which the traffic will be redirected if decided to. E.g. myapp-stage.azurewebsites.net.
Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified.
Specifies interval in minutes to reevaluate ReroutePercentage.
In auto ramp up scenario this is the step to add/remove from ReroutePercentage
until it reaches \nMinReroutePercentage
or MaxReroutePercentage
. Site metrics are checked every N minutes specified in ChangeIntervalInMinutes
.\nCustom decision algorithm can be provided in TiPCallback site extension which URL can be specified in ChangeDecisionCallbackUrl
.
Specifies upper boundary below which ReroutePercentage will stay.
Specifies lower boundary above which ReroutePercentage will stay.
Percentage of the traffic which will be redirected to ActionHostName
.