通过 Linux 环境在 Azure 中创建函数时,它的功能似乎完全缺少 CI/CD,因为我看不到任何实际文件。我的 VS 代码告诉我这个
Error: This plan does not support viewing files.
当我尝试通过 Azure 管道将文件部署到服务器时,除了
Azure App Service Deploy
这告诉我这一点。
2020-04-21T19:48:37.6676043Z ##[error]Failed to deploy web package to App Service.
2020-04-21T19:48:37.6689536Z ##[error]Error: Error: Failed to deploy web package to App Service. Conflict (CODE: 409)
我确实让它在 Windows 环境下直接通过 VS Code 工作,并没有注意到任何这些问题。
您能否确认这是不可能通过 Linux 实现的,或者可能有我正在寻找的解决方案。