Skip to content

Commit bb084c9

Browse files
authored
Merge pull request #173652 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/azure-docs (branch master)
2 parents a02dec4 + 1affc3e commit bb084c9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/active-directory/develop/msal-logging-dotnet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ ms.custom: aaddev
2222

2323
## Configure logging in MSAL.NET
2424

25-
In MSAL 4.x, logging is set per application at app creation using the `.WithLogging` builder modifier. This method takes optional parameters:
25+
In MSAL logging is set at application creation using the `.WithLogging` builder modifier. This method takes optional parameters:
2626

2727
- `Level` enables you to decide which level of logging you want. Setting it to Errors will only get errors
28-
- `PiiLoggingEnabled` enables you to log personal and organizational data if set to true. By default this is set to false, so that your application does not log personal data.
29-
- `LogCallback` is set to a delegate that does the logging. If `PiiLoggingEnabled` is true, this method will receive the messages twice: once with the `containsPii` parameter equals false and the message without personal data, and a second time with the `containsPii` parameter equals to true and the message might contain personal data. In some cases (when the message does not contain personal data), the message will be the same.
28+
- `PiiLoggingEnabled` enables you to log personal and organizational data (PII) if set to true. By default this is set to false, so that your application does not log personal data.
29+
- `LogCallback` is set to a delegate that does the logging. If `PiiLoggingEnabled` is true, this method will receive messages that can have PII, in which case the `containsPii` flag will be set to true.
3030
- `DefaultLoggingEnabled` enables the default logging for the platform. By default it's false. If you set it to true it uses Event Tracing in Desktop/UWP applications, NSLog on iOS and logcat on Android.
3131

3232
```csharp

articles/load-balancer/quickstart-load-balancer-standard-public-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Multiple Azure resources have been defined in the template:
5151
- [**Microsoft.Network/bastionHosts**](/azure/templates/microsoft.network/bastionhosts)
5252
- [**Microsoft.Network/networkSecurityGroups**](/azure/templates/microsoft.network/networksecuritygroups)
5353
- [**Microsoft.Network/virtualNetworks**](/azure/templates/microsoft.network/virtualnetworks)
54-
- [**Microsoft.Compute/virutalMachines**](/azure/templates/microsoft.compute/virtualmachines) (3).
54+
- [**Microsoft.Compute/virtualMachines**](/azure/templates/microsoft.compute/virtualmachines) (3).
5555
- [**Microsoft.Network/networkInterfaces**](/azure/templates/microsoft.network/networkinterfaces) (3).
5656
- [**Microsoft.Compute/virtualMachine/extensions**](/azure/templates/microsoft.compute/virtualmachines/extensions) (3): use to configure the Internet Information Server (IIS), and the web pages.
5757

@@ -137,4 +137,4 @@ In this quickstart, you:
137137
To learn more, continue to the tutorials for Azure Load Balancer.
138138

139139
> [!div class="nextstepaction"]
140-
> [Azure Load Balancer tutorials](./quickstart-load-balancer-standard-public-portal.md)
140+
> [Azure Load Balancer tutorials](./quickstart-load-balancer-standard-public-portal.md)

0 commit comments

Comments
 (0)