Skip to content

Commit 25a7720

Browse files
authored
Add enterprise support section to serverless finetuning how-to
1 parent 11dfa93 commit 25a7720

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,29 @@ The supported file type is JSON Lines. Files are uploaded to the default datasto
154154

155155
Once your model is fine-tuned, you can deploy it and use it in your own application, in the playground, or in prompt flow. For more information on how to use deployed models, see [How to use Mistral premium chat models](./deploy-models-mistral.md).
156156

157+
---
158+
## Supported Enterprise Scenarios for Finetuning
159+
160+
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:
161+
162+
**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.
164+
- Storage auth can be changed in Azure Storage > "Settings" > "Configurations" page > "Allow storage account key access"
165+
- Storage networking can be changed in Azure Storage > "Networking" page
166+
167+
| **Storage Networking** | **Storage Auth** | **Datastore Auth** | **Supported** |
168+
| ------------------------------------------------------------ | ------------------------------ | --------------------------------- | ----------------------- |
169+
| Public Network Access = Enabled | Account key enabled | SAS/Account Key | Yes, UX and SDK |
170+
| 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 | | | |
171+
| Enabled from selected virtual networks and IP addresses | Account key enabled | Account key | Yes, UX and SDK |
172+
| Enabled from selected virtual networks and IP addresses | Account key enabled | SAS | Yes, UX and SDK |
173+
| Enabled from selected virtual networks and IP addresses | 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 | | | |
174+
| Public Network Access = Disabled | Account key enabled | SAS/Account Key | Yes, UX and SDK. Note that 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 |
175+
| Public Network Access = Disabled | Account key disabled | Entra-Based Auth (Credentialless) | Yes, UX and SDK. Note that 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 |
176+
177+
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.
157180

158181
---
159182

0 commit comments

Comments
 (0)