简体   繁体   English

在Azure共享托管上运行python脚本

[英]Run a python script on Azure shared hosting

I have an ASP.NET C# web application deployed on Azure web sites(shared hosting). 我在Azure网站(共享主机)上部署了ASP.NET C#Web应用程序。 Is it possible that I could execute a python script from .NET code on Azure shared hosting? 是否可以在Azure共享主机上从.NET代码执行python脚本?

Any help with be highly appreciated. 任何帮助都将受到高度赞赏。

As I know, there is a site extension for Azure WebApp called Python Installer you can use when you turn off Python in the Azure Portal, please access https://<your-webapp-name>.scm.azurewebsites.net/SiteExtensions/?#gallery to search Python to install it, as below. 众所周知,Azure WebApp有一个站点扩展名为Python Installer ,当您在Azure门户中关闭Python时可以使用,请访问https://<your-webapp-name>.scm.azurewebsites.net/SiteExtensions/?#gallery搜索Python进行安装,如下所示。

在此处输入图片说明

You can try to refer to its GitHub README to know how to get started. 您可以尝试参考其GitHub README来了解如何入门。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM