File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
how-to-use-azureml/deploy-to-cloud Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ steps:
3131  inputs :
3232    azureSubscription : ' azmldemows' 
3333    scriptLocation : inlineScript 
34-     inlineScript : ' az ml model register -n sklearn_regression_model.pkl -p sklearn_regression_model.pkl' 
34+     inlineScript : ' az ml model register -n sklearn_regression_model.pkl -p sklearn_regression_model.pkl -t model.json ' 
3535
3636- task : AzureCLI@1 
3737  displayName : ' Deploy model' 
3838  inputs :
3939    azureSubscription : ' azmldemows' 
4040    scriptLocation : inlineScript 
41-     inlineScript : ' az ml model deploy -n acicicd -f model.json --ic inferenceConfig.yml --dc deploymentConfig.yml' 
41+     inlineScript : ' az ml model deploy -n acicicd -f model.json --ic inferenceConfig.yml --dc deploymentConfig.yml --overwrite ' 
4242
4343- task : AzureCLI@1 
4444  displayName : ' Delete deployed service' 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments