Closed drewlearns closed 2 years ago
Hey @drewlearns.
https://github.com/Azure/dev-spaces
How does this affect me? Azure Dev Spaces is no longer supported, and all projects using Azure Dev Spaces will no longer function.
What action should I take? Transition to Bridge to Kubernetes. More information on migration options is available here. If you have migration questions, or need technical assistance, please email BridgeToKubernetes-Talk@microsoft.com.
Can the pipeline that is generated automatically be updated to use bridge to kuberenetes instead of dev spaces?
Can the pipeline that is generated automatically be updated to use bridge to kuberenetes instead of dev spaces?
Please ask this question - https://github.com/microsoft/azure-pipelines-tasks
Ah I understand now, perhaps dev spaces option should be removed since it's deprecated. The option above it works.
Description
I've been trying to get a pipeline to work using the automated system: It tries to use AZDS: The line above fails to run due to AZDS not being installed. Apparently its been OOC since May of 2021 so I'm scratching my head on why this is being called here and don't know how to fix it. Any assistance would be most helpful!
Platforms affected
Virtual environments affected
Image version and build link
The link in the error message https://aka.ms/get-azds doesn't load
Is it regression?
n/a
Expected behavior
pipeline builds and deploys without editing azds commands. I need a way to get the host suffix
Actual behavior
adzs command not found and deprecated breaking deploy step
Repro steps
selecting the step would create a pipeline that deploys to kubernetes