Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function loadAzureCloudCredentials
import { loadAzureCloudCredentials } from "https://deno.land/x/fathym_everything_as_code@v0.1.71/src/azure/loadAzureCloudCredentials.ts";

Load Azure credentials from the provided cloud.

Parameters

entLookup: string

The enterprise lookup.

cloudLookup: string

The cloud lookup.

loadEac: (entLookup: string) => Promise<EverythingAsCode>

The loadEac function.

Returns

Azure credentials for the specified cloud.

Load Azure credentials from the provided cloud.

Parameters

The EverythingAsCode instance to lookup the cloud from.

cloudLookup: string

The cloud lookup.

Returns

Azure credentials for the specified cloud.

Load Azure credentials from the provided cloud.

Parameters

The EaC cloud to load credentials for.

Returns

Azure credentials for the specified cloud.

Load Azure credentials from the provided cloud details.

Parameters

cloudDetails: EaCCloudDetails

The cloud details.

Returns

Azure credentials for the specified cloud.