-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
3
-
StorEng - Defined Pipeline
Currently, we're using a "connection string" that contains the Azure account credentials, however, this poses some security risks if the keys are leaked. Instead, we can use Azure Active Directory (Azure AD) to manage identities. This means each developer can login and test the extension without using the long-term keys. The Python SDK documentation provides a useful page to explain how this works here. Then instead of using the python library we would be using theĀ Azure Identity client library for C++.