retaildevcrews / botify

End to end chatbot development accelerator
MIT License
0 stars 1 forks source link

Use managed identity for the datasource #25

Open glav opened 1 week ago

glav commented 1 week ago

Feature update - Use of managed identity for Azure search datasource

PR Checklist

Purpose of PR

This PR makes use of a 'ResourceId' to establist a connection for the Azure AI Search datasource to blob storage. This has the effect of using the 'System Identity' for authorisation rather than requiring use of blob storage connection string which typically contains an account key. This method is a more secure method of authorisation.

image

Does this introduce a breaking change

Validation

Issues Closed or Referenced

None