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/active-directory/authentication/howto-mfa-reporting.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,13 +123,13 @@ The sign-in activity reports for MFA give you access to the following informatio
123
123
124
124
First, ensure that you have the [MSOnline V1 PowerShell module](https://docs.microsoft.com/powershell/azure/active-directory/overview?view=azureadps-1.0) installed.
125
125
126
-
Identify users who have registered for MFA using the PowerShell that follows.
126
+
Identify users who have registered for MFA using the PowerShell that follows. This set of commands excludes disabled users since these accounts cannot authenticate against Azure AD.
Identify users who have not registered for MFA using the PowerShell that follows.
130
+
Identify users who have not registered for MFA using the PowerShell that follows. This set of commands excludes disabled users since these accounts cannot authenticate against Azure AD.
# Assign or remove licenses in the Azure Active Directory portal
21
21
22
-
Many Azure Active Directory (Azure AD) services require you to license each of your users or groups (and associated members) for that service. Only users with active licenses will be able to access and use the licensed Azure AD services for which that's true.
22
+
Many Azure Active Directory (Azure AD) services require you to license each of your users or groups (and associated members) for that service. Only users with active licenses will be able to access and use the licensed Azure AD services for which that's true. Licenses are applied per tenant and do not transfer to other tenants.
Copy file name to clipboardExpand all lines: articles/azure-monitor/platform/alerts-troubleshoot.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Azure Monitor alerts proactively notify you when important conditions are found
17
17
18
18
If you can see a fired alert in the Azure portal, but have an issue with some of its actions or notifications, see the following sections.
19
19
20
-
## Expected an email, but did not receive it
20
+
## Did not receive expected email
21
21
22
22
If you can see a fired alert in the Azure portal, but did not receive the email that you have configured about it, follow these steps:
23
23
@@ -73,7 +73,7 @@ If you can see a fired alert in the Azure portal, but did not receive the email
73
73
74
74
If you would like to receive high-volume of notifications without rate limiting, consider using a different action, such as webhook, logic app, Azure function, or automation runbooks, none of which are rate limited.
75
75
76
-
## Expected an SMS, a voice call, or a push notification, but did not receive it
76
+
## Did not receive expected SMS, voice call, or push notification
77
77
78
78
If you can see a fired alert in the portal, but did not receive the SMS, voice call or push notification that you have configured about it, follow these steps:
79
79
@@ -236,5 +236,5 @@ If you received an error while trying to create, update or delete an [action rul
236
236
237
237
238
238
## Next steps
239
-
240
-
Go back to the [Azure portal](https://portal.azure.com) to check if you've solved your issue with any of the advice above
239
+
- If using a log alert, also see [Troubleshooting Log Alerts](alert-log-troubleshoot.md).
240
+
-Go back to the [Azure portal](https://portal.azure.com) to check if you've solved your issue with guidance above
*[Run reservoir simulation software on Azure](https://docs.microsoft.com/azure/architecture/example-scenario/infrastructure/reservoir-simulation)
25
+
22
26
## Azure Kubernetes Service (AKS) solutions
23
27
24
28
*[Azure NetApp Files integration with AKS](https://github.com/andyzhangx/demo/tree/master/linux/nfs)
@@ -45,7 +49,6 @@ This article provides references to best practices that can help you understand
45
49
*[Speed up your SAP HANA system copies using Azure NetApp Files](https://blog.netapp.com/sap-hana-faster-using-azure-netapp-files/)
46
50
*[Cloud Volumes ONTAP and Azure NetApp Files: SAP HANA system migration made easy](https://blog.netapp.com/cloud-volumes-ontap-and-azure-netapp-files-sap-hana-system-migration-made-easy/)
47
51
48
-
49
52
## Talon solutions
50
53
51
54
*[Globally distributed enterprise file sharing with Azure NetApp Files and Talon FAST™](https://www.talonstorage.com/products/azure-netapp-files)
Copy file name to clipboardExpand all lines: articles/cognitive-services/Computer-vision/concept-brand-detection.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
@@ -72,5 +72,5 @@ In some cases, the brand detector will pick up both the logo image and the styli
72
72
73
73
The brand detection feature is part of the [Analyze Image](https://westcentralus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/56f91f2e778daf14a499e1fa) API. You can call this API through a native SDK or through REST calls. Include `Brands` in the **visualFeatures** query parameter. Then, when you get the full JSON response, simply parse the string for the contents of the `"brands"` section.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Computer-vision/concept-object-detection.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
@@ -95,5 +95,5 @@ It's important to note the limitations of object detection so you can avoid or m
95
95
96
96
The object detection feature is part of the [Analyze Image](https://westcentralus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/56f91f2e778daf14a499e1fa) API. You can call this API through a native SDK or through REST calls. Include `Objects` in the **visualFeatures** query parameter. Then, when you get the full JSON response, simply parse the string for the contents of the `"objects"` section.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Computer-vision/includes/quickstarts-sdk/csharp-sdk.md
+14-21Lines changed: 14 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,12 @@ author: PatrickFarley
6
6
manager: nitinme
7
7
ms.service: cognitive-services
8
8
ms.subservice: computer-vision
9
-
ms.topic: quickstart
9
+
ms.topic: include
10
10
ms.date: 12/05/2019
11
11
ms.author: pafarley
12
12
---
13
13
14
-
# Quickstart: Computer Vision client library for .NET
15
-
16
-
Get started with the Computer Vision client library for .NET. Follow these steps to install the package and try out the example code for basic tasks. Computer Vision provides you with access to advanced algorithms for processing images and returning information.
17
-
18
-
Use the Computer Vision client library for .NET to:
19
-
20
-
* Analyze an image for tags, text description, faces, adult content, and more.
21
-
* Recognize printed and handwritten text with the Batch Read API.
The following code detects common objects in the image and prints them to the console. See [Object detection](../concept-object-detection.md) for more details.
160
+
The following code detects common objects in the image and prints them to the console. See [Object detection](../../concept-object-detection.md) for more details.
The following code detects corporate brands and logos in the image and prints them to the console. See [Brand detection](../concept-brand-detection.md) for more details.
166
+
The following code detects corporate brands and logos in the image and prints them to the console. See [Brand detection](../../concept-brand-detection.md) for more details.
The following code returns the detected faces in the image with their rectangle coordinates and select face attributes. See [Face detection](../concept-detecting-faces.md) for more details.
172
+
The following code returns the detected faces in the image with their rectangle coordinates and select face attributes. See [Face detection](../../concept-detecting-faces.md) for more details.
The following code prints the detected presence of adult content in the image. See [Adult, racy, gory content](../concept-detecting-adult-content.md) for more details.
178
+
The following code prints the detected presence of adult content in the image. See [Adult, racy, gory content](../../concept-detecting-adult-content.md) for more details.
The following code prints the detected color attributes in the image, like the dominant colors and accent color. See [Color schemes](../concept-detecting-color-schemes.md) for more details.
184
+
The following code prints the detected color attributes in the image, like the dominant colors and accent color. See [Color schemes](../../concept-detecting-color-schemes.md) for more details.
Computer Vision can use specialized models to do further analysis on images. See [Domain-specific content](../concept-detecting-domain-content.md) for more details.
190
+
Computer Vision can use specialized models to do further analysis on images. See [Domain-specific content](../../concept-detecting-domain-content.md) for more details.
198
191
199
192
The following code parses data about detected celebrities in the image.
200
193
@@ -257,13 +250,13 @@ dotnet run
257
250
258
251
If you want to clean up and remove a Cognitive Services subscription, you can delete the resource or resource group. Deleting the resource group also deletes any other resources associated with it.
>[Computer Vision API reference (.NET)](https://docs.microsoft.com/dotnet/api/overview/azure/cognitiveservices/client/computervision?view=azure-dotnet)
267
260
268
-
*[What is Computer Vision?](../Home.md)
261
+
*[What is Computer Vision?](../../Home.md)
269
262
* The source code for this sample can be found on [GitHub](https://github.com/Azure-Samples/cognitive-services-dotnet-sdk-samples/blob/master/documentation-samples/quickstarts/ComputerVision/Program.cs).
0 commit comments