I am trying to update azure ml webservice which already deployed with new scoring file . Can you please help me in this , i follow your instruction from https://docs.microsoft.com/en-us/azure/machine-learning/how-to-deploy-update-web-service but i am getting error as AttributeError: 'NoneType' object has no attribute 'lower' (https://stackoverflow.com/questions/63763564/how-to-update-scoring-py-file-in-deployed-azure-ml-web-services-without-changing/64095971#64095971 ) and i am not able to solve it , can you please help me .?