我尝试将Azure Dev Spaces用于已经部署到Azure Kubernetes服务(AKS)的现有ASP.NET Core项目。
我跟随this guide为我的项目启用Azure Dev Spaces。但是,当我尝试使用Azure Dev Spaces调试项目时,出现以下错误:
Enabling debugging... There is no more space available for file synchronization. Please remove unused spaces by running 'azds down', reduce the size of your workspace, and retry later.
运行azds down
不能解决我的问题:
PS D:\sources\git\> azds down
Identifying the dev space workload 'xxx'...
'myproject' does not identify any dev space workload.
如果我尝试在命令行中调用azds up
,也会收到错误消息:
Using dev space 'myresourcegroup' with target 'mycluster'
Synchronizing files...Oops... An unexpected error has occurred. A report of the error will be sent to Microsoft. Please include the following Client Request ID when contacting support: 5696f5ea-.....
有什么想法吗?
答案 0 :(得分:0)
当我在azds.yaml文件中将useGitIgnore属性设置为false时,会发生这种情况。