Azure Stream Analytics output config json as managed identity to service bus queue

Wilson, Chris 0 Reputation points
2023-11-15T18:56:35.8133333+00:00

Hello

I have an ASA job that is using managed identity to send messages to a service bus queue (this is working) however when trying to deploy changes the template that is generated expects parameters for SharedAccessPolicyName, which to my understanding is not used when having managed identity as the authorization.

I have tried making the values null and adding "AuthenticationMode": "Msi" to the output config but when running the build via the cicd command the template parameters json file still contains the shared access policy parameters for the output and doesnt contain the added parameter for AuthenticationMode.

Is it possible to generate the job template json file when using managed identity to connect to a service bus queue for an asa job?

Thanks

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
579 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
342 questions
{count} votes