Skip to content

Commit 47f46f2

Browse files
authored
Final updated pipeline and deplyment
1 parent 8aa7f6a commit 47f46f2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

benchmark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@
7070
# Total: 114 160 28.0 172 199#
7171

7272

73-
ab -n 10 -v 4 -p data.json -T 'application/json' -H 'Authorization: Bearer REPLACE_WITH_KEY' http://REPLACE_WITH_API_URL/score
73+
ab -n 10 -v 4 -p data.json -T 'application/json' -H 'Authorization: Bearer 5N2Yb33ahgdBOgoJnfSiA7dHc4yADUex' http://http://d79028ee-fe28-4563-85b3-b4938b3fc696.southcentralus.azurecontainer.io/score

config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"subscription_id": "48a74bb7-9950-4cc1-9caa-5d50f995cc55",
3-
"resource_group": "aml-quickstarts-135774",
4-
"workspace_name": "quick-starts-ws-135774"
2+
"subscription_id": "3d1a56d2-7c81-4118-9790-f85d1acf0c77",
3+
"resource_group": "aml-quickstarts-135864",
4+
"workspace_name": "quick-starts-ws-135864"
55
}

endpoint.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
# URL for the web service, should be similar to:
55
# 'http://8530a665-66f3-49c8-a953-b82a2d312917.eastus.azurecontainer.io/score'
6-
scoring_uri = 'http://5cfacec4-93d2-477d-afbe-114ad84daaa1.southcentralus.azurecontainer.io/score'
6+
scoring_uri = 'http://d79028ee-fe28-4563-85b3-b4938b3fc696.southcentralus.azurecontainer.io/score'
77
# If the service is authenticated, set the key or token
8-
key = 'mUOf3qOz1XzBCdDo5EWq6oxu1UrZUlVh'
8+
key = '5N2Yb33ahgdBOgoJnfSiA7dHc4yADUex'
99

1010
# Two sets of data to score, so we get two results back
1111
data = {"data":

0 commit comments

Comments
 (0)