Support for Managed Identity on the azurerm_stream_analytics_stream_input_blob
Resource
#27837
Open
1 task done
Is there an existing issue for this?
Community Note
Description
Currently it looks like in the
azurerm_stream_analytics_stream_input_blob
resource it is not possible to set theauthentication_mode
to beMsi
so it defaults toConnectionString
. Unfortunately, this does not work in some needed scenarios where the MSI is needed.The odd thing is the "Reference" version of this resource
azurerm_stream_analytics_reference_input_blob
does seem to support using Autherntication_Mode.The API Support AuthenticationMode - https://learn.microsoft.com/en-us/rest/api/streamanalytics/inputs/create-or-replace?view=rest-streamanalytics-2020-03-01&tabs=HTTP#authenticationmode
I was also able to deploy successfully using the AzAPI Provider.
New or Affected Resource(s)/Data Source(s)
azurerm_stream_analytics_stream_input_blob
Potential Terraform Configuration
References
No response
The text was updated successfully, but these errors were encountered: