You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're currently using connection strings for Storage and Search within the app. We should move away from this and use Managed Identity instead, which is a feature in Azure that allows you to connect to a resource e.g. Storage from an application using a "trusted identity". With this, no connection strings are required. This is how we should be doing stuff going forwards.
The text was updated successfully, but these errors were encountered:
isaacabraham
changed the title
Use identity instead of connection strings.
Use identity instead of connection strings
Dec 31, 2022
We're currently using connection strings for Storage and Search within the app. We should move away from this and use Managed Identity instead, which is a feature in Azure that allows you to connect to a resource e.g. Storage from an application using a "trusted identity". With this, no connection strings are required. This is how we should be doing stuff going forwards.
The text was updated successfully, but these errors were encountered: