Hi PJ Lehman
You are facing the issues due to the resource deletion has tried in unsupported sequence. We can try a force update/deletion from API Playground through API as explained below.
Find the VNET ID from azure portal as below
Copy the value and add the suffix
?api-version=2024-07-01
Open the API Playground as below from azure portal
Select GET as below. Substitute the resource value of the resource copied above and 'Execute' to copy the 'Response Body' text.
Now select PUT and paste the response in the Request Body. Press Execute
This will do a force update of the resource in the azure premises. Check Try a delete of the resource after a successful update
If that founds failing, try a 'DELETE' and see if you can be able to delete the resource
Hope this helps.
--please don't forget to upvote
and Accept as answer
if the reply is helpful--