Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql server 在azure函数powershell中使用bcp_Sql Server_Azure_Powershell_Bcp - Fatal编程技术网

Sql server 在azure函数powershell中使用bcp

Sql server 在azure函数powershell中使用bcp,sql-server,azure,powershell,bcp,Sql Server,Azure,Powershell,Bcp,我在powershell中创建azure Function应用程序时遇到问题。在导入我的脚本时,我使用bcp命令,它在本地运行良好,但当我部署它时,我在输出中有“术语“bcp”未被识别为cmdlet的名称”我想在requirement.psd1中插入正确的模块,但我搜索了很长时间,没有结果。你知道我必须安装什么模块吗?bcp不是模块,而是应用程序,需要安装。之前提到的Azure文档。愿它能帮助你。我不知道现在是否还能用。此链接可能更清楚:。另一个问题,您最好为我们共享powershell sci

我在powershell中创建azure Function应用程序时遇到问题。在导入我的脚本时,我使用bcp命令,它在本地运行良好,但当我部署它时,我在输出中有“术语“bcp”未被识别为cmdlet的名称”我想在requirement.psd1中插入正确的模块,但我搜索了很长时间,没有结果。你知道我必须安装什么模块吗?

bcp
不是模块,而是应用程序,需要安装。之前提到的Azure文档。愿它能帮助你。我不知道现在是否还能用。此链接可能更清楚:。另一个问题,您最好为我们共享powershell scipt。