Azure / azure-blueprints

A library of sample Blueprints that can be easily imported via API or PowerShell
MIT License
258 stars 152 forks source link

Cannot create managed identity for logicApp using Blueprints #47

Closed kkazala closed 1 month ago

kkazala commented 3 years ago

Hi,

Creating a Logic App with managed identity, using Blueprint, doesn't work any more. The blueprint works without the

"identity": {
  "type": "systemAssigned"
},

but fails if I add it back. Using ARM Template directly from Azure Portal with the identity enabled works.

I'm not sure if it's the right place to submit the bug. If not, please advise where should I write rgds! Kinga