Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/powershell/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
使用powershell访问azure中应用程序服务中存在的文件(使用powershell访问kudu)_Powershell_Azure_Kudu - Fatal编程技术网

使用powershell访问azure中应用程序服务中存在的文件(使用powershell访问kudu)

使用powershell访问azure中应用程序服务中存在的文件(使用powershell访问kudu),powershell,azure,kudu,Powershell,Azure,Kudu,是否有任何方法可以使用powershell访问应用程序服务kudo。 场景:“azure中的应用程序服务具有D:\home\site\wwwroot\xyz.config,我想使用powershell更改xyz.config中的某些内容,现在我正在通过手动访问和选择kudu中的powershell并运行该命令来执行此操作 现在,我想使用TFS作业执行同样的操作。为此,我需要一个命令,通过它我可以访问应用程序服务路径(D:\home\site\wwwroot),其中将显示xyz.config,而不

是否有任何方法可以使用powershell访问应用程序服务kudo。 场景:“azure中的应用程序服务具有D:\home\site\wwwroot\xyz.config,我想使用powershell更改xyz.config中的某些内容,现在我正在通过手动访问和选择kudu中的powershell并运行该命令来执行此操作

现在,我想使用TFS作业执行同样的操作。为此,我需要一个命令,通过它我可以访问应用程序服务路径(D:\home\site\wwwroot),其中将显示xyz.config,而不是手动执行并发出命令