https://pulumi.com logo
w

wet-sunset-4939

03/13/2020, 3:30 PM
Seems there are many issue with Azure 2.0 plugin. I got below issue as well.
Copy code
Message="Property id '' at path 'properties.hostingEnvironmentProfile.id' is invalid. Expect fully qualified resource Id that start with '/subscriptions/{subscriptionId}' or '/providers/{resourceProviderNamespace}/'.
t

tall-librarian-49374

03/13/2020, 5:06 PM
Could you please share your code?
w

wet-sunset-4939

03/14/2020, 4:50 AM
Hi @tall-librarian-49374 here is my code
Copy code
const serverPlan = new azure.appservice.Plan(name, {
    name,
    ...resourceGroup,
    perSiteScaling: true,
    kind,
    reserved: kind === 'Linux',
    sku: {
      tier,
      size: getSize(env, kind)
    }
  });
Seems the issues fixed on 2.0.1