Forum Discussion
Deleted Resource account with phone number still assigned.
- Jan 29, 2024
If you delete a resource account without first removing the phone number you can run Get-CsPhoneNumberAssignment -TelephoneNumber <+phonenumber> and note the AssignedPstnTargetId which is the Identity of the deleted Resource Account.
Then run the following to remove the number.
Remove-CsPhoneNumberAssignment -Identity <AssignedPstnTargetId> -PhoneNumber <+phonenumber to unassign> -PhoneNumberType <DirectRouting|CallingPlan|OperatorConnect>
Hellas,
We're stuck with the same problem. Our IT partner deleted the Resource Account with our main office Number. And now we're stuck with the problem as mentionned by others.
Unfortunately nothing helps via Azure. We're in contact with Microsoft but it takes ages to explain and to deliver log-files and re-explain.
Any one any idea how to speed things up?
Regards
André