Update deploy-safe-rollout-online-endpoints.sh (#1771)
minor fixes to closing tags
This commit is contained in:
Родитель
e618f31274
Коммит
c29883b043
|
@ -54,11 +54,11 @@ curl --request POST "$SCORING_URI" --header "Authorization: Bearer $ENDPOINT_KEY
|
|||
|
||||
# <test_green_with_mirror_traffic>
|
||||
az ml online-endpoint update --name $ENDPOINT_NAME --mirror-traffic "green=10"
|
||||
# <test_green_with_mirror_traffic>
|
||||
# </test_green_with_mirror_traffic>
|
||||
|
||||
# <reset_mirror_traffic>
|
||||
az ml online-endpoint update --name $ENDPOINT_NAME --mirror-traffic "green=0"
|
||||
# <reset_mirror_traffic>
|
||||
# </reset_mirror_traffic>
|
||||
|
||||
# <green_10pct_traffic>
|
||||
az ml online-endpoint update --name $ENDPOINT_NAME --traffic "blue=90 green=10"
|
||||
|
@ -74,4 +74,4 @@ az ml online-deployment delete --name blue --endpoint $ENDPOINT_NAME --yes --no-
|
|||
|
||||
# <delete_endpoint>
|
||||
az ml online-endpoint delete --name $ENDPOINT_NAME --yes --no-wait
|
||||
# </delete_endpoint>
|
||||
# </delete_endpoint>
|
||||
|
|
Загрузка…
Ссылка в новой задаче