Skip to content

Commit

Permalink
Configure Azure Developer Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiebreviu committed Sep 12, 2024
1 parent 39a7531 commit 033447a
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,34 @@ hooks:
interactive: true
run: infra/hooks/postprovision.ps1
infra:
provider: "bicep"
provider: "bicep"

pipeline:
variables:
- APPINSIGHTS_CONNECTIONSTRING
- AZURE_CONTAINER_ENVIRONMENT_NAME
- AZURE_CONTAINER_REGISTRY_ENDPOINT
- AZURE_CONTAINER_REGISTRY_NAME
- AZURE_COSMOS_NAME
- AZURE_EMBEDDING_NAME
- AZURE_ENV_NAME
- AZURE_LOCATION
- AZURE_OPENAI_API_VERSION
- AZURE_OPENAI_CHAT_DEPLOYMENT
- AZURE_OPENAI_ENDPOINT
- AZURE_OPENAI_NAME
- AZURE_OPENAI_RESOURCE_GROUP_LOCATION
- AZURE_OPENAI_RESOURCE_GROUP_LOCATION
- AZURE_RESOURCE_GROUP
- AZURE_SEARCH_ENDPOINT
- AZURE_SEARCH_NAME
- AZURE_SUBSCRIPTION_ID
- COSMOS_CONTAINER
- COSMOS_ENDPOINT
- OPENAI_TYPE
- SERVICE_ACA_IMAGE_NAME
- SERVICE_ACA_NAME
- SERVICE_ACA_URI

secrets:
- BING_SEARCH_KEY

0 comments on commit 033447a

Please sign in to comment.