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-services/openai/how-to/function-calling.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,14 +43,14 @@ At a high level you can break down working with functions into three steps:
43
43
*`gpt-4.1` (`2025-04-14`)
44
44
*`gpt-4.1-nano` (`2025-04-14`)
45
45
*`gpt-4.1-mini` (`2025-04-14`)
46
-
*`o4-mini` (`2025-04-16`)
47
-
*`o3` (`2025-04-16`)
48
46
49
47
Support for parallel function was first added in API version [`2023-12-01-preview`](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference/preview/2023-12-01-preview/inference.json)
50
48
51
49
### Basic function calling with tools
52
50
53
51
* All the models that support parallel function calling
The following example pulls a public container image from Docker Hub. We recommend that you authenticate with your Docker Hub account (`docker login`) first instead of making an anonymous pull request. To improve reliability when you're using public content, import and manage the image in a private Azure container registry. [Learn more about working with public images](/azure/container-registry/buffer-gate-public-content).
83
+
The following example pulls a public container image from Docker Hub. We recommend that you authenticate with your Docker Hub account (`docker login`) first instead of making an anonymous pull request. To improve reliability when you're using public content, import and manage the image in a private Azure Container Registry. [Learn more about working with public images](/azure/container-registry/buffer-gate-public-content).
84
84
85
85
Follow these steps to install the Speech CLI in a Docker container:
Copy file name to clipboardExpand all lines: articles/machine-learning/concept-endpoints-online-auth.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ If the endpoint identity is a SAI, the following roles are assigned to the endpo
121
121
122
122
| Role | Description | Condition for automatic role assignment |
123
123
| --- | --- | --- |
124
-
| **AcrPull** | Allows the endpoint identity to pull images from the Azure container registry associated with the workspace | The endpoint identity is a SAI.
124
+
| **AcrPull** | Allows the endpoint identity to pull images from the Azure Container Registry associated with the workspace | The endpoint identity is a SAI.
125
125
| **Storage Blob Data Reader** | Allows the endpoint identity to read blobs from the default datastore of the workspace | The endpoint identity is a SAI.
126
126
| **AzureML Metrics Writer (preview)** | Allows the endpoint identity to write metrics to the workspace | The endpoint identity is a SAI.
127
127
| **Azure Machine Learning Workspace Connection Secrets Reader** | Allows the endpoint identity to read secrets from workspace connections | The endpoint identity is a SAI and the endpoint creation has a flag to enforce access to the default secret stores. The user identity that creates the endpoint also has permission to read secrets from workspace connections.
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-access-azureml-behind-firewall.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ Besides above requirements, the following outbound URLs are also required for Az
175
175
| Outbound Endpoint| Port | Description|Training |Inference |
176
176
|-----|-----|-----|:-----:|:-----:|
177
177
|`*.kusto.windows.net`<br>`*.table.core.windows.net`<br>`*.queue.core.windows.net`| 443 | Required to upload system logs to Kusto. |__✓__|__✓__|
178
-
|`<your ACR name>.azurecr.io`<br>`<your ACR name>.<region>.data.azurecr.io`| 443 | Azure container registry, required to pull docker images used for machine learning workloads.|__✓__|__✓__|
178
+
|`<your ACR name>.azurecr.io`<br>`<your ACR name>.<region>.data.azurecr.io`| 443 | Azure Container Registry, required to pull docker images used for machine learning workloads.|__✓__|__✓__|
179
179
|`<your storage account name>.blob.core.windows.net`| 443 | Azure blob storage, required to fetch machine learning project scripts, data or models, and upload job logs/outputs.|__✓__|__✓__|
180
180
|`<your workspace ID>.workspace.<region>.api.azureml.ms`<br>`<region>.experiments.azureml.net`<br>`<region>.api.azureml.ms`| 443 | Azure Machine Learning service API.|__✓__|__✓__|
181
181
|`pypi.org`| 443 | Python package index, to install pip packages used for training job environment initialization.|__✓__|N/A|
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-manage-workspace-cli.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ The following considerations and limitations apply to dependent resources associ
153
153
The Azure Machine Learning workspace uses Azure Container Registry for some operations, and automatically creates a Container Registry instance when it first needs one.
To use an existing Azure container registry with an Azure Machine Learning workspace, you must [enable the admin account](/azure/container-registry/container-registry-authentication#admin-account) on the container registry.
156
+
To use an existing Azure Container Registry with an Azure Machine Learning workspace, you must [enable the admin account](/azure/container-registry/container-registry-authentication#admin-account) on the container registry.
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-package-models-app-service.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,9 +150,9 @@ In this section, you package the previously registered MLflow model and deploy i
150
150
151
151
1. Look for the environment named *heart-classifier-mlflow-package*, which is the name of the package you just created.
152
152
153
-
1. Copy the value that's in the **Azure container registry** field.
153
+
1. Copy the value that's in the **Azure Container Registry** field.
154
154
155
-
:::image type="content" source="./media/model-packaging/model-package-container-name.png" alt-text="A screenshot showing the section where the Azure container registry image name is displayed in Azure Machine Learning studio.":::
155
+
:::image type="content" source="./media/model-packaging/model-package-container-name.png" alt-text="A screenshot showing the section where the Azure Container Registry image name is displayed in Azure Machine Learning studio.":::
156
156
157
157
158
158
1. Now, deploy this package in an App Service.
@@ -177,7 +177,7 @@ In this section, you package the previously registered MLflow model and deploy i
177
177
178
178
1. For **Image Source**, select **Azure Container Registry**.
179
179
180
-
1. Configure the **Azure container registry options** as follows:
180
+
1. Configure the **Azure Container Registry options** as follows:
181
181
182
182
1. For **Registry**, select the Azure Container Registry associated with the Azure Machine Learning workspace.
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-prevent-data-loss-exfiltration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ Use the following steps to enable a storage endpoint for the subnet that contain
159
159
When using Azure Machine Learning curated environments, make sure to use the latest environment version. The container registry for the environment must also be `mcr.microsoft.com`. To check the container registry, use the following steps:
160
160
161
161
1. From [Azure Machine Learning studio](https://ml.azure.com), select your workspace and then select __Environments__.
162
-
1. Verify that the __Azure container registry__ begins with a value of `mcr.microsoft.com`.
162
+
1. Verify that the __Azure Container Registry__ begins with a value of `mcr.microsoft.com`.
163
163
164
164
> [!IMPORTANT]
165
165
> If the container registry is `viennaglobal.azurecr.io` you cannot use the curated environment with the data exfiltration. Try upgrading to the latest version of the curated environment.
Copy file name to clipboardExpand all lines: articles/machine-learning/includes/machine-learning-online-endpoint-troubleshooting.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ If the value of `bypass` isn't `AzureServices`, use the guidance in [Configure A
43
43
> This issue applies when you use the [legacy network isolation method for managed online endpoints](../concept-secure-online-endpoint.md#secure-outbound-access-with-legacy-network-isolation-method). In this method, Azure Machine Learning creates a managed virtual network for each deployment under an endpoint.
44
44
45
45
1. Check whether the `egress-public-network-access` flag has a value of `disabled` for the deployment. If this flag is enabled, and the visibility of the container registry is private, this failure is expected.
46
-
1. Use the following command to check the status of the private endpoint connection. Replace `<registry-name>` with the name of the Azure container registry for your workspace:
46
+
1. Use the following command to check the status of the private endpoint connection. Replace `<registry-name>` with the name of the Azure Container Registry for your workspace:
47
47
48
48
```azurecli
49
49
az acr private-endpoint-connection list -r <registry-name> --query "[?privateLinkServiceConnectionState.description=='Egress for Microsoft.MachineLearningServices/workspaces/onlineEndpoints'].{ID:id, status:privateLinkServiceConnectionState.status}"
0 commit comments