Skip to content

Commit cf8af19

Browse files
committed
update
1 parent cf50abc commit cf8af19

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/ai-services/openai/how-to/batch-blob-storage.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ms.date: 05/18/2025
1010
author: mrbullwinkle
1111
ms.author: mbullwin
1212
recommendations: false
13-
zone_pivot_groups: openai-fine-tuning-batch
1413
---
1514

1615
# Configuring Azure Blob Storage for Azure OpenAI
@@ -44,7 +43,7 @@ In order for your Azure OpenAI resource to securely access your Azure Blob Stora
4443
> Currently user assigned managed identities aren't supported.
4544
4645
1. Sign in to [https://portal.azure.com](https://portal.azure.com).
47-
2. Find your Azure OpenAI resource > Select **Resource Management** > **Identity**. **System assigned** > set status to **On**.
46+
2. Find your Azure OpenAI resource > Select **Resource Management** > **Identity** > **System assigned** > set status to **On**.
4847

4948
:::image type="content" source="../media/how-to/batch-blob-storage/identity.png" alt-text="Screenshot that shows system managed identity configuration." lightbox="../media/how-to/batch-blob-storage/identity.png":::
5049

@@ -85,8 +84,8 @@ Once your containers are created retrieve the URL for each container by selectin
8584

8685
In this case we have:
8786

88-
`https://{AZURE-BLOB-STORAGE-RESOURCE-NAME}.blob.core.windows.net/batch-input`
89-
`https://{AZURE-BLOB-STORAGE-RESOURCE-NAME}.blob.core.windows.net/batch-output`
87+
- `https://{AZURE-BLOB-STORAGE-RESOURCE-NAME}.blob.core.windows.net/batch-input`
88+
- `https://{AZURE-BLOB-STORAGE-RESOURCE-NAME}.blob.core.windows.net/batch-output`
9089

9190
### Create input file
9291

0 commit comments

Comments
 (0)