我无法在python中创建azure函数,该函数可用于在PowerApps上运行python脚本。 我已经在命令提示符和应用程序中的visual studio上尝试过,但我无法部署它。 Is it possible to automate the execution of a Python script using Microsoft Flow?我使用这个链接来创建azure函数 (.env) C:\Users\PAhire2\MyFunctionProj>az functionapp create --resource-group myResourceGroup --os-type
在Windows remote主机上,我的用户名是WORK\username,当我从Windows控制台连接时: ssh WORK\username@hostname 百事大吉。我也可以用双斜杠从WSL连接: ssh WORK\\username@hostname 但我无法从VS代码连接。我有一个错误: Could not establish connection to "hostname": SSH user name cannot include the character \. 如何处理它,我尝试了不同的方法来避开斜杠,但都不起作用。 我的VS代码版本是1.59.1。