Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update getting_started_with_iceberg_in_oneLake.md, added step #1737

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down