Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Remove pipeline variables section from azure.yaml per azd 1.17.0+ #262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Copilot wants to merge 2 commits into main
base: main
Choose a base branch
Loading
from copilot/fix-261
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove pipeline variables section from azure.yaml as per azd 1.17.0+
Co-authored-by: pamelafox <297042+pamelafox@users.noreply.github.com>
  • Loading branch information
Copilot and pamelafox committed Sep 12, 2025
commit 0f7060e39d92f386dba1b9e9f92a2c5629851c7a
26 changes: 2 additions & 24 deletions azure.yaml
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
name: rag-postgres-openai-python
metadata:
template: rag-postgres-openai-python@0.0.1
template: rag-postgres-openai-python@0.0.2
requiredVersions:
azd: ">= 1.10.0"
azd: ">= 1.17.0"
services:
web:
project: ./src/backend
Expand Down Expand Up @@ -36,25 +36,3 @@ hooks:
run: ./scripts/setup_postgres_database.sh;./scripts/setup_postgres_azurerole.sh;./scripts/setup_postgres_seeddata.sh
interactive: true
continueOnError: false
pipeline:
variables:
- DEPLOY_AZURE_OPENAI
- OPENAI_CHAT_HOST
- OPENAI_EMBED_HOST
- AZURE_OPENAI_ENDPOINT
- AZURE_OPENAI_VERSION
- AZURE_OPENAI_CHAT_DEPLOYMENT
- AZURE_OPENAI_CHAT_MODEL
- AZURE_OPENAI_CHAT_DEPLOYMENT_VERSION
- AZURE_OPENAI_CHAT_DEPLOYMENT_CAPACITY
- AZURE_OPENAI_EVAL_DEPLOYMENT_SKU
- AZURE_OPENAI_EMBED_DEPLOYMENT
- AZURE_OPENAI_EMBED_MODEL
- AZURE_OPENAI_EMBED_DEPLOYMENT_VERSION
- AZURE_OPENAI_EMBED_DEPLOYMENT_CAPACITY
- AZURE_OPENAI_EMBED_DEPLOYMENT_SKU
- AZURE_OPENAI_EMBED_DIMENSIONS
- AZURE_OPENAI_EMBEDDING_COLUMN
- AZURE_OPENAI_EVAL_DEPLOYMENT
- AZURE_OPENAI_EVAL_MODEL
- USE_AI_PROJECT
Loading

AltStyle によって変換されたページ (->オリジナル) /