microsoft / vscode-deploy-azure

VS code extension: Deploy To Azure, which helps set up CI/CD for deployment to Azure Resources.
MIT License
18 stars 19 forks source link

Attention: Deprecation notice #239

Open bishal-pdMSFT opened 2 years ago

bishal-pdMSFT commented 2 years ago

Hi! Please note that this extension is being deprecated and will be removed from VS code marketplace on 11 April 2022.

This also means that "Configure CI/CD Workflow" and "Browse CI/CD Workflows" option will no longer be available on Azure Kubernetes Service extension.

Please move your workloads away from the extension before 11 April 2022.

As an alternative, you may choose to use Starter workflows from GitHub to quickly onboard your application to GitHub Actions. You may alternatively choose to use Create file API to create a Actions workflow file and Secrets API to create pre-requisites deployment secrets.

mdgibbons commented 2 years ago

Hi there. Very sad to see this project deprecated. I used the "Deploy to Slot" option quite a bit for various WebApps. Do you have a suggestion for an alternative for that particular piece of functionality? I know I can setup a pipeline using Azure DevOps Pipelines and Git commit but I prefer the quicker publish using the direct Deploy to Slot.
Note: I don't use GitHub Actions so that part isn't as helpful to me.