While creating a Virtual Machine works, when I start trying to create a Virtual Network Tap I get returned with the following error:
"error": {
"code": "SubscriptionNotRegisteredForFeature",
"message": "Subscription xxxxxxxx is not registered for feature Microsoft.Network/AllowVirtualNetworkTap required to carry out the requested operation.",
"details": []
}
However my subscription has "Microsoft.Network" registered as a resource provider so this error doesn't make much sense to me. I've tried searching online but it seems the people who encountered the same issue never found a solution. I also tried unregistering and re-registering to maybe make it trigger a change, but with no luck.
I have also turned on Microsoft.NetworkFunction just in case, although I believe this doesn't really relate.
Does anyone have an idea how to solve this? I've been stuck on this for days now