Skip to content

Commit

Permalink
Merge branch 'main' into add-readme-check
Browse files Browse the repository at this point in the history
  • Loading branch information
diondrapeck authored Oct 19, 2023
2 parents 23588f5 + 4f44ad2 commit 452d938
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ az ml online-endpoint invoke -n $ENDPOINT_NAME -d with-package -f sample-request
#</test_deployment>

#<create_deployment_inline>
az ml online-deployment create -f model-deployment.yml -e $ENDPOINT_NAME
az ml online-deployment create --with-package -f model-deployment.yml -e $ENDPOINT_NAME
#</create_deployment_inline>

#<delete_resources>
Expand All @@ -38,4 +38,4 @@ az ml online-endpoint delete -n $ENDPOINT_NAME --yes

#<build_package_copy>
az ml model package -n $MODEL_NAME -l latest --file package-external.yml
#</build_package_copy>
#</build_package_copy>

0 comments on commit 452d938

Please sign in to comment.