Skip to content

Commit 7a4a640

Browse files
authored
Update datastore auth and networking instructions
1 parent 2ca9102 commit 7a4a640

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/ai-studio/how-to/fine-tune-serverless.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,11 @@ Once your model is fine-tuned, you can deploy it and use it in your own applicat
160160
Several enterprise scenarios are supported for MaaS finetuning. The table below outlines the supported configurations for user storage networking and authentication to ensure smooth operation within enterprise scenarios:
161161

162162
**Note:**
163-
- Datastore auth can be changed via AI Studio by clicking on the datastore which your dataset is stored in, and navigating to the Authentication section.
163+
- Data connections auth can be changed via AI Studio by clicking on the datastore connection which your dataset is stored in, and navigating to the "Access details" > "Authentication Method" setting.
164164
- Storage auth can be changed in Azure Storage > "Settings" > "Configurations" page > "Allow storage account key access"
165165
- Storage networking can be changed in Azure Storage > "Networking" page
166166

167-
| **Storage Networking** | **Storage Auth** | **Datastore Auth** | **Supported** |
167+
| **Storage Networking** | **Storage Auth** | **Data Connection Auth** | **Support** |
168168
| ------------------------------------------------------------ | ------------------------------ | --------------------------------- | ----------------------- |
169169
| Public Network Access = Enabled | Account key enabled | SAS/Account Key | Yes, UX and SDK |
170170
| Public Network Access = Enabled | Account key disabled | Entra-Based Auth (Credentialless) | Yes, UX and SDK <br><br> *Note:* for UX, you may need to add Storage Blob Data Reader or Storage Blob Data Contributor for your user ID on the storage account, or change the connection's authentication to use Account key/SAS token | | | |
@@ -175,8 +175,10 @@ Several enterprise scenarios are supported for MaaS finetuning. The table below
175175
| Public Network Access = Disabled | Account key disabled | Entra-Based Auth (Credentialless) | Yes, UX and SDK. <br><br> *Note:* for UX data upload and submission to work, the workspace _needs to be accessed from within the Vnet_ that has appropriate access to the storage |
176176

177177

178-
The scenarios above should work in a Managed Vnet workspace as well. Customer-Managed Keys (CMKs) is not a supported enterprise scenario with MaaS finetuning.
179-
Issues with finetuning with unique network setups on the workspace and storage usually points to a networking setup issue.
178+
The scenarios above should work in a Managed Vnet workspace as well. See setup of Managed Vnet AI Studio hub here: https://learn.microsoft.com/en-us/azure/ai-studio/how-to/configure-managed-network?tabs=portal
179+
Customer-Managed Keys (CMKs) is **not** a supported enterprise scenario with MaaS finetuning.
180+
181+
Issues finetuning with unique network setups on the workspace and storage usually points to a networking setup issue.
180182

181183
---
182184

0 commit comments

Comments
 (0)