Skip to content

Commit

Permalink
Merge pull request #1020 from US-Trustee-Program/CAMS-451-cosmos-ips
Browse files Browse the repository at this point in the history
CAMS-451 corrected middleware Ips for cosmos
  • Loading branch information
amorrow-flexion authored Nov 8, 2024
2 parents e4353a0 + ef46969 commit 5ea9eb0
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions ops/cloud-deployment/lib/cosmos/mongo/cosmos-account.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -89,19 +89,16 @@ var azureIpArray = [for item in allowedIps:{
// Enable Azure Portal access
var azureIpRules = concat(azureIpArray,[
{
ipAddressOrRange: '0.0.0.0'
}
{
ipAddressOrRange: '52.247.148.42'
ipAddressOrRange: '52.244.134.181'
}
{
ipAddressOrRange: '52.247.163.6'
ipAddressOrRange: '52.244.176.112'
}
{
ipAddressOrRange: '52.244.134.181'
ipAddressOrRange: '52.247.148.42'
}
{
ipAddressOrRange: '52.247.176.112'
ipAddressOrRange: '52.247.163.6'
}
])

Expand Down

0 comments on commit 5ea9eb0

Please sign in to comment.