Skip to content

Commit 43eba31

Browse files
committed
Configure Azure Developer Pipeline
1 parent add1aee commit 43eba31

File tree

2 files changed

+4
-58
lines changed

2 files changed

+4
-58
lines changed

.github/workflows/azure-dev.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Run when commits are pushed to main
1+
# Run when commits are pushed to howie/load-chat-history
22
on:
33
workflow_dispatch:
44
push:
55
# Run when commits are pushed to mainline branch (main or master)
66
# Set this to the mainline branch you are using
77
branches:
8-
- main
8+
- howie/load-chat-history
99

1010
# Set up permissions for deploying with secretless Azure federated credentials
1111
# https://learn.microsoft.com/en-us/azure/developer/github/connect-from-azure?tabs=azure-portal%2Clinux#set-up-azure-login-with-openid-connect-authentication
@@ -50,6 +50,8 @@ jobs:
5050
AZURE_AI_EMBED_MODEL_NAME: ${{ vars.AZURE_AI_EMBED_MODEL_NAME }}
5151
AZURE_AI_EMBED_MODEL_FORMAT: ${{ vars.AZURE_AI_EMBED_MODEL_FORMAT }}
5252
AZURE_AI_EMBED_MODEL_VERSION: ${{ vars.AZURE_AI_EMBED_MODEL_VERSION }}
53+
AZURE_AI_EMBED_DIMENSIONS: ${{ vars.AZURE_AI_EMBED_DIMENSIONS }}
54+
AZURE_AI_SEARCH_INDEX_NAME: ${{ vars.AZURE_AI_SEARCH_INDEX_NAME }}
5355
AZURE_EXISTING_AIPROJECT_CONNECTION_STRING: ${{ vars.AZURE_EXISTING_AIPROJECT_CONNECTION_STRING }}
5456
steps:
5557
- name: Checkout

.github/workflows/template-validation.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)