Skip to content

Commit

Permalink
fix(azure): use correct ip for APIM in prod (#1036)
Browse files Browse the repository at this point in the history
<!--- Provide a general summary of your changes in the Title above -->

## Description
Adding the IP for the APIM in production as IP-restriction for the apps.
<!--- Describe your changes in detail -->

## Related Issue(s)

- #845 

## Verification

- [ ] **Your** code builds clean without any errors or warnings
- [ ] Manual testing done (required)
- [ ] Relevant automated test added (if you find this hard, leave it and
we'll help out)

## Documentation

- [ ] Documentation is updated (either in `docs`-directory, Altinnpedia
or a separate linked PR in
[altinn-studio-docs.](https://github.com/Altinn/altinn-studio-docs), if
applicable)
  • Loading branch information
arealmaas authored Aug 21, 2024
1 parent 1380b33 commit fecc4c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .azure/applications/graphql/prod.bicepparam
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ using './main.bicep'

param environment = 'prod'
param location = 'norwayeast'
// todo: replace with prod ip
param apimIp = '51.13.86.131'
param apimIp = '51.120.88.54'
param imageTag = readEnvironmentVariable('IMAGE_TAG')

// secrets
Expand Down
3 changes: 1 addition & 2 deletions .azure/applications/web-api-eu/prod.bicepparam
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ using './main.bicep'

param environment = 'prod'
param location = 'norwayeast'
// todo: replace with prod ip
param apimIp = '51.13.86.131'
param apimIp = '51.120.88.54'
param imageTag = readEnvironmentVariable('IMAGE_TAG')

// secrets
Expand Down
3 changes: 1 addition & 2 deletions .azure/applications/web-api-so/prod.bicepparam
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ using './main.bicep'

param environment = 'prod'
param location = 'norwayeast'
// todo: replace with prod ip
param apimIp = '51.13.86.131'
param apimIp = '51.120.88.54'
param imageTag = readEnvironmentVariable('IMAGE_TAG')

// secrets
Expand Down

0 comments on commit fecc4c0

Please sign in to comment.