Не удалось найти файл «D:\Program Files (x86)\SiteExtensions\Functions\2.0.12950\32bit\my.azureauth»
Используемый код:
Код: Выделить всё
var authFilePath = "my.azureauth";
Console.WriteLine($"Authenticating with Azure using credentials in file at {authFilePath}");
azure = Azure.Authenticate(authFilePath).WithDefaultSubscription();
sub = azure.GetCurrentSubscription();
Console.WriteLine($"Authenticated with subscription '{sub.DisplayName}' (ID: {sub.SubscriptionId})");
Может ли кто-нибудь указать мне правильное направление?
Подробнее здесь: https://stackoverflow.com/questions/595 ... -find-file
Мобильная версия