Skip to content

Commit 6e66e72

Browse files
committed
Merge remote-tracking branch 'upstream/main' into AB#7287-Windows-Upgrade-Fails-with-Error-0x80070003-During-“Process-Drivers-for-Migration”
2 parents b5efb07 + dd8eba3 commit 6e66e72

22 files changed

+384
-1216
lines changed

Microsoft365/purview/purview/diagnostics/purview-compliance-diagnostics.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,14 @@ The following table lists the available diagnostics on **Solutions** pages. You
5555

5656
**Note**: To run these diagnostics, the minimum requirement is that you're an administrator with the Organization Configuration role assigned to you.
5757

58-
| **Issue** | **Checks performed** | **Solutions page** |
59-
|-|-|-|
60-
| Email encryption isn't working as expected. Are there any issues with my licenses or settings? | Checks license availability for sensitivity labels. Also checks information protection settings for your tenant, including Information Rights Management (IRM) and transport rule settings. Validates encryption settings. | [Information Protection diagnostics](https://purview.microsoft.com/informationprotection/diagnostics) |
61-
| A user can't find the sensitivity label they need. Does the label policy apply to them? | Checks which sensitivity labels are available to the user. Diagnostic results include information such as the label names, settings, and where the labels are available. | [Information Protection diagnostics](https://purview.microsoft.com/informationprotection/diagnostics) |
62-
| A DLP rule isn't enforced for a particular user. Is this user included in the DLP policy? | Checks which DLP policies apply to a user. Diagnostic results include the policy names and where the policies apply. | [DLP diagnostics](https://purview.microsoft.com/datalossprevention/diagnostics) |
58+
| **Issue** | **Checks performed** | **Commandlet Used** | **Solutions page** |
59+
|-|-|-|-|
60+
| Email encryption isn't working as expected. Are there any issues with my licenses or settings? | Checks license availability for sensitivity labels. Also checks information protection settings for your tenant, including Information Rights Management (IRM) and transport rule settings. Validates encryption settings. | [Test-IrmConfiguration](/powershell/module/exchangepowershell/test-irmconfiguration)| [Information Protection diagnostics](https://purview.microsoft.com/informationprotection/diagnostics) |
61+
| A user can't find the sensitivity label they need. Does the label policy apply to them? | Checks which sensitivity labels are available to the user. Diagnostic results include information such as the label names, settings, and where the labels are available. | [Get-label](/powershell/module/exchangepowershell/get-label) <br> [Get-LabelPolicy](/powershell/module/exchangepowershell/get-labelpolicy) | [Information Protection diagnostics](https://purview.microsoft.com/informationprotection/diagnostics) |
62+
| A DLP rule isn't enforced for a particular user. Is this user included in the DLP policy? | Checks which DLP policies apply to a user. Diagnostic results include the policy names and where the policies apply.| [Get-DlpCompliancePolicy](/powershell/module/exchangepowershell/get-dlpcompliancepolicy) <br> [Get-DlpComplianceRule](/powershell/module/exchangepowershell/get-dlpcompliancerule) | [DLP diagnostics](https://purview.microsoft.com/datalossprevention/diagnostics) |
63+
| Endpoint DLP isn’t working as expected. Are there any issues with policy sync on the device? | Check for policy sync issues and provide recommendations on how to resolve them. |[Get-DlpCompliancePolicy](/powershell/module/exchangepowershell/get-dlpcompliancepolicy) | [DLP diagnostics](https://purview.microsoft.com/datalossprevention/diagnostics) |
64+
| Alerts not working for a DLP rule. Are there any issues with the DLP rule configuration? | Check for alerts and identify whether there are issues with the DLP rule configuration.| [Get-DlpCompliancePolicy](/powershell/module/exchangepowershell/get-dlpcompliancepolicy) <br> [Get-DlpComplianceRule](/powershell/module/exchangepowershell/get-dlpcompliancerule) | [DLP diagnostics](https://purview.microsoft.com/datalossprevention/diagnostics) |
65+
| Can't find an alert for an activity or an audit event ? | Check for the alert related to an activity or audit event and investigate why the alert could be missing | [Get-DlpCompliancePolicy](/powershell/module/exchangepowershell/get-dlpcompliancepolicy) <br> [Get-DlpComplianceRule](/powershell/module/exchangepowershell/get-dlpcompliancerule) | [DLP diagnostics](https://purview.microsoft.com/datalossprevention/diagnostics) |
6366

6467
## Diagnostics on the Help pane
6568

support/azure/.openpublishing.redirection.azure.json

Lines changed: 101 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2843,7 +2843,7 @@
28432843
{
28442844
"source_path": "azure-kubernetes/error-code-operationnotallowed-publicipcountlimitreached.md",
28452845
"redirect_url": "/troubleshoot/azure/azure-kubernetes/create-upgrade-delete/error-code-operationnotallowed-publicipcountlimitreached",
2846-
"redirect_document_id": true
2846+
"redirect_document_id": false
28472847
},
28482848
{
28492849
"source_path": "azure-kubernetes/error-code-operationpreempted.md",
@@ -6250,6 +6250,106 @@
62506250
"redirect_url": "/troubleshoot/entra/entra-id/user-prov-sync/user-object-missing-filtered",
62516251
"redirect_document_id": true
62526252
},
6253+
{
6254+
"source_path": "azure/azure-kubernetes/create-upgrade-delete/error-code-invalidparameter.md",
6255+
"redirect_url": "/troubleshoot/azure/azure-kubernetes/error-codes/invalidparameter-error",
6256+
"redirect_document_id": true
6257+
},
6258+
{
6259+
"source_path": "azure/azure-kubernetes/create-upgrade-delete/error-code-invalidresourcereference.md",
6260+
"redirect_url": "/troubleshoot/azure/azure-kubernetes/error-codes/invalidresourcereference-error",
6261+
"redirect_document_id": true
6262+
},
6263+
{
6264+
"source_path": "azure/azure-kubernetes/create-upgrade-delete/error-code-missingsubscriptionregistration.md",
6265+
"redirect_url": "/troubleshoot/azure/azure-kubernetes/error-codes/missingsubscriptionregistration-error",
6266+
"redirect_document_id": true
6267+
},
6268+
{
6269+
"source_path": "azure-kubernetes/create-upgrade-delete/error-code-customprivatednszonemissingpermissionerror.md",
6270+
"redirect_url": "/troubleshoot/azure/azure-kubernetes/error-codes/customprivatednszonemissingpermissions-error",
6271+
"redirect_document_id": true
6272+
},
6273+
{
6274+
"source_path": "azure-kubernetes/create-upgrade-delete/error-code-linkedauthorizationfailed.md",
6275+
"redirect_url": "/troubleshoot/azure/azure-kubernetes/error-codes/linkedauthorizationfailed-error",
6276+
"redirect_document_id": true
6277+
},
6278+
{
6279+
"source_path": "azure-kubernetes/create-upgrade-delete/error-code-serviceprincipalvalidationclienterror.md",
6280+
"redirect_url": "/troubleshoot/azure/azure-kubernetes/error-codes/serviceprincipalvalidationclienterror-error",
6281+
"redirect_document_id": true
6282+
},
6283+
{
6284+
"source_path": "azure-kubernetes/create-upgrade-delete/error-code-publicipcountlimitreached.md",
6285+
"redirect_url": "/troubleshoot/azure/azure-kubernetes/error-codes/publicipcountlimitreached-error",
6286+
"redirect_document_id": true
6287+
},
6288+
{
6289+
"source_path": "azure-kubernetes/create-upgrade-delete/error-code-quotaexceeded.md",
6290+
"redirect_url": "/troubleshoot/azure/azure-kubernetes/error-codes/quota-exceeded-error",
6291+
"redirect_document_id": true
6292+
},
6293+
{
6294+
"source_path": "azure-kubernetes/create-upgrade-delete/error-code-zonalallocationfailed-allocationfailed.md",
6295+
"redirect_url": "/troubleshoot/azure/azure-kubernetes/error-codes/zonalallocation-allocationfailed-error",
6296+
"redirect_document_id": true
6297+
},
6298+
{
6299+
"source_path": "azure/azure-kubernetes/create-upgrade-delete/error-code-dnsserviceipoutofservicecidr.md",
6300+
"redirect_url": "/troubleshoot/azure/azure-kubernetes/error-codes/dnsserviceipoutofservicecidr-error",
6301+
"redirect_document_id": true
6302+
},
6303+
{
6304+
"source_path": "azure-kubernetes/create-upgrade-delete/error-code-inuseroutetablecannotbedeleted.md",
6305+
"redirect_url": "/troubleshoot/azure/azure-kubernetes/error-codes/inuseroutetablecannotbedeleted-error",
6306+
"redirect_document_id": true
6307+
},
6308+
{
6309+
"source_path": "azure/azure-kubernetes/create-upgrade-delete/error-code-invalidloadbalancerprofileallocatedoutboundports.md",
6310+
"redirect_url": "/troubleshoot/azure/azure-kubernetes/error-codes/invalidloadbalancerprofileallocatedoutboundports-error",
6311+
"redirect_document_id": true
6312+
},
6313+
{
6314+
"source_path": "azure-kubernetes/create-upgrade-delete/error-code-servicecidroverlapexistingsubnetscidr.md",
6315+
"redirect_url": "/troubleshoot/azure/azure-kubernetes/error-codes/servicecidroverlapexistingsubnetscidr-error",
6316+
"redirect_document_id": true
6317+
},
6318+
{
6319+
"source_path": "azure-kubernetes/create-upgrade-delete/error-code-subnetisfull.md",
6320+
"redirect_url": "/troubleshoot/azure/azure-kubernetes/error-codes/subnetisfull-error",
6321+
"redirect_document_id": true
6322+
},
6323+
{
6324+
"source_path": "azure-kubernetes/create-upgrade-delete/error-code-toomanyrequestsreceived-subscriptionrequeststhrottled.md",
6325+
"redirect_url": "/troubleshoot/azure/azure-kubernetes/error-codes/toomanyrequestsreceived-error",
6326+
"redirect_document_id": true
6327+
},
6328+
{
6329+
"source_path": "azure-kubernetes/create-upgrade-delete/error-code-operationnotallowed-publicipcountlimitreached.md",
6330+
"redirect_url": "/troubleshoot/azure/azure-kubernetes/error-codes/operationnotallowed-publicipcountlimitreached-error",
6331+
"redirect_document_id": true
6332+
},
6333+
{
6334+
"source_path": "azure-kubernetes/create-upgrade-delete/error-code-requestdisallowedbypolicy.md",
6335+
"redirect_url": "/troubleshoot/azure/azure-kubernetes/error-codes/requestdisallowedbypolicy-error",
6336+
"redirect_document_id": true
6337+
},
6338+
{
6339+
"source_path": "azure-kubernetes/create-upgrade-delete/error-code-operationpreempted.md",
6340+
"redirect_url": "/troubleshoot/azure/azure-kubernetes/error-codes/aksoperationpreempted-error",
6341+
"redirect_document_id": true
6342+
},
6343+
{
6344+
"source_path": "azure-kubernetes/create-upgrade-delete/nodepoolmcversionincompatible-error.md",
6345+
"redirect_url": "/troubleshoot/azure/azure-kubernetes/error-codes/nodepoolmcversionincompatible-error",
6346+
"redirect_document_id": true
6347+
},
6348+
{
6349+
"source_path": "azure-kubernetes/create-upgrade-delete/error-code-unsatisfiablepdb.md",
6350+
"redirect_url": "/troubleshoot/azure/azure-kubernetes/error-codes/unsatisfiablepdb-error",
6351+
"redirect_document_id": true
6352+
},
62536353
{
62546354
"source_path": "azure-storage/files/alerts/files-troubleshoot-create-alerts.md",
62556355
"redirect_url": "/azure/storage/files/files-monitoring-alerts",

support/azure/azure-kubernetes/availability-performance/cluster-node-virtual-machine-failed-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Here are the common causes of a failed cluster or node pool:
2121
|Custom Script Extension (CSE) virtual machine (VM) extension provisioning error|[Troubleshoot node not ready failures caused by CSE errors](node-not-ready-custom-script-extension-errors.md)|
2222
|Key Azure resources unavailable|<ul><li>["Unable to get log analytics workspace info" error](../aks-upgrade-scale-fail-log-analytics-workspace-missing.md)</li><li>[Cluster Load Balancer InvalidResourceReference error](../create-upgrade-delete/error-code-invalidresourcereference.md)</li><li>[SubnetFull error](../create-upgrade-delete/error-code-subnetisfull.md)</li><li>[Private DNS Zone InternalOperationError](/azure/private-link/troubleshoot-private-endpoint-connectivity)</li></ul>|
2323
|VM allocation failure due to no zonal/regional capacity|<ul><li>[AllocationFailed or ZonalAllocationFailed error](../../virtual-machine-scale-sets/allocationfailed-or-zonalallocationfailed.md)</li><li>[Associate capacity reservation groups to node pools](/azure/aks/manage-node-pools#associate-capacity-reservation-groups-to-node-pools)</li></ul>|
24-
|VM allocation failure due to exceeded core quota|[Quotaexceeded error](../error-code-quotaexceeded.md)|
24+
|VM allocation failure due to exceeded core quota|[Quotaexceeded error](../error-codes/quota-exceeded-error.md)|
2525
|Customer imposed restrictions|<ul><li>[RequestDisallowedByPolicy error](../create-upgrade-delete/error-code-requestdisallowedbypolicy.md)</li><li>[Setting resource lock prevents nodepool from scaling down](https://github.com/Azure/AKS/issues/3291)</li></ul>|
2626
|Workload issues|<ul><li>[A PodDisruptionBudget (PDB) failed to drain pods](../error-code-poddrainfailure.md)</li><li>[The kube-system pods are not running](../create-upgrade-delete/troubleshoot-aks-cluster-creation-issues.md#view-pods-in-the-system-namespace-kubectl-get-pods)</li></ul>|
2727

support/azure/azure-kubernetes/create-upgrade-delete/error-code-customprivatednszonemissingpermissionerror.md

Lines changed: 0 additions & 65 deletions
This file was deleted.

support/azure/azure-kubernetes/create-upgrade-delete/error-code-inuseroutetablecannotbedeleted.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)