I had a great conversation with Michael Walton, Microsoft lead for Manufacturing solutions. We talked about 6 different manufacturing solutions based on AI technologies that influence the way manufacturers can engage their customers, partners, and employees.
Azure Function Published with Azure DevOps is missing .python_packages
I was publishing an Azure Function with Azure DevOps vs. deploying with VS Code and was finding the function was failing because the .python_packages folder was missing. Reviewing the build code the standard python package was populated with “pip install -r requirements.txt”, which was working on my local client to ensure the published environment included the necessary packages. […]
Read more "Azure Function Published with Azure DevOps is missing .python_packages"