microsoft / azurechat

🤖 💼 Azure Chat Solution Accelerator powered by Azure Open AI Service
MIT License
1.14k stars 954 forks source link

If I were to migrate to the new solution, how can we deploy the older versions #316

Open Nihal-1512 opened 4 months ago

Nihal-1512 commented 4 months ago

I have deployed this solution many times by saving it locally using azd init -t microsoft/azurechat, making front end changes and deploying it on Azure using the Azure developer CLI. I would like to migrate to the new application however, I am still working with customers that want the old application without the additional features. Would it be possible for me to still deploy the older versions using the Azure CLI? At the moment, if I want to migrate and re-run the command azd init -t microsoft/azurechat, it will overwrite my files and I won't be able to use the old versions again. Any help is appreciated.