AzureResource Parameter (Connect-Snowflake Cmdlet)
Specifies the Azure Active Directory (Azure AD) resource identifier to authenticate against when using Azure Managed Service Identity (MSI) Authscheme . This property is required when the Azure VM or application is configured to use Azure MSI to access Snowflake.
Syntax
Connect-Snowflake -AzureResource string
Data Type
cstr
Default Value
""
Remarks
This property must be specified when using AuthScheme=AzureMSI. Make sure the AzureResource value matches the App ID URI of the application registered in Azure AD. This is ideal for non-interactive authentication scenarios where a Snowflake connection is established from an Azure-hosted service.