Azure / Synapse-workspace-deployment

MIT License
27 stars 34 forks source link

User Assigned Identity & managed PEs - Template not exposing resource ID as parameter #58

Closed marvinbuss closed 2 years ago

marvinbuss commented 2 years ago

My workspace has a user assigned identity defined as credential. The exported template from my development workspace includes the credential, but with a hard-coded resource ID. My second workspace is using a different user assigned identity. This seems to be a bug wrt how the template is generated when publishing the template in the development workspace.

The same is happening for managed private endpoints. Why are these resource IDs not exposed as parameters within the generated template?

Why is the resource ID not parametrized? Can this be changed in the source workspace, so that the resource ID is exposed as parameter in the template?

Thanks for your help!

lordozb commented 2 years ago

You can create custom parameters. https://docs.microsoft.com/en-us/azure/synapse-analytics/cicd/continuous-integration-delivery#create-custom-parameters-in-the-workspace-template

Please don't use Issues to ask questions, create a support ticket on Azure portal instead.