From 67bcf10698d5f958311fcb2289734a94bf4dc40e Mon Sep 17 00:00:00 2001 From: Mafalda Teixeira Date: Fri, 9 Feb 2024 09:42:12 +0100 Subject: [PATCH 1/2] docs: add loading models from storage account linked to arr account --- Documentation/rendering.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation/rendering.md b/Documentation/rendering.md index e406dc8..731e266 100644 --- a/Documentation/rendering.md +++ b/Documentation/rendering.md @@ -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. ## Model rendering From ddd9f3a618504231457624bcff2850feddd8783a Mon Sep 17 00:00:00 2001 From: Mafalda Teixeira Date: Fri, 9 Feb 2024 10:50:18 +0100 Subject: [PATCH 2/2] Fix path --- Documentation/rendering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/rendering.md b/Documentation/rendering.md index 731e266..046f648 100644 --- a/Documentation/rendering.md +++ b/Documentation/rendering.md @@ -39,7 +39,7 @@ From the **Model** dropdown menu, select **Load from storage...** and select a [ ## 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. +If you have an [ARR Account connected to a Storage Account](https://learn.microsoft.com/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. ## Model rendering