Skip to content

Commit 9dc6e06

Browse files
Larry Franksshohei1029
andauthored
Update articles/machine-learning/how-to-secure-online-endpoint.md
Co-authored-by: Shohei Nagata <Shohei.Nagata@microsoft.com>
1 parent ffe20b9 commit 9dc6e06

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)