From d41ee772ed4de9c9bce53f124813d5ef42013ed4 Mon Sep 17 00:00:00 2001 From: Eric Tolotti Date: Fri, 15 Nov 2024 11:32:49 -0800 Subject: [PATCH] Update getting_started_with_iceberg_in_oneLake.md, added step Added missing step for Oauth --- .../getting_started_with_iceberg_in_oneLake.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/sfguides/src/getting_started_with_Iceberg_in_OneLake/getting_started_with_iceberg_in_oneLake.md b/site/sfguides/src/getting_started_with_Iceberg_in_OneLake/getting_started_with_iceberg_in_oneLake.md index b1ed1d2f7..44f89ea37 100644 --- a/site/sfguides/src/getting_started_with_Iceberg_in_OneLake/getting_started_with_iceberg_in_oneLake.md +++ b/site/sfguides/src/getting_started_with_Iceberg_in_OneLake/getting_started_with_iceberg_in_oneLake.md @@ -111,8 +111,9 @@ First run the following in Snowflake: ```sql DESC EXTERNAL VOLUME FabricExVol; ``` +Copy the AZURE_CONSENT_URL from the property_value output, paste it into your web browser and complete the Oauth step to authorize the app. -In the output for property_value of the storage location, in the json you will see a AZURE_MULTI_TENANT_APP_NAME. This value is the Service Principal that Snowflake uses to connect to Azure. Copy this value. You can remove the underscore and numbers at the end. +Then, in the output for property_value of the storage location, in the json you will see a AZURE_MULTI_TENANT_APP_NAME. This value is the Service Principal that Snowflake uses to connect to Azure. Copy this value. You can remove the underscore and numbers at the end. ![](assets/AppName.png) In Fabric, grant the service principal access to your Fabric lakehouse.