Cannot delete Wordpress VNet due to AppService Subnet Association Link

Sebastian Mazzey 20 Reputation points
2024-02-09T17:44:10.9566667+00:00

Hi, Im currently having issues to delete a virtual network because there was an App Service that was linked to a subnet and i cannot unlink it because it got deleted. I saw in other post that you could try to recreated an App Service plan with the same name as before in order to relink back to the integration but the subnet is no available. Anyone has another workaround? I don't have a support plan so i cannot file a support ticket User's image

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,311 questions
0 comments No comments
{count} votes

Accepted answer
  1. ChaitanyaNaykodi-MSFT 24,666 Reputation points Microsoft Employee
    2024-02-10T02:44:23.92+00:00

    @Sebastian Mazzey
    Thank you for reaching out.

    Thank you @Jackson Martins for the detailed troubleshooting above.

    I think a support request will be required here to remove the subnet delegation and to delete the Virtual Network.

    Could you please send an email to azcommunity@microsoft.com with the details below so that I can enable a one-time free support ticket for you in this case.

    Subject : Attn Chaitanya

    Thread URL: Link to this thread.

    Subscription ID

    Please let me know once you have done the same.

    Hope this helps! Please let me know if you have any additional questions. Thank you! 

    ---I hope this has been helpful! Your feedback is important so please take a moment to accept answers. If you still have questions, please let us know what is needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A! User's image


1 additional answer

Sort by: Most helpful
  1. Jackson Martins 10,141 Reputation points MVP
    2024-02-09T17:59:41.8633333+00:00

    Hi @Sebastian Mazzey
    You probably have a private link configuration to access a storage blob, go to your webapp and in the network item, unassociate the private link settingsvnet-webapp

    Or you can try via Azure CLI, just like:

    az webapp vnet-integration remove --name <AppServiceName> --resource-group <ResourceGroupName>
    

    Get in touch if you need more help with this issue. --please don't forget to "[Accept the answer]" if the reply is helpful--