serverless / serverless-azure-functions

Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework
MIT License
266 stars 161 forks source link

Azure resource group deleted in place of only serverless resources #600

Open saumilsdk opened 2 years ago

saumilsdk commented 2 years ago

I deployed 1 serverless function on azure stack for the existing resource group as I don't have permission to create any new RG due to company policy. And i needed to delete the function and its dependences created on deploying serverless stack and I ran "sls remove" command. I was shocked to see delete complete resource group!!!

I don't want to delete complete RG and want to only remove that stack. Is there any way?