是否可以在本地IIS中部署Azure功能

是否可以在本地IIS中部署Azure功能

本文介绍了是否可以在本地IIS中部署Azure功能?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已使用Visual Studio 2017创建了HttpTrigger.我可以使用下面提到的URL进行调试,并可以从Web浏览器中调用azure函数.

I have created a HttpTrigger using Visual Studio 2017. I can able to debug and able to call the azure function from web browser using below mentioned URL.

我已经在系统的本地文件夹中发布了该项目.是否可以在本地IIS中部署生成的dll并从浏览器调用API?如果是,那么该怎么做?

I have published the Project in a Local Folder in my system. Is it possible to deploy the generated dlls in the Local IIS and call the API from browser? If Yes, then how to do this?

推荐答案

如果主要关注的是如何在内部使用Azure Functions而不是使用Azure,则可以使用 Azure Functions运行时可以在场所部署和运行Azure功能:

If your primary concern is how to use Azure Functions on premises instead of using azure you can use the Azure Functions Runtime to deploy and run azure functions on premises:

这篇关于是否可以在本地IIS中部署Azure功能?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-01 18:36