File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
articles/ai-services/openai/how-to Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ ms.date: 05/18/2025
10
10
author : mrbullwinkle
11
11
ms.author : mbullwin
12
12
recommendations : false
13
- zone_pivot_groups : openai-fine-tuning-batch
14
13
---
15
14
16
15
# 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
44
43
> Currently user assigned managed identities aren't supported.
45
44
46
45
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** .
48
47
49
48
:::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":::
50
49
@@ -85,8 +84,8 @@ Once your containers are created retrieve the URL for each container by selectin
85
84
86
85
In this case we have:
87
86
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 `
90
89
91
90
### Create input file
92
91
You can’t perform that action at this time.
0 commit comments