Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Hello Mithunshanbhag,
Yes, the configuration persist. You can try to restart your app service: your package still on your vm.
Deployment doesn't change anything. When you deploy your application, basically, you only:
- send your package
- Erase your old files (if you configure "delete" option)
- Unzip the package
- restart the service
The system doesn't change anything and remain the same.