deployment

How to make a continuous delivery of a python function app deployed in Azure?

心已入冬 提交于 2020-12-03 13:50:58
问题 For the first time I deployed a Python function app to Azure using a deployment pipeline: https://docs.microsoft.com/bs-latn-ba/azure/azure-functions/functions-how-to-azure-devops The package is deployed to Azure using Kudu Zip deploy. My http triggered function runs wonderfully locally (on Windows), but I have a 500 internal errors on Azure because it does not find the module requests . Exception: ModuleNotFoundError: No module named 'requests' imports of __init__.py: import logging,

How to make a continuous delivery of a python function app deployed in Azure?

前提是你 提交于 2020-12-03 13:50:34
问题 For the first time I deployed a Python function app to Azure using a deployment pipeline: https://docs.microsoft.com/bs-latn-ba/azure/azure-functions/functions-how-to-azure-devops The package is deployed to Azure using Kudu Zip deploy. My http triggered function runs wonderfully locally (on Windows), but I have a 500 internal errors on Azure because it does not find the module requests . Exception: ModuleNotFoundError: No module named 'requests' imports of __init__.py: import logging,

Host asp.net core app in IIS to access from other PC's inside the network

烈酒焚心 提交于 2020-12-01 12:22:34
问题 How can i host my Asp.Net Core (1, 2 or 2.1) web app in Windows IIS to be able to access it from other PC's in our local network (or my Virtual OS)? My PC is a Desktop Windows 10 Pro (not Win Server). I have followed the Host ASP.NET Core on Windows with IIS article, but i can't get it to work. What i did based on that article is as following: Ensure Prequisites: Visual Studio 2017, Install Asp.Net Core 2.1 SDK, Add Internet Information Services (IIS) from Turn Windows features on or off ,