Skip to content

Commit

Permalink
Merge pull request #144 from Azure-Samples/what-if-add-params
Browse files Browse the repository at this point in the history
what-if.yml でのパラメーター追加
  • Loading branch information
yus04 authored Nov 8, 2024
2 parents 5b0da11 + b1bcf09 commit 0f3f3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/5.what-if.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: what-if using Azure CLI
run: |
set +e
results=$(az deployment sub what-if --template-file "./5.internal-document-search/infra/main.bicep" --location JapanEast -p vmLoginPassword=dummy -p resourceGroupName=rg-${{ github.run_id }} -p isPrivateNetworkEnabled=false -p environmentName=${{ github.run_id }} -p location=japaneast 2>&1)
results=$(az deployment sub what-if --template-file "./5.internal-document-search/infra/main.bicep" --location JapanEast -p vmLoginPassword=dummy -p resourceGroupName=rg-${{ github.run_id }} -p isPrivateNetworkEnabled=false -p environmentName=${{ github.run_id }} -p location=japaneast -p AzureOpenAIServiceRegion="8. japaneast (You can deploy only GPT-3 models)" -p useApiManagement=false 2>&1)
echo "$results"
# Check if "Error" is present in $results
if echo "$results" | grep -i "Error"; then
Expand Down

0 comments on commit 0f3f3df

Please sign in to comment.