Skip to content

Commit 41aca4d

Browse files
committed
acrolinx fixes
1 parent 978e6f2 commit 41aca4d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/defender-for-cloud/concept-credential-scanner-rules.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Credential scanner rules
33
titleSuffix: Defender for Cloud
4-
description: Learn more about the Defender for DevOps credential scanner's rules, descriptions and the supported file types in Microsoft's Defender for Cloud.
4+
description: Learn more about the Defender for DevOps credential scanner's rules, descriptions and the supported file types in Defender for Cloud.
55
ms.topic: conceptual
66
ms.date: 01/31/2023
77
---
@@ -114,7 +114,7 @@ Azure SQL Connection String
114114

115115
**Sample**: `<add key="ConnectionString" value="server=tcp:server.database.windows.net;database=database;user=user;password=ZYXWVU_2;"`
116116

117-
Learn more about [SQL database AAD authentication configure](/azure/sql-database/sql-database-aad-authentication-configure).
117+
Learn more about [SQL database Azure AD authentication configure](/azure/sql-database/sql-database-aad-authentication-configure).
118118

119119
### CSCAN-AZURE0030
120120

@@ -230,15 +230,15 @@ Learn more about [Authorizing access to REST APIs with OAuth 2.0](/azure/devops/
230230

231231
### CSCAN-AZURE0120
232232

233-
Azure Function Master / API Key
233+
Azure Function Primary / API Key
234234

235235
**Sample**: `https://account.azurewebsites.net/api/function?code=abcdefghijklmnopqrstuvwxyz0123456789%2F%2BABCDEF0123456789%3D%3D...` <br> `ApiEndpoint=account.azurewebsites.net/api/function;ApiKey=abcdefghijklmnopqrstuvwxyz0123456789/+ABCDEFGHIJKLMNOP==;` <br> `x-functions-key:abcdefghijklmnopqrstuvwxyz0123456789/+ABCDEFGHIJKLMNOP==`
236236

237237
Learn more about [Getting your function access keys](../azure-functions/functions-how-to-use-azure-function-app-settings.md#get-your-function-access-keys) and [Function access keys](https://learn.microsoft.com/azure/azure-functions/functions-bindings-http-webhook-trigger?tabs=in-process%2Cfunctionsv2&pivots=programming-language-csharp#authorization-keys)
238238

239239
### CSCAN-AZURE0121
240240

241-
Identifiable Azure Function Master / API Key
241+
Identifiable Azure Function Primary / API Key
242242

243243
**Sample**: `https://account.azurewebsites.net/api/function?code=abcdefghijklmnopqrstuvwxyz0123456789%2F%2BABCDEF0123456789%3D%3D...` <br> `ApiEndpoint=account.azurewebsites.net/api/function;ApiKey=abcdefghijklmnopqrstuvwxyz0123456789/+ABCDEFGHIJKLMNOP==;` <br> `x-functions-key:abcdefghijklmnopqrstuvwxyz0123456789/+ABCDEFGHIJKLMNOP==`
244244

@@ -326,11 +326,11 @@ Learn more about [How to rotate access key for Azure SignalR Service](../azure-s
326326

327327
### CSCAN-AZURE0200
328328

329-
Azure EventGrid Access Key
329+
Azure Event Grid Access Key
330330

331331
**Sample**: `host: account.eventgrid.azure.net; accesskey: abcdefghijklmnopqrstuvwxyz0123456789/+ABCDE=;`
332332

333-
Learn more about [Getting access keys for Event Grid resources (topics or domains)](../event-grid/get-access-keys.md)
333+
Learn more about [Getting access keys for Event Grid resources (articles or domains)](../event-grid/get-access-keys.md)
334334

335335
### CSCAN-AZURE0210
336336

@@ -398,7 +398,7 @@ Learn more about [Getting started with Key Vault certificates](../key-vault/cert
398398

399399
### CSCAN-GENERAL0030
400400

401-
User Login Credentials
401+
User sign in Credentials
402402

403403
**Sample**: `{ "user": "user_name", "password": "ZYXWVU_2" }`
404404

@@ -459,7 +459,7 @@ General Symmetric Key
459459

460460
**Sample**: `key=abcdefghijklmnopqrstuvwxyz0123456789/+ABCDE=;`
461461

462-
Learn more about [Aes Class](/dotnet/api/system.security.cryptography.aes?view=net-5.0).
462+
Learn more about [AES Class](/dotnet/api/system.security.cryptography.aes?view=net-5.0).
463463

464464
### CSCAN-GENERAL0150
465465

0 commit comments

Comments
 (0)