Skip to content

Commit 55e3ed9

Browse files
Update model-catalog-overview.md
1 parent a86ff9c commit 55e3ed9

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

articles/ai-studio/how-to/model-catalog-overview.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,20 +145,28 @@ Phi-3-mini-128k-instruct <br> Phi-3-medium-4k-instruct <br> Phi-3-medium-128k-in
145145

146146
<!-- docutune:enable -->
147147

148-
### Content safety for models deployed via Serverless API
148+
### Content safety for models deployed via Serverless APIs
149149

150150
[!INCLUDE [Feature preview](~/reusable-content/ce-skilling/azure/includes/ai-studio/includes/feature-preview.md)]
151151

152152
Azure AI Studio implements a default configuration of [Azure AI Content Safety](../../ai-services/content-safety/overview.md) text moderation filters for harmful content (hate, self-harm, sexual, and violence) in language models deployed with MaaS. To learn more about content filtering (preview), see [harm categories in Azure AI Content Safety](../../ai-services/content-safety/concepts/harm-categories.md). Content filtering (preview) occurs synchronously as the service processes prompts to generate content, and you may be billed separately as per [AACS pricing](https://azure.microsoft.com/pricing/details/cognitive-services/content-safety/) for such use. You can disable content filtering for individual serverless endpoints when you first deploy a language model or in the deployment details page by clicking the content filtering toggle. You may be at higher risk of exposing users to harmful content if you turn off content filters.
153153

154-
### Network isolation for models deployed via Serverless API
154+
### Network isolation for models deployed via Serverless APIs
155155

156156
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. Secure inbound communication from a client to your endpoint is possible by using a private endpoint for the hub.
157157

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)
164+
158165
**Limitations:**
159-
* If you have an AI Studio hub with private endpoint created before July 8, 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.
160-
* If you have an AI studio hub with MaaS deployments created before July 8 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.
161-
* Currently On Your Data support for MaaS deployments in private hubs (public_network_access flag disabled) is not available.
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]() 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.
162170

163171
## Next steps
164172

0 commit comments

Comments
 (0)