Skip to content

Commit 3741be2

Browse files
authored
Merge pull request #232734 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 87943a1 + 042e083 commit 3741be2

File tree

5 files changed

+299
-221
lines changed

5 files changed

+299
-221
lines changed

articles/active-directory-b2c/user-profile-attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Your Azure Active Directory B2C (Azure AD B2C) directory user profile comes with
2121
Most of the attributes that can be used with Azure AD B2C user profiles are also supported by Microsoft Graph. This article describes supported Azure AD B2C user profile attributes. It also notes those attributes that are not supported by Microsoft Graph, as well as Microsoft Graph attributes that should not be used with Azure AD B2C.
2222

2323
> [!IMPORTANT]
24-
> You should'nt use built-in or extension attributes to store sensitive personal data, such as account credentials, government identification numbers, cardholder data, financial account data, healthcare information, or sensitive background information.
24+
> You shouldn't use built-in or extension attributes to store sensitive personal data, such as account credentials, government identification numbers, cardholder data, financial account data, healthcare information, or sensitive background information.
2525
2626
You can also integrate with external systems. For example, you can use Azure AD B2C for authentication, but delegate to an external customer relationship management (CRM) or customer loyalty database as the authoritative source of customer data. For more information, see the [remote profile](https://github.com/azure-ad-b2c/samples/tree/master/policies/remote-profile) solution.
2727

articles/advisor/advisor-azure-resource-graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: orspodek
1212

1313
Advisor resources are now onboarded to [Azure Resource Graph](https://azure.microsoft.com/features/resource-graph/). This lays foundation to many at-scale customer scenarios for Advisor recommendations. Few scenarios that were not possible before to do at scale and now can be achieved using Resource Graph are:
1414
* Gives capability to perform complex query for all your subscriptions in Azure portal
15-
* Recommendations summarized by category types ( like reliability, performance) and impact types (high, medium, low)
15+
* Recommendations summarized by category types (like reliability, performance) and impact types (high, medium, low)
1616
* All recommendations for a particular recommendation type
1717
* Impacted resource count by recommendation category
1818

articles/aks/azure-csi-blob-storage-provision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ This section provides guidance for cluster administrators who want to create one
240240
|--- | **Following parameters are only for blobfuse** | --- | --- | --- |
241241
|volumeAttributes.secretName | Secret name that stores storage account name and key (only applies for SMB).| | No ||
242242
|volumeAttributes.secretNamespace | Specify namespace of secret to store account key. | `default` | No | Pvc namespace|
243-
|nodeStageSecretRef.name | Specify secret name that stores one of the following:<br> `azurestorageaccountkey`<br>`azurestorageaccountsastoken`<br>`msisecret`<br>`azurestoragespnclientsecret`. | |Existing Kubernetes secret name | No |
243+
|nodeStageSecretRef.name | Specify secret name that stores one of the following:<br> `azurestorageaccountkey`<br>`azurestorageaccountsastoken`<br>`msisecret`<br>`azurestoragespnclientsecret`. | | No |Existing Kubernetes secret name |
244244
|nodeStageSecretRef.namespace | Specify the namespace of secret. | Kubernetes namespace | Yes ||
245245
|--- | **Following parameters are only for NFS protocol** | --- | --- | --- |
246246
|volumeAttributes.mountPermissions | Specify mounted folder permissions. | `0777` | No ||

0 commit comments

Comments
 (0)