Azure-Player / azure.datafactory.tools

Tools for deploying Data Factory (v2) in Microsoft Azure
https://azureplayer.net/adftools
MIT License
207 stars 69 forks source link

Question regarding managed system identity (MSI) #379

Closed Mishco closed 5 months ago

Mishco commented 7 months ago

Describe the bug Is there a way to enable managed identity via adftools automatically ?

To Reproduce Right now we are trying to create ADF automatically, but there is manual input necessary for that step. Do you have some suggestions how to achieve that ?

Expected behaviour Enabled MSI

Screenshots image

NowinskiK commented 5 months ago

Maybe I'm missing something here, but right now when you create a new instance of ADF within #adftools MSI is enabled. Please check this code: adhoc/issue-379/issue-379.ps1

and result below: image