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
// This works as long as the account accessing (managed identity or visual studio user) has both of the following IAM permissions on the storage account:
thrownewArgumentException($"Container '{settings.Container}' not found in storage account '{settings.AccountUri}'. Check the names are correct, and that access is granted to the functions application service principal.");
thrownewArgumentException($"Account Uri '{settings.AccountUri}' not found. Check the URI is correct.");
36
37
37
-
varclient=GetDataLakeClient(settings,log);
38
-
if(client==null||!client.Exists())
39
-
thrownewArgumentException($"Container '{settings.Container}' not found in storage account '{settings.AccountUri}'. Check the names are correct, and that access is granted to the functions application service principal.");
thrownewArgumentException($"Account Uri '{settings.AccountUri}' not found. Check the URI is correct.");
70
68
71
-
varclient=GetDataLakeClient(settings,log);
72
-
if(client==null||!awaitclient.ExistsAsync())
73
-
thrownewArgumentException($"Container '{settings.Container}' not found in storage account '{settings.AccountUri}'. Check the names are correct, and that access is granted to the functions application service principal.");
// This works as long as the account accessing (managed identity or visual studio user) has both of the following IAM permissions on the storage account:
// // This works as long as the account accessing (managed identity or visual studio user) has both of the following IAM permissions on the storage account:
0 commit comments