Managed Identity Support for Storage Connection #189
|
Hi, I'm exploring to host one standalone DFM to connect with multiple task hubs in different storage accounts. Looks like it is supported with DFM_ALTERNATIVE_CONNECTION_STRING_my_other_conn_string configs. Does this support Managed Identity authentication to storage account, instead of connection strings? |
Answered by
scale-tone
May 30, 2024
Replies: 1 comment
|
Hi @haaaow , DFM_ALTERNATIVE_CONNECTION_STRING_my_other_conn_string cannot be identity-based - this is not supported. |
0 replies
Answer selected by
haaaow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @haaaow , DFM_ALTERNATIVE_CONNECTION_STRING_my_other_conn_string cannot be identity-based - this is not supported.
I can only suggest running multiple DfMon instances, one per each storage account. You can always deploy them into the same App Service Plan, if you're concerned about extra costs.
Or else DfMon-as-a-VsCode-extension is always your friend :)