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 docs: add loading models from storage account linked to ARR account #166

Merged
merged 2 commits into from
Feb 9, 2024
Merged
Changes from 1 commit
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
6 changes: 5 additions & 1 deletion Documentation/rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ However, you can also just keep the special URL **builtin://Engine** to load the

## Loading a model from Azure Storage

From the **Model** dropdown menu, select **Load from storage...** and select a [converted](conversion.md) `.arrAsset` file from your connected storage account.
From the **Model** dropdown menu, select **Load from storage...** and select a [converted](conversion.md) `.arrAsset` file from your connected storage account. In the background, ARRT will generate a [SAS token](https://docs.microsoft.com/azure/storage/common/storage-sas-overview) from which to load the model.

## Loading a model from Azure Storage connected to an ARR Account

If you have an [ARR Account connected to a Storage Account](https://learn.microsoft.com/en-us/azure/remote-rendering/how-tos/create-an-account#link-storage-accounts), a [SAS token](https://docs.microsoft.com/azure/storage/common/storage-sas-overview) isn't needed to load the model. From the **Model** dropdown menu, select **Load from storage linked to ARR account...** and select a [converted](conversion.md) `.arrAsset` file from your connected storage account.

mafaldag1 marked this conversation as resolved.
Show resolved Hide resolved
## Model rendering

Expand Down