Я пытаюсь использовать пространство разработки Azure для существующего проекта ASP.NET Core, который уже развернут в службе Azure Kubernetes (AKS).
Я следовал этому руководству , чтобы включить пространство разработки Azure для моего проекта.Однако, когда я пытаюсь отладить свой проект с помощью пространств разработки Azure, я получаю следующую ошибку:
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-.....
Есть идеи?