Skip to content

Commit

Permalink
Troubleshooting PSRule 5
Browse files Browse the repository at this point in the history
  • Loading branch information
krbar committed Dec 11, 2023
1 parent c3b9fb1 commit 3962964
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@ module testDeployment '../../../main.bicep' = [for iteration in [ 'init', 'idem'
secret: true
}
]
policies: [
{
format: 'xml'
value: '<policies> <inbound> <rate-limit-by-key calls=\'250\' renewal-period=\'60\' counter-key=\'@(context.Request.IpAddress)\' /> </inbound> <backend> <forward-request /> </backend> <outbound> </outbound> </policies>'
}
]
portalsettings: [
{
name: 'signin'
Expand Down

0 comments on commit 3962964

Please sign in to comment.