An Azure service that provides an event-driven serverless compute platform.
I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to "Accept " the answer.
Issue: Unable to delete the function App integrated with Vnet.
Solution:
- Create a new Azure VNet and subnet with the exact same names
- Run
az functionapp vnet-integration remove --name myfunction -g rg-mygroupname - Run
az functionapp delete --name fnapp-vivethere3 -g rg-vivethere3
Reason of issue:
I have tried to delete an Azure Function without disconnecting the VNet integration first.
If you have any other questions or are still running into more issues, please let me know. Thank you again for your time and patience throughout this issue.
Please accept as Yes if the answer is helpful so that it can help others in the community.