Open sebastianburckhardt opened 2 years ago
According to information and code snippets provided by @jviau it seems possible we can implement this without having to upgrade all our storage SDK.
The only SDK that has to change is the Azure Table storage SDK v11. Luckily, that is a small change (essentially just one file). I created a PR (#195) to update it.
Thus we should be able to provide support for this soon.
Azure.Core.TokenCredential
instead of connection strings. It can be used from DTFx (by supplying the credential before starting the orchestration service) and from DF projects using C# (by injecting a resolver during startup).Remaining work: align with Azure Functions configuration, and update scale controller.
... as already supported by mssql and AzureStorage backends.