Skip to content

Commit 8c7bb05

Browse files
fix: Remove sample dataset names from Azure deployment parameters
1 parent 91e83cb commit 8c7bb05

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/job-deploy-windows.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,7 @@ jobs:
356356
AZURE_ENV_NAME: ${{ steps.get_output_windows.outputs.AZURE_ENV_NAME }}
357357
BACKEND_URL: ${{ steps.get_output_windows.outputs.BACKEND_URL }}
358358
AZURE_STORAGE_ACCOUNT_NAME: ${{ steps.get_output_windows.outputs.AZURE_STORAGE_ACCOUNT_NAME }}
359-
AZURE_STORAGE_CONTAINER_NAME: sample-dataset
360359
AZURE_AI_SEARCH_NAME: ${{ steps.get_output_windows.outputs.AZURE_AI_SEARCH_NAME }}
361-
AZURE_AI_SEARCH_INDEX_NAME: sample-dataset-index
362360
# Needed by post_deploy.sh to resolve the principal id when the workflow
363361
# is signed in as a service principal (no interactive user).
364362
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}

0 commit comments

Comments
 (0)