Open doruit opened 1 month ago
Hm, do you know what the subresources are? I've been able to run azd down
on this repo recently, I think. Do you have integrated vectorization enabled or any other optional search features?
Another thing you could try is:
azd config set alpha.deployment.stacks on
azd down
That uses a new feature that removes resources in a different way.
Hey @doruit, I just solved this issue on my side, the problem is caused because of a sub-resource called Shared private link created inside the Search Service that blocks the resource deletion.
Before you delete the Search Service you need to delete the Shared private link. After that you be able to delete the Search Service
Azure Search Service > "Networking" > "Shared private access"
Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
OS and Version?
azd version?
Workaround
Manually delete the Shared private access sub-resources in de Search Service first before running azd down.