Skip to content

Commit a15c53e

Browse files
authored
Merge pull request #106845 from davidmu1/batch1
Graph scrub for batch
2 parents 42e1011 + 35d0e49 commit a15c53e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/batch/batch-aad-auth-management.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ Your client application uses the application ID (also referred to as the client
8787

8888
```csharp
8989
// Specify the unique identifier (the "Client ID") for your application. This is required so that your
90-
// native client application (i.e. this sample) can access the Microsoft Azure AD Graph API. For information
91-
// about registering an application in Azure Active Directory, please see "Adding an Application" here:
92-
// https://azure.microsoft.com/documentation/articles/active-directory-integrating-applications/
90+
// native client application (i.e. this sample) can access the Microsoft Graph API. For information
91+
// about registering an application in Azure Active Directory, please see "Register an application with the Microsoft identity platform" here:
92+
// https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app
9393
private const string ClientId = "<application-id>";
9494
```
9595
Also copy the redirect URI that you specified during the registration process. The redirect URI specified in your code must match the redirect URI that you provided when you registered the application.

articles/batch/security-baseline.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -790,10 +790,10 @@ Optionally, if you have a Rapid7, Qualys, or any other vulnerability management
790790
**Guidance**: Use Azure Resource Graph to query/discover all resources (such as compute, storage, network, etc.) within your subscription(s). Ensure that you have appropriate (read) permissions in your tenant and are able to enumerate all Azure subscriptions as well as resources within your subscriptions.
791791

792792

793-
Although classic Azure resources may be discovered via Resource Graph, it is highly recommended to create and use Azure Resource Manager (ARM) resources going forward.
793+
Although classic Azure resources may be discovered via Azure Resource Graph Explorer, it is highly recommended to create and use Azure Resource Manager (ARM) resources going forward.
794794

795795

796-
How to create queries with Azure Graph:
796+
How to create queries with Azure Resource Graph Explorer:
797797

798798
https://docs.microsoft.com/azure/governance/resource-graph/first-query-portal
799799

@@ -872,7 +872,7 @@ Use Azure Resource Graph to query/discover resources within your subscription(s)
872872
How to configure and manage Azure Policy: https://docs.microsoft.com/azure/governance/policy/tutorials/create-and-manage
873873

874874

875-
How to create queries with Azure Graph: https://docs.microsoft.com/azure/governance/resource-graph/first-query-portal
875+
How to create queries with Azure Resource Graph Explorer: https://docs.microsoft.com/azure/governance/resource-graph/first-query-portal
876876

877877
**Azure Security Center monitoring**: Currently not available
878878

0 commit comments

Comments
 (0)