From fecc4c0b38d8c97413b10f5201749b9817ad6e31 Mon Sep 17 00:00:00 2001 From: Are Almaas Date: Wed, 21 Aug 2024 13:56:32 +0200 Subject: [PATCH] fix(azure): use correct ip for APIM in prod (#1036) ## Description Adding the IP for the APIM in production as IP-restriction for the apps. ## 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) --- .azure/applications/graphql/prod.bicepparam | 3 +-- .azure/applications/web-api-eu/prod.bicepparam | 3 +-- .azure/applications/web-api-so/prod.bicepparam | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.azure/applications/graphql/prod.bicepparam b/.azure/applications/graphql/prod.bicepparam index 5f65c0e20..84ff5332d 100644 --- a/.azure/applications/graphql/prod.bicepparam +++ b/.azure/applications/graphql/prod.bicepparam @@ -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 diff --git a/.azure/applications/web-api-eu/prod.bicepparam b/.azure/applications/web-api-eu/prod.bicepparam index 5f65c0e20..84ff5332d 100644 --- a/.azure/applications/web-api-eu/prod.bicepparam +++ b/.azure/applications/web-api-eu/prod.bicepparam @@ -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 diff --git a/.azure/applications/web-api-so/prod.bicepparam b/.azure/applications/web-api-so/prod.bicepparam index 5f65c0e20..84ff5332d 100644 --- a/.azure/applications/web-api-so/prod.bicepparam +++ b/.azure/applications/web-api-so/prod.bicepparam @@ -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