- Categories:
System functions (Information)
SYSTEM$SNOWFLAKE_ MANAGED_ STORAGE_ VOLUME_ PUBLIC_ ACCESS_ STATUS¶
Checks to see whether public IP addresses are allowed to access the Snowflake-managed storage volume of the current Snowflake account on Microsoft Azure.
Syntax¶
Arguments¶
None.
Returns¶
This function returns the following status messages:
| Status Message | Description |
|---|---|
| Public Access to Snowflake-managed storage volumes is blocked | Indicates that the Azure settings that control access to the Snowflake-managed storage volume are currently blocking all public IP addresses. |
| Public Access to Snowflake-managed storage volumes is unblocked | Indicates that at least some public IP addresses can access the Snowflake-managed storage volume. |
| No interop volumes configured on account | Indicates that there are no Snowflake-managed storage volumes configured for the account. |
Usage notes¶
- Only account administrators (that is, users with the ACCOUNTADMIN role) can execute this function.
- This function can take a few minutes to finish executing.
- This function can be used with Snowflake accounts on Azure only. AWS and Google Cloud are not supported.