Skip to content

Commit 73cd231

Browse files
authored
Merge pull request #262529 from FlorianBorn71/NoIPRangeAllowListForBlobStorage
Mention that blob storage accounts must be created without IP range a…
2 parents d1db0b2 + 49d9d60 commit 73cd231

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

articles/remote-rendering/how-tos/conversion/blob-storage.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ A SAS URI can be generated using one of:
5454

5555
An example of using Shared Access Signatures in asset conversion is shown in Conversion.ps1 of the [PowerShell Example Scripts](../../samples/powershell-example-scripts.md#script-conversionps1).
5656

57+
> [!IMPORTANT]
58+
> When configuring the storage account, do **not** specify an allowed IP address range, even when it allow-lists all IP addresses:
59+
>
60+
> ![Screenshot of blob storage settings in Azure portal that show how to configure an allowed IP address range.](./media/blob-storage-ip-allowlist.png)
61+
>
62+
> With any IP range being specified, the SAS token may not work with ARR and model loading might fail.
63+
5764
## Upload an input model
5865

5966
To start converting a model, you need to upload it, using one of the following options:
10.1 KB
Loading

0 commit comments

Comments
 (0)