Skip to content

Commit f715457

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into heidist-traffic
2 parents 460b92d + cc5b8ba commit f715457

File tree

17 files changed

+195
-162
lines changed

17 files changed

+195
-162
lines changed

.openpublishing.redirection.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49920,6 +49920,31 @@
4992049920
"redirect_url": "/azure/postgresql/concepts-ssl-connection-security",
4992149921
"redirect_document_id": false
4992249922
},
49923+
{
49924+
"source_path": "articles/cognitive-services/Computer-vision/quickstarts-sdk/csharp-sdk.md",
49925+
"redirect_url": "/azure/cognitive-services/Computer-vision/quickstarts-sdk/client-library?pivots=programming-language-csharp",
49926+
"redirect_document_id": false
49927+
},
49928+
{
49929+
"source_path": "articles/cognitive-services/Computer-vision/quickstarts-sdk/go-sdk.md",
49930+
"redirect_url": "/azure/cognitive-services/Computer-vision/quickstarts-sdk/client-library?pivots=programming-language-go",
49931+
"redirect_document_id": false
49932+
},
49933+
{
49934+
"source_path": "articles/cognitive-services/Computer-vision/quickstarts-sdk/java-sdk.md",
49935+
"redirect_url": "/azure/cognitive-services/Computer-vision/quickstarts-sdk/client-library?pivots=programming-language-java",
49936+
"redirect_document_id": false
49937+
},
49938+
{
49939+
"source_path": "articles/cognitive-services/Computer-vision/quickstarts-sdk/node-sdk.md",
49940+
"redirect_url": "/azure/cognitive-services/Computer-vision/quickstarts-sdk/client-library?pivots=programming-language-javascript",
49941+
"redirect_document_id": false
49942+
},
49943+
{
49944+
"source_path": "articles/cognitive-services/Computer-vision/quickstarts-sdk/python-sdk.md",
49945+
"redirect_url": "/azure/cognitive-services/Computer-vision/quickstarts-sdk/client-library?pivots=programming-language-python",
49946+
"redirect_document_id": false
49947+
},
4992349948
{
4992449949
"source_path": "articles/lab-services/classroom-labs/class-type-deep-learning-natural-processing.md",
4992549950
"redirect_url": "/azure/lab-services/classroom-labs/class-type-deep-learning-natural-language-processing",

articles/active-directory/authentication/howto-authentication-passwordless-security-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Passwordless security key sign (preview) - Azure Active Directory
2+
title: Passwordless security key sign-in (preview) - Azure Active Directory
33
description: Enable passwordless security key sign-in to Azure AD using FIDO2 security keys (preview)
44

55
services: active-directory

articles/active-directory/authentication/howto-mfa-reporting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ The sign-in activity reports for MFA give you access to the following informatio
123123

124124
First, ensure that you have the [MSOnline V1 PowerShell module](https://docs.microsoft.com/powershell/azure/active-directory/overview?view=azureadps-1.0) installed.
125125

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.
127127

128-
```Get-MsolUser -All | Where-Object {$_.StrongAuthenticationMethods -ne $null} | Select-Object -Property UserPrincipalName```
128+
```Get-MsolUser -All | Where-Object {$.StrongAuthenticationMethods -ne $null -and $.BlockCredential -eq $False} | Select-Object -Property UserPrincipalName```
129129

130-
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.
131131

132-
```Get-MsolUser -All | Where-Object {$_.StrongAuthenticationMethods.Count -eq 0} | Select-Object -Property UserPrincipalName```
132+
```Get-MsolUser -All | Where-Object {$.StrongAuthenticationMethods.Count -eq 0 -and $.BlockCredential -eq $False} | Select-Object -Property UserPrincipalName```
133133

134134
Identify users and output methods registered.
135135

articles/active-directory/fundamentals/license-users-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.collection: M365-identity-device-management
1919

2020
# Assign or remove licenses in the Azure Active Directory portal
2121

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.
2323

2424
## Available license plans
2525

articles/azure-monitor/platform/alerts-troubleshoot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure Monitor alerts proactively notify you when important conditions are found
1717

1818
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.
1919

20-
## Expected an email, but did not receive it
20+
## Did not receive expected email
2121

2222
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:
2323

@@ -73,7 +73,7 @@ If you can see a fired alert in the Azure portal, but did not receive the email
7373

7474
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.
7575

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
7777

7878
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:
7979

@@ -236,5 +236,5 @@ If you received an error while trying to create, update or delete an [action rul
236236

237237

238238
## 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

articles/azure-netapp-files/azure-netapp-files-solution-architectures.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ ms.author: b-juche
1919
# Solution architectures using Azure NetApp Files
2020
This article provides references to best practices that can help you understand the solution architectures for using Azure NetApp Files.
2121

22+
## Azure High-Performance Computing (HPC) solutions
23+
24+
* [Run reservoir simulation software on Azure](https://docs.microsoft.com/azure/architecture/example-scenario/infrastructure/reservoir-simulation)
25+
2226
## Azure Kubernetes Service (AKS) solutions
2327

2428
* [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
4549
* [Speed up your SAP HANA system copies using Azure NetApp Files](https://blog.netapp.com/sap-hana-faster-using-azure-netapp-files/)
4650
* [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/)
4751

48-
4952
## Talon solutions
5053

5154
* [Globally distributed enterprise file sharing with Azure NetApp Files and Talon FAST™](https://www.talonstorage.com/products/azure-netapp-files)

articles/cognitive-services/Computer-vision/Home.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ As with all of the Cognitive Services, developers using the Computer Vision serv
7676

7777
Get started with Computer Vision by following a quickstart guide:
7878

79-
- [Quickstart: Computer Vision .NET SDK](quickstarts-sdk/csharp-sdk.md)
80-
- [Quickstart: Computer Vision Python SDK](quickstarts-sdk/python-sdk.md)
81-
- [Quickstart: Computer Vision Java SDK](quickstarts-sdk/java-sdk.md)
79+
- [Quickstart: Computer Vision .NET client library](./quickstarts-sdk/client-library.md?pivots=programming-language-csharp)
80+
- [Quickstart: Computer Vision Python client library](./quickstarts-sdk/client-library.md?pivots=programming-language-python)
81+
- [Quickstart: Computer Vision Java client library](./quickstarts-sdk/client-library.md?pivots=programming-language-java)

articles/cognitive-services/Computer-vision/concept-brand-detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ In some cases, the brand detector will pick up both the logo image and the styli
7272

7373
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.
7474

75-
* [Quickstart: Computer Vision .NET SDK](./quickstarts-sdk/csharp-sdk.md)
75+
* [Quickstart: Computer Vision .NET SDK](./quickstarts-sdk/client-library.md?pivots=programming-language-csharp)
7676
* [Quickstart: Analyze an image (REST API)](./quickstarts/csharp-analyze.md)

articles/cognitive-services/Computer-vision/concept-object-detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ It's important to note the limitations of object detection so you can avoid or m
9595

9696
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.
9797

98-
* [Quickstart: Computer Vision .NET SDK)](./quickstarts-sdk/csharp-sdk.md)
98+
* [Quickstart: Computer Vision .NET SDK](./quickstarts-sdk/client-library.md?pivots=programming-language-csharp)
9999
* [Quickstart: Analyze an image (REST API)](./quickstarts/csharp-analyze.md)

articles/cognitive-services/Computer-vision/quickstarts-sdk/csharp-sdk.md renamed to articles/cognitive-services/Computer-vision/includes/quickstarts-sdk/csharp-sdk.md

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,12 @@ author: PatrickFarley
66
manager: nitinme
77
ms.service: cognitive-services
88
ms.subservice: computer-vision
9-
ms.topic: quickstart
9+
ms.topic: include
1010
ms.date: 12/05/2019
1111
ms.author: pafarley
1212
---
1313

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.
14+
<a name="HOLTop"></a>
2215

2316
[Reference documentation](https://docs.microsoft.com/dotnet/api/overview/azure/cognitiveservices/client/computervision?view=azure-dotnet) | [Library source code](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/cognitiveservices/Vision.ComputerVision) | [Package (NuGet)](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.ComputerVision/) | [Samples](https://azure.microsoft.com/resources/samples/?service=cognitive-services&term=vision&sort=0)
2417

@@ -146,55 +139,55 @@ The following sections show how to parse this information in detail.
146139

147140
### Get image description
148141

149-
The following code gets the list of generated captions for the image. See [Describe images](../concept-describing-images.md) for more details.
142+
The following code gets the list of generated captions for the image. See [Describe images](../../concept-describing-images.md) for more details.
150143

151144
[!code-csharp[](~/cognitive-services-dotnet-sdk-samples/documentation-samples/quickstarts/ComputerVision/Program.cs?name=snippet_describe)]
152145

153146
### Get image category
154147

155-
The following code gets the detected category of the image. See [Categorize images](../concept-categorizing-images.md) for more details.
148+
The following code gets the detected category of the image. See [Categorize images](../../concept-categorizing-images.md) for more details.
156149

157150
[!code-csharp[](~/cognitive-services-dotnet-sdk-samples/documentation-samples/quickstarts/ComputerVision/Program.cs?name=snippet_categorize)]
158151

159152
### Get image tags
160153

161-
The following code gets the set of detected tags in the image. See [Content tags](../concept-tagging-images.md) for more details.
154+
The following code gets the set of detected tags in the image. See [Content tags](../../concept-tagging-images.md) for more details.
162155

163156
[!code-csharp[](~/cognitive-services-dotnet-sdk-samples/documentation-samples/quickstarts/ComputerVision/Program.cs?name=snippet_tags)]
164157

165158
### Detect objects
166159

167-
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.
168161

169162
[!code-csharp[](~/cognitive-services-dotnet-sdk-samples/documentation-samples/quickstarts/ComputerVision/Program.cs?name=snippet_objects)]
170163

171164
### Detect brands
172165

173-
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.
174167

175168
[!code-csharp[](~/cognitive-services-dotnet-sdk-samples/documentation-samples/quickstarts/ComputerVision/Program.cs?name=snippet_brands)]
176169

177170
### Detect faces
178171

179-
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.
180173

181174
[!code-csharp[](~/cognitive-services-dotnet-sdk-samples/documentation-samples/quickstarts/ComputerVision/Program.cs?name=snippet_faces)]
182175

183176
### Detect adult, racy, or gory content
184177

185-
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.
186179

187180
[!code-csharp[](~/cognitive-services-dotnet-sdk-samples/documentation-samples/quickstarts/ComputerVision/Program.cs?name=snippet_adult)]
188181

189182
### Get image color scheme
190183

191-
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.
192185

193186
[!code-csharp[](~/cognitive-services-dotnet-sdk-samples/documentation-samples/quickstarts/ComputerVision/Program.cs?name=snippet_color)]
194187

195188
### Get domain-specific content
196189

197-
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.
198191

199192
The following code parses data about detected celebrities in the image.
200193

@@ -257,13 +250,13 @@ dotnet run
257250

258251
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.
259252

260-
* [Portal](../../cognitive-services-apis-create-account.md#clean-up-resources)
261-
* [Azure CLI](../../cognitive-services-apis-create-account-cli.md#clean-up-resources)
253+
* [Portal](../../../cognitive-services-apis-create-account.md#clean-up-resources)
254+
* [Azure CLI](../../../cognitive-services-apis-create-account-cli.md#clean-up-resources)
262255

263256
## Next steps
264257

265258
> [!div class="nextstepaction"]
266259
>[Computer Vision API reference (.NET)](https://docs.microsoft.com/dotnet/api/overview/azure/cognitiveservices/client/computervision?view=azure-dotnet)
267260
268-
* [What is Computer Vision?](../Home.md)
261+
* [What is Computer Vision?](../../Home.md)
269262
* 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

Comments
 (0)