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/computer-vision/includes/quickstarts-sdk/identity-python-sdk.md
+25-24Lines changed: 25 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,12 @@ ms.author: pafarley
15
15
16
16
Get started with facial recognition using the Face client library for Python. Follow these steps to install the package and try out the example code for basic tasks. The Face service provides you with access to advanced algorithms for detecting and recognizing human faces in images. Follow these steps to install the package and try out the example code for basic face identification using remote images.
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/)
23
-
*[Python 3.8+](https://www.python.org/)
23
+
*[Python 3.x](https://www.python.org/)
24
24
* Your Python installation should include [pip](https://pip.pypa.io/en/stable/). You can check if you have pip installed by running `pip --version` on the command line. Get pip by installing the latest version of Python.
* Once you have your Azure subscription, <ahref="https://portal.azure.com/#create/Microsoft.CognitiveServicesFace"title="Create a Face resource"target="_blank">create a Face resource</a> in the Azure portal to get your key and endpoint. After it deploys, select **Go to resource**.
@@ -38,7 +38,7 @@ Get started with facial recognition using the Face client library for Python. Fo
38
38
After installing Python, you can install the client library with:
In this quickstart, you learned how to use the Face client library for Python to do basic face identification. Next, learn about the different face detection models and how to specify the right model for your use case.
@@ -106,4 +107,4 @@ In this quickstart, you learned how to use the Face client library for Python to
106
107
> [Specify a face detection model version](../../how-to/specify-detection-model.md)
107
108
108
109
*[What is the Face service?](../../overview-identity.md)
109
-
* More extensive sample code can be found on [GitHub](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/face/azure-ai-vision-face/samples).
110
+
* More extensive sample code can be found on [GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/Face/FaceQuickstart.py).
Copy file name to clipboardExpand all lines: articles/aks/azure-cni-powered-by-cilium.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
@@ -73,7 +73,7 @@ Azure CNI powered by Cilium currently has the following limitations:
73
73
Use the following commands to create a cluster with an overlay network and Cilium. Replace the values for `<clusterName>`, `<resourceGroupName>`, and `<location>`:
74
74
75
75
```azurecli-interactive
76
-
az aks create --name <clusterName> --resource-group <resourceGroupName> --loctaion <location> \
76
+
az aks create --name <clusterName> --resource-group <resourceGroupName> --location <location> \
Copy file name to clipboardExpand all lines: articles/azure-monitor/agents/troubleshooter-ama-linux.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
@@ -36,7 +36,7 @@ sudo python3 -V
36
36
Multiple versions of Python can be installed and aliased – if multiple versions are installed, use:
37
37
38
38
```Bash
39
-
ls -ls /usr/bing/python*
39
+
ls -ls /usr/bin/python*
40
40
```
41
41
42
42
:::image type="content" source="media/agent-linux/python-multiple-version-check.png" alt-text="Screenshot of command to check multiple versions of Python for Linux." lightbox="media/agent-linux/python-multiple-version-check.png":::
Copy file name to clipboardExpand all lines: articles/event-hubs/log-compaction.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
@@ -15,7 +15,7 @@ Log compaction is a way of retaining data in Event Hubs using event key based re
15
15
16
16
As shown in the following image, an event log (of an event hub partition) may have multiple events with the same key. If you're using a compacted event hub, then Event Hubs service takes care of purging old events and only keeping the latest events of a given event key.
17
17
18
-
:::image type="content" source="./media/event-hubs-log-compaction/log-compaction.png" alt-text="Diagram showing how a topic gets compacted." lightbox="./media/event-hubs-resource-governance-overview/app-groups.png":::
18
+
:::image type="content" source="./media/event-hubs-log-compaction/log-compaction.png" alt-text="Diagram showing how a topic gets compacted." lightbox="./media/event-hubs-log-compaction/log-compaction.png":::
19
19
20
20
### Compaction key
21
21
The partition key that you set with each event is used as the compaction key.
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-manage-hub-workspace-portal.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
@@ -102,7 +102,7 @@ At hub creation, select between the networking isolation modes: **Public**, **Pr
102
102
103
103
At hub creation in the Azure portal, creation of associated Azure AI services, Storage account, Key vault, Application insights, and Container registry is given. These resources are found on the Resources tab during creation.
104
104
105
-
To connect to Azure AI services (Azure OpenAI, Azure AI Search, and Azure AI Content Safety) or storage accounts in Azure AI Studio, create a private endpoint in your virtual network. Ensure the public network access (PNA) flag is disabled when creating the private endpoint connection. For more about Azure AI services connections, see [Azure AI services and virtual networks]](../../ai-services/cognitive-services-virtual-networks.md). You can optionally bring your own (BYO) search, but this requires a private endpoint connection from your virtual network.
105
+
To connect to Azure AI services (Azure OpenAI, Azure AI Search, and Azure AI Content Safety) or storage accounts in Azure AI Studio, create a private endpoint in your virtual network. Ensure the public network access (PNA) flag is disabled when creating the private endpoint connection. For more about Azure AI services connections, see [Azure AI services and virtual networks](../ai-services/cognitive-services-virtual-networks.md). You can optionally bring your own (BYO) search, but this requires a private endpoint connection from your virtual network.
106
106
107
107
### Encryption
108
108
@@ -123,4 +123,4 @@ You can configure your hub for these resources during creation or update after c
123
123
124
124
## Next steps
125
125
126
-
Once you have a workspace hub, you can Create a project using [Azure Machine Learning studio](how-to-manage-workspace.md?tabs=mlstudio), [AI Studio](../ai-studio/how-to/create-projects.md), [Azure SDK](how-to-manage-workspace.md?tabs=python), or [Using automation templates](how-to-create-workspace-template.md).
126
+
Once you have a workspace hub, you can Create a project using [Azure Machine Learning studio](how-to-manage-workspace.md?tabs=mlstudio), [AI Studio](../ai-studio/how-to/create-projects.md), [Azure SDK](how-to-manage-workspace.md?tabs=python), or [Using automation templates](how-to-create-workspace-template.md).
Copy file name to clipboardExpand all lines: includes/functions-opentelemetry-preview-note.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
@@ -6,4 +6,4 @@ ms.date: 05/17/2024
6
6
ms.author: glenga
7
7
---
8
8
> [!IMPORTANT]
9
-
> OpenTelemery support for Azure Functions is currently in preview, and your app must be hosted in a [Flex Consumption plan](../articles/azure-functions/flex-consumption-plan.md) to use OpenTelemetry.
9
+
> OpenTelemetry support for Azure Functions is currently in preview, and your app must be hosted in a [Flex Consumption plan](../articles/azure-functions/flex-consumption-plan.md) to use OpenTelemetry.
0 commit comments