Plan/apply hangs on requesting state lock

I’m able to run init, validate, etc, but when I run plan or apply, Terraform is hanging on "requesting state lock for workspace. This is on a new windows 10 laptop using local state creating resources in Azure. It doesn’t matter if I use the default workspace or create a new workspace. If I add the -lock=“false” parameter, it works just fine creating the resources no problem. Even stripping everything out to just the barest of minimums in my main.tf, it still hangs on request state lock.