Hello @Shashi Bhushan Garg (Nokia) To resolve this, you can try deleting the deployment package from the Azure Storage and then redeploying your code. You can follow these steps to delete the deployment package:
- Open the Azure portal and navigate to your function app.
- Click on the "Platform features" tab and then click on "Advanced tools (Kudu)".
- In the Kudu console, click on "Debug console" and then click on "PowerShell".
- Navigate to the
site/wwwroot
directory and delete thebin
andobj
folders. - Navigate to the "data/SitePackages" directory and delete the deployment package. After deleting the deployment package, you can redeploy your code from Visual Studio Code to your function app. This should update the deployment package with the latest changes and reflect the changes in your function app.
This should solve your issue
I hope that this response has addressed your query and helped you overcome your challenges. If so, please mark this response as Answered. This will not only acknowledge our efforts, but also assist other community members who may be looking for similar solutions.