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 6941f66 commit d719b79Copy full SHA for d719b79
.github/workflows/deploy.yml
@@ -149,7 +149,8 @@ jobs:
149
embeddingModel="text-embedding-ada-002" \
150
embeddingDeploymentCapacity=${{ env.TEXT_EMBEDDING_MIN_CAPACITY }} \
151
azureAiServiceLocation=${{ env.AZURE_LOCATION }} \
152
- imageTag="${IMAGE_TAG}"
+ imageTag="${IMAGE_TAG}"\
153
+ createdBy="Pipeline"
154
155
- name: Get Deployment Output and extract Values
156
id: get_output
@@ -405,4 +406,4 @@ jobs:
405
406
if: always()
407
run: |
408
az logout
- echo "Logged out from Azure."
409
+ echo "Logged out from Azure."
0 commit comments