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