Skip to content

Commit

Permalink
Fix Azure ContainerApps deployment -a option
Browse files Browse the repository at this point in the history
  • Loading branch information
edeandrea committed Dec 30, 2023
1 parent 285d185 commit b177bfb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scripts/create-azure-openai-resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,6 @@ AZURE_OPENAI_KEY=$(
| jq -r .key1
)

AZURE_OPENAI_ENDPOINT=$(
az cognitiveservices account show \
--name "$COGNITIVE_SERVICE" \
--resource-group "$RESOURCE_GROUP" \
| jq -r .properties.endpoint
)

echo
echo "Deployment took $SECONDS seconds to complete."
echo
Expand All @@ -162,7 +155,6 @@ echo "[$(date +"%m/%d/%Y %T")]: All services have been deployed"
echo "-----------------------------------------"
echo "Here are some key values you may need to use in your application's configuration:"
echo
echo "Endpoint: $AZURE_OPENAI_ENDPOINT"
echo "API key (quarkus.langchain4j.azure-openai.api-key): $AZURE_OPENAI_KEY"
echo "Resource Name (quarkus.langchain4j.azure-openai.resource-name): $COGNITIVE_SERVICE"
echo "Deployment Name/Id (quarkus.langchain4j.azure-openai.deployment-id): $COGNITIVE_DEPLOYMENT"

0 comments on commit b177bfb

Please sign in to comment.