Skip to content

Commit 6ab52b5

Browse files
Merge pull request #321 from microsoft/psl-us-26063
fix: updates bicep to comply with WAF standards and best practices
2 parents 05bc0e5 + 6d0516f commit 6ab52b5

File tree

13 files changed

+17986
-12237
lines changed

13 files changed

+17986
-12237
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@ jobs:
146146
--parameters \
147147
solutionName="${{ env.ENVIRONMENT_NAME }}" \
148148
enablePrivateNetworking="false" \
149-
secondaryLocation="eastus2" \
150149
contentUnderstandingLocation="WestUS" \
151150
deploymentType="GlobalStandard" \
152151
gptModelName="gpt-4o" \
153152
gptModelVersion="2024-08-06" \
154153
gptDeploymentCapacity="30" \
155154
aiServiceLocation="${{ env.AZURE_LOCATION }}" \
155+
containerImageTag="latest" \
156156
tags="{'CreatedBy':'Pipeline', 'SecurityControl':'Ignore','Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}" \
157157
--query "properties.outputs" -o json); then
158158
echo "❌ Deployment failed. See logs above."

0 commit comments

Comments
 (0)