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
// ENOTFOUND: DNS lookup failed, ENOENT: no such file or directory, ECONNREFUSED: connection refused, ECONNRESET: connection reset by peer, ETIMEDOUT: connection timed out
// When code reaches here, it means that the key vault reference cannot be resolved in all possible ways.
71
-
thrownewArgumentError("Failed to get secret value. No key vault secret client, credential or secret resolver callback is available to resolve the secret.");
72
-
71
+
thrownewArgumentError("Failed to process the key vault reference. No key vault secret client, credential or secret resolver callback is available to resolve the secret.");
* Loads the data from Azure App Configuration service and returns an instance of AzureAppConfiguration.
@@ -49,7 +49,7 @@ export async function load(
49
49
// load() method is called in the application's startup code path.
50
50
// Unhandled exceptions cause application crash which can result in crash loops as orchestrators attempt to restart the application.
51
51
// Knowing the intended usage of the provider in startup code path, we mitigate back-to-back crash loops from overloading the server with requests by waiting a minimum time to propagate fatal errors.
0 commit comments