Open
Description
Hi,
During configuration of PowerApps vnet injection, contiously got the following error message:
Script CreateSubnetInjectionEnterprisePolicy.ps1 is not changing Azure context to point to the right subscription, therefore the script does not find the right resourcegroup for creating the policy.
Please fix this.
I added Set-AzContext -SubscriptionId $subscriptionId to the script, and it created the context properly.
Thanks in advance!
G