Hi @Thaer Badawi !
According to the Azure "Products available by region" site you should have a few Virtual Machine SKUs available in Norway East area.
Those SKUs should be the same of the output from the following command:
az vm list-skus --location norwayeast --output table
(or adding --query "[].{name:name}" before output table for readability)
However, the error message you get could also be a limitation connected to your subscription kind.
Can I ask which kind of free subscription is it?
Please check if your subscription has a particular policy that prevents you to create VMs in specific regions.
Luca :-)