我尝试将 Azure Dev Spaces 用于已部署到 Azure Kubernetes 服务 (AKS) 的现有 ASP.NET Core 项目。
我按照本指南为我的项目启用了 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-.....
有任何想法吗?