We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d3bc4 commit 5579006Copy full SHA for 5579006
1 file changed
.github/workflows/deploy.yml
@@ -64,6 +64,7 @@ jobs:
64
else
65
echo "Resource group already exists."
66
fi
67
+ echo "RESOURCE_GROUP_NAME=${{ env.RESOURCE_GROUP_NAME }}" >> $GITHUB_OUTPUT
68
69
- name: Generate Unique Solution Prefix
70
id: generate_solution_prefix
@@ -97,9 +98,6 @@ jobs:
97
98
--parameters \
99
Prefix="${{ env.SOLUTION_PREFIX }}" \
100
AzureAiServiceLocation="westus" \
- deploymentType="GlobalStandard" \
101
- llmModel="gpt-4o" \
102
- gptModelVersion="2024-08-06" \
103
capacity=${{ env.GPT_MIN_CAPACITY }} \
104
imageVersion="${IMAGE_TAG}"\
105
--debug
0 commit comments