diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 7504abfde..bde7fc648 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -562,7 +562,7 @@ jobs: deploy-production: name: Deploy to Production runs-on: ubuntu-latest - needs: [build-and-push] + needs: [build-and-push, deploy-staging-infra] concurrency: group: deploy-production cancel-in-progress: false diff --git a/infra/modules/openai.bicep b/infra/modules/openai.bicep index 2584e2907..4a1b711d0 100644 --- a/infra/modules/openai.bicep +++ b/infra/modules/openai.bicep @@ -22,8 +22,7 @@ param modelCapacity int = 100 @description('Tags applied to the AI Foundry account') param tags object = {} -@description('Admin IP addresses allowed to reach the AI Foundry endpoint over the public internet. -Container Apps always access it via the private endpoint and are unaffected by this list.') +@description('Admin IP addresses allowed to reach the AI Foundry endpoint over the public internet. Container Apps always access it via the private endpoint and are unaffected by this list.') param adminIpAddresses string[] = [] // Azure AI Foundry Account (AIServices)