Skip to content

Commit 8ab1a7f

Browse files
author
Larry Franks
committed
Merge branch 'v2-inference' of github.com:Blackmist/azure-docs-pr into v2-inference
2 parents 570ca6d + 9dc6e06 commit 8ab1a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-secure-online-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ blue_deployment = ManagedOnlineDeployment(name='blue',
129129
code_configuration=CodeConfiguration(code_local_path='./model-1/onlinescoring/',
130130
scoring_script='score.py'),
131131
environment=env,
132-
instance_type='Standard_F2s_v2',
132+
instance_type='Standard_DS2_v2',
133133
instance_count=1,
134134
egress_public_network_access=PublicNetworkAccess.Disabled
135135
# egress_public_network_access=PublicNetworkAccess.Enabled

0 commit comments

Comments
 (0)