Seems there are many issue with Azure 2.0 plugin. ...
# general
w
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
Could you please share your code?
w
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