I am following this document to export/import blueprints:
https://docs.microsoft.com/en-us/azure/governance/blueprints/how-to/import-export-ps
Using Azure Powershell, I was able to export the blueprint from a management group to my local machine. The problem arises when I try importing using the command in the document. I get this error even though I'm logged in and verified the subscription id is correct:
Import-AzBlueprintWithArtifact: The subscription 'mySubscription' could not be found.
I then tried to import it into a Management Group instead of Subscription. I get this error:
Import-AzBlueprintWithArtifact: Object reference not set to an instance of an object.
Has anyone found the solution to this or a workaround? Thank you