File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,25 +3,6 @@ name: CI/CD Azure - Real-Time Intelligence Operations
33# Trigger the workflow on manual dispatch
44on :
55 workflow_dispatch :
6- push :
7- branches :
8- - main
9- - dev
10- paths :
11- - ' infra/**'
12- - ' src/**'
13- - ' azure.yaml'
14- - ' requirements.txt'
15- - ' .github/workflows/azure-dev.yml'
16- pull_request :
17- branches :
18- - main
19- paths :
20- - ' infra/**'
21- - ' src/**'
22- - ' azure.yaml'
23- - ' requirements.txt'
24- - ' .github/workflows/azure-dev.yml'
256
267# Set up permissions for deploying with secretless Azure federated credentials
278permissions :
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ Install the following tools on your local machine:
125125| ** Python** | 3.9 or later | [ Download from python.org] ( https://www.python.org/downloads/ ) |
126126| ** Azure CLI** | Latest | [ Install Azure CLI] ( https://learn.microsoft.com/cli/azure/install-azure-cli ) |
127127| ** Azure Developer CLI (azd)** | Latest | [ Install azd] ( https://learn.microsoft.com/azure/developer/azure-developer-cli/install-azd ) |
128+ | ** Bicep CLI** | 0.33.0 or later | [ Install Bicep] ( https://learn.microsoft.com/azure/azure-resource-manager/bicep/install ) |
128129| ** Git** | Latest | [ Download from git-scm.com] ( https://git-scm.com/downloads ) |
129130
130131<details >
@@ -134,6 +135,7 @@ Install the following tools on your local machine:
134135python --version
135136az --version
136137azd version
138+ az bicep version
137139git --version
138140```
139141
Original file line number Diff line number Diff line change 1+ AZURE_EXISTING_AGENT_ID = " <%= agentId %>"
2+ AZURE_ENV_NAME = " <%= playgroundName %>"
3+ # AZURE_LOCATION="<%= location %>"
4+ AZURE_SUBSCRIPTION_ID = " <%= subscriptionId %>"
5+ AZURE_EXISTING_AIPROJECT_ENDPOINT = " <%= endpoint %>"
6+ AZURE_EXISTING_AIPROJECT_RESOURCE_ID = " <%= projectResourceId %>"
7+ AZD_ALLOW_NON_EMPTY_FOLDER = true
You can’t perform that action at this time.
0 commit comments