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 7ffc13b commit e9bd921Copy full SHA for e9bd921
.azdo/pipelines/azure-dev.yml
@@ -3,6 +3,7 @@
3
trigger:
4
- main
5
- master
6
+ - feature/azd-semantickernel
7
8
# Azure Pipelines workflow to deploy to Azure using azd
9
# To configure required secrets and service connection for connecting to Azure, simply run `azd pipeline config --provider azdo`
@@ -80,4 +81,4 @@ steps:
80
81
env:
82
AZURE_SUBSCRIPTION_ID: $(AZURE_SUBSCRIPTION_ID)
83
AZURE_ENV_NAME: $(AZURE_ENV_NAME)
- AZURE_LOCATION: $(AZURE_LOCATION)
84
+ AZURE_LOCATION: $(AZURE_LOCATION)
0 commit comments