Skip to content

Commit 6792169

Browse files
authored
update name to avoid collision
1 parent 1a0cf25 commit 6792169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/deployment/deploy-to-aci/deploy-to-aci.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ deployment_config <- aci_webservice_deployment_config(cpu_cores = 1,
2323
memory_gb = 1)
2424

2525
# Deploy the web service
26-
service_name <- paste0('aciservice-', sample(1:100, 1, replace=TRUE))
26+
service_name <- paste0('aciwebservice-', sample(1:100, 1, replace=TRUE))
2727
service <- deploy_model(ws,
2828
service_name,
2929
list(model),

0 commit comments

Comments
 (0)