You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/model-catalog-overview.md
+16-14Lines changed: 16 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Features | Managed compute | serverless API (pay-as-you-go)
52
52
Deployment experience and billing | Model weights are deployed to dedicated Virtual Machines with Managed Online Endpoints. The managed online endpoint, which can have one or more deployments, makes available a REST API for inference. You're billed for the Virtual Machine core hours used by the deployments. | Access to models is through a deployment that provisions an API to access the model. The API provides access to the model hosted and managed by Microsoft, for inference. This mode of access is referred to as "Models as a Service". You're billed for inputs and outputs to the APIs, typically in tokens; pricing information is provided before you deploy.
53
53
| API authentication | Keys and Microsoft Entra ID authentication.| Keys only.
54
54
Content safety | Use Azure Content Safety service APIs. | Azure AI Content Safety filters are available integrated with inference APIs. Azure AI Content Safety filters may be billed separately.
55
-
Network isolation | Configure Managed Network. [Learn more.](configure-managed-network.md) | MaaS endpoint will folllow your hub's PNA flag [Learn more.]()
55
+
Network isolation | [Configure managed networks for Azure AI Studio hubs.](configure-managed-network.md) | MaaS endpoint will follow your hub's public network access (PNA) flag setting. For more information, see the [Network isolation for models deployed via Serverless APIs](#network-isolation-for-models-deployed-via-serverless-apis) section.
56
56
57
57
Model | Managed compute | Serverless API (pay-as-you-go)
58
58
--|--|--
@@ -153,21 +153,23 @@ Azure AI Studio implements a default configuration of [Azure AI Content Safety](
153
153
154
154
### Network isolation for models deployed via Serverless APIs
155
155
156
-
Endpoints for models deployed as Serverless APIs follow the public_network_access flag setting of the AI Studio Hub which has the project in which the deployment exists. To secure your MaaS endpoint, disable the public_network_access flag on your AI Studio Hub. Securing inbound communication from a client to your endpoint is possible by using a private endpoint for the hub.
156
+
Endpoints for models deployed as Serverless APIs follow the public network access (PNA) flag setting of the AI Studio Hub that has the project in which the deployment exists. To secure your MaaS endpoint, disable the PNA flag on your AI Studio Hub. You can secure inbound communication from a client to your endpoint by using a private endpoint for the hub.
157
157
158
-
**Setting the public_network_access flag for the Azure AI hub:**
159
-
* Go to the [Azure Portal](https://ms.portal.azure.com/)
160
-
* Search for the Resource group to which the hub belongs, and click on your Azure AI hub from the resources shown under this Resource group
161
-
* On the hub overview page, use the left navigation bar to go to Settings > Networking
162
-
* Here under the Public Access tab you will have the option to set the Public Network Access flag settings
163
-
* Save your changes (changes may take upto five minutes to propagate)
158
+
To set the PNA flag for the Azure AI hub:
164
159
165
-
**Limitations:**
166
-
*If you have an AI Studio hub with private endpoint created before July 11, new MaaS endpoints added to projects in this hub will not follow the networking configuration of the hub. New private endpoint and serverless API deployments need to be created.
167
-
*If you have an AI studio hub with MaaS deployments created before July 11 and you enable private endpoint on this hub, the existing MaaS endpoints will not follow the hub's networking configuration. New serverless API deployments need to be created.
168
-
*Currently [On Your Data](#rag-with-models-deployed-as-serverless-apis) support is not available for MaaS deployments in private hubs (public_network_access flag disabled).
169
-
*Any network cofiguration change (eg. enabling or disabling the public_network_access flag) may take upto five minutes to propagate.
160
+
* Go to the [Azure portal](https://ms.portal.azure.com/)
161
+
*Search for the Resource group to which the hub belongs, and select your Azure AI hub from the resources listed for this Resource group.
162
+
*On the hub overview page, use the left navigation bar to go to **Settings** > **Networking**.
163
+
*Under the Public Access tab, you can configure settings for the public network access flag.
164
+
*Save your changes. Your changes might take up to five minutes to propagate.
170
165
171
-
## Next steps
166
+
#### Limitations
167
+
168
+
* If you have an AI Studio hub with a private endpoint created before July 11, new MaaS endpoints added to projects in this hub won't follow the networking configuration of the hub. Instead, you need to create a new private endpoint for the hub and new serverless API deployments in the project so that the new deployments can follow the hub's networking configuration.
169
+
* If you have an AI studio hub with MaaS deployments created before July 11 and you enable a private endpoint on this hub, the existing MaaS deployments won't follow the hub's networking configuration. For serverless API deployments in the hub to follow the hub's networking configuration, you need to create the deployments again.
170
+
* Currently [On Your Data](#rag-with-models-deployed-as-serverless-apis) support isn't available for MaaS deployments in private hubs, since private hubs have the PNA flag disabled.
171
+
* Any network configuration change (for example, enabling or disabling the PNA flag) might take up to five minutes to propagate.
172
+
173
+
## Next step
172
174
173
175
-[Explore Azure AI foundation models in Azure AI Studio](models-foundation-azure-ai.md)
0 commit comments