File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,8 @@ jobs:
167167 echo "KEY_VAULT_NAME=$KEY_VAULT_NAME" >> $GITHUB_ENV
168168 COSMOSDB_ACCOUNT_NAME=$(echo $BICEP_OUTPUT | jq -r '.cosmosdB_ACCOUNT_NAME.value')
169169 echo "COSMOSDB_ACCOUNT_NAME=$COSMOSDB_ACCOUNT_NAME" >> $GITHUB_ENV
170+ AI_FOUNDRY_NAME=$(echo $BICEP_OUTPUT | jq -r '.aI_FOUNDRY_NAME.value')
171+ echo "AI_FOUNDRY_NAME=$AI_FOUNDRY_NAME" >> $GITHUB_ENV
170172 echo "Deployment output: $BICEP_OUTPUT"
171173
172174 - name : Run Post-Deployment Script
@@ -182,6 +184,8 @@ jobs:
182184 "${{ secrets.AZURE_CLIENT_ID }}"
183185 bash ./infra/scripts/run_create_index_scripts.sh \
184186 "${{ env.KEY_VAULT_NAME }}" \
187+ "${{ env.RESOURCE_GROUP_NAME }}" \
188+ "${{ env.AI_FOUNDRY_NAME }}" \
185189 "${{ secrets.AZURE_CLIENT_ID }}"
186190
187191 - name : Logout from Azure
You can’t perform that action at this time.
0 commit comments