Skip to content

Commit 670b8c5

Browse files
committed
Mention that blob storage accounts must be created without IP range allowlisting
1 parent bcbcec1 commit 670b8c5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ 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+
> ![Screenshot of blob storage settings in Azure portal that show how to configure an allowed IP address range.](./media/blob-storage-ip-allowlist.png)
60+
> With any IP range being specified, the SAS token may not work with ARR and model loading fails.
61+
5762
## Upload an input model
5863

5964
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)