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 Jan 18, 2024
2 parents 038474c + 37a4dd2 commit 3415e9f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cli/endpoints/online/managed/sample/blue-deployment-azureml.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineDeployment.schema.json
name: blue
endpoint_name: my-endpoint
model:
path: ../../model-1/model/
code_configuration:
code: ../../model-1/onlinescoring/
scoring_script: score.py
environment: azureml://registries/azureml/environments/sklearn-1.1/versions/17
instance_type: Standard_DS3_v2
instance_count: 1
11 changes: 11 additions & 0 deletions cli/endpoints/online/managed/sample/green-deployment-azureml.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineDeployment.schema.json
name: green
endpoint_name: my-endpoint
model:
path: ../../model-2/model/
code_configuration:
code: ../../model-2/onlinescoring/
scoring_script: score.py
environment: azureml://registries/azureml/environments/sklearn-1.1/versions/17
instance_type: Standard_DS3_v2
instance_count: 1

0 comments on commit 3415e9f

Please sign in to comment.