We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e83cb commit 8c7bb05Copy full SHA for 8c7bb05
1 file changed
.github/workflows/job-deploy-windows.yml
@@ -356,9 +356,7 @@ jobs:
356
AZURE_ENV_NAME: ${{ steps.get_output_windows.outputs.AZURE_ENV_NAME }}
357
BACKEND_URL: ${{ steps.get_output_windows.outputs.BACKEND_URL }}
358
AZURE_STORAGE_ACCOUNT_NAME: ${{ steps.get_output_windows.outputs.AZURE_STORAGE_ACCOUNT_NAME }}
359
- AZURE_STORAGE_CONTAINER_NAME: sample-dataset
360
AZURE_AI_SEARCH_NAME: ${{ steps.get_output_windows.outputs.AZURE_AI_SEARCH_NAME }}
361
- AZURE_AI_SEARCH_INDEX_NAME: sample-dataset-index
362
# Needed by post_deploy.sh to resolve the principal id when the workflow
363
# is signed in as a service principal (no interactive user).
364
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
0 commit comments