Skip to content

Commit a20e014

Browse files
authored
Merge pull request #253 from nanditamohan/nanditamohan-patch-1
Add enterprise support section to serverless finetuning "how-to" doc
2 parents 61876d6 + 81f6983 commit a20e014

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,32 @@ 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+
>- 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.
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** | **Data Connection Auth** | **Support** |
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 <br><br> *Note:*: for UX, the IP of the compute running the browser must be in the selected list |
172+
| Enabled from selected virtual networks and IP addresses | Account key enabled | SAS | Yes, UX and SDK <br><br> *Note:*: for UX, the IP of the compute running the browser must be in the selected list |
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. Also ensure the IP of the compute running the browser must be in the selected list | | | |
174+
| Public Network Access = Disabled | Account key enabled | SAS/Account Key | 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 |
175+
| 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 |
176+
177+
178+
The scenarios above should work in a Managed Vnet workspace as well. See setup of Managed Vnet AI Studio hub here: [How to configure a managed network for Azure AI Foundry hubs](./configure-managed-network.md)
179+
180+
Customer-Managed Keys (CMKs) is **not** a supported enterprise scenario with MaaS finetuning.
181+
182+
Issues finetuning with unique network setups on the workspace and storage usually points to a networking setup issue.
157183

158184
---
159185

0 commit comments

Comments
 (0)