This page says
Can I move my managed instance to another subnet?
No. This is a current Managed Instance design limitation.
But this page contains this example.
Move managed instance to another subnet
az sql mi update -g myResourceGroup -n myServer -i \ --subnet /subscriptions/xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testumi \
The example itself is wrong as the value after --subnet parameter is a managed identity, not a subnet.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
This page says
But this page contains this example.
The example itself is wrong as the value after
--subnetparameter is a managed identity, not a subnet.Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.