Specfic location is invalid

Expected behavior

docker run -ti docker4x/create-sp-azure sp-sp1 rg-name rg-northcentralus

Actual behavior

Every time I run this script I get an error that the specified location is invalid. I tried a few locations, each with the same error.

Additional Information

Can you please advise me on my input error, ty

Steps to reproduce the behavior

  1. …docker run -ti docker4x/create-sp-azure sp-sp1 rg-name rg-northcentralus.

Isn’t the region code northcentralus without the preceding rg- ?

yes it was, thank you for suggesting to drop the rg- preceding the region!