You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created before 3 functions in my Azure functions in the browser. Today I tested the Azure Function extension in VS Code and try to deploy to the same Azure Function. It gives me the popup message:
"are you sure you want to deploy to "nameOfMyFunction"? This will overwrite any previous deployment and cannot be undone".
Now my 3 functions are gone. I see just 1 new function which I deployed from VS Code. Can get my 3 functions back?
The text was updated successfully, but these errors were encountered:
Unfortunately, there is no way for us to have the service reverse the deployment operation. That is a big part of why we display that confirmation window :(
That said, if you have your previous deployment in source control, we recommend going back to a saved commit and redeploying from there if at all possible!
I created before 3 functions in my Azure functions in the browser. Today I tested the Azure Function extension in VS Code and try to deploy to the same Azure Function. It gives me the popup message:
"are you sure you want to deploy to "nameOfMyFunction"? This will overwrite any previous deployment and cannot be undone".
Now my 3 functions are gone. I see just 1 new function which I deployed from VS Code. Can get my 3 functions back?
The text was updated successfully, but these errors were encountered: