From d81604320717dae64c6a065c3fd5c098ff07d7f6 Mon Sep 17 00:00:00 2001 From: Thomas Lin Date: Thu, 4 Mar 2021 09:32:45 +0800 Subject: [PATCH 01/32] Update api-return-blank-response.md --- support/azure/general/api-return-blank-response.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/azure/general/api-return-blank-response.md b/support/azure/general/api-return-blank-response.md index 86b51d4514..6f4b666ca0 100644 --- a/support/azure/general/api-return-blank-response.md +++ b/support/azure/general/api-return-blank-response.md @@ -1,7 +1,7 @@ --- title: Azure API Management Troubleshooting Scenario 1 - API returning blank response description: Provides troubleshooting steps to an issue in which Azure API is returning blank response. -ms.date: 08/14/2020 +ms.date: 03/04/2021 ms.prod-support-area-path: ms.service: api-management ms.author: genli From 3495bbb56543cfb48039aea75e81308d5fb242e3 Mon Sep 17 00:00:00 2001 From: Thomas Lin Date: Mon, 19 Apr 2021 10:23:54 +0800 Subject: [PATCH 02/32] Update reset-local-password-without-agent.md --- .../virtual-machines/reset-local-password-without-agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/azure/virtual-machines/reset-local-password-without-agent.md b/support/azure/virtual-machines/reset-local-password-without-agent.md index 65eb605642..9425dd148d 100644 --- a/support/azure/virtual-machines/reset-local-password-without-agent.md +++ b/support/azure/virtual-machines/reset-local-password-without-agent.md @@ -56,7 +56,7 @@ Always try to reset a password using the [Azure portal or Azure PowerShell](rese :::image type="content" source="./media/reset-local-password-without-agent/create-gpt-ini.png" alt-text="Screenshot that shows the updates made to the gpt.ini file."::: -4. Create `scripts.ini` in `\Windows\System32\GroupPolicy\Machine\Scripts\`. Make sure hidden folders are shown. If needed, create the `Machine` or `Scripts` folders. +4. Create `scripts.ini` in `\Windows\System32\GroupPolicy\Machine\Scripts\`. Make sure hidden folders and file name extensions are shown. If needed, create the `Machine` or `Scripts` folders. * Add the following lines the `scripts.ini` file you created: From 72c66d910794534e4988f0e18909f64064d7a82c Mon Sep 17 00:00:00 2001 From: Thomas Lin Date: Mon, 19 Apr 2021 10:24:52 +0800 Subject: [PATCH 03/32] Update reset-local-password-without-agent.md --- .../virtual-machines/reset-local-password-without-agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/azure/virtual-machines/reset-local-password-without-agent.md b/support/azure/virtual-machines/reset-local-password-without-agent.md index 9425dd148d..251c7616a6 100644 --- a/support/azure/virtual-machines/reset-local-password-without-agent.md +++ b/support/azure/virtual-machines/reset-local-password-without-agent.md @@ -160,7 +160,7 @@ Always try to reset a password using the [Azure portal or Azure PowerShell](/pre :::image type="content" source="./media/reset-local-password-without-agent/create-gpt-ini-classic.png" alt-text="Create gpt.ini - Classic"::: -5. Create `scripts.ini` in `\Windows\System32\GroupPolicy\Machine\Scripts\`. Make sure hidden folders are shown. If needed, create the `Machine` or `Scripts` folders. +5. Create `scripts.ini` in `\Windows\System32\GroupPolicy\Machine\Scripts\`. Make sure hidden folders and file name extensions are shown. If needed, create the `Machine` or `Scripts` folders. * Add the following lines the `scripts.ini` file you created: From 86367929207e77fc972f8d9217758a20dc4e1c75 Mon Sep 17 00:00:00 2001 From: Thomas Lin Date: Tue, 20 Apr 2021 21:53:20 +0800 Subject: [PATCH 04/32] Update troubleshoot-dynamic-groups.md --- .../troubleshoot-dynamic-groups.md | 24 +------------------ 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/support/azure/active-directory/troubleshoot-dynamic-groups.md b/support/azure/active-directory/troubleshoot-dynamic-groups.md index a391a04319..28d11e6237 100644 --- a/support/azure/active-directory/troubleshoot-dynamic-groups.md +++ b/support/azure/active-directory/troubleshoot-dynamic-groups.md @@ -74,14 +74,6 @@ You restored a deleted group but did not see any updated. - When a dynamic group is deleted and restored, it's seen as a new group and re-populated according to the rule. This process might take up to 24 hours. -Get help with case. - -- Ask question in [Group management Teams channel](https://teams.microsoft.com/l/channel/19%3ac6e22a9b887d4f77b177cd074d345616%40thread.skype/Group%2520management?groupId=56c43627-9135-4509-bfe0-50ebd0e47960&tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47) to get further help from aztabot, SMEs, TAs, and PG members. Alternatively, file an IcM incident. - -Communicate with the customer. - -- Communicate with the customer to determine the root cause and solution. - ## Evaluate whether a group is a dynamic group There are two options to check when you determine whether a group is dynamic group. @@ -215,25 +207,11 @@ To evaluate whether a user or device satisfies the rule to be part of a group, u #### Manual validation -Validate the values for user or device attributes (In Azure Support Center, [Azure Portal](/azure/active-directory/fundamentals/active-directory-users-profile-azure-portal#to-add-or-change-profile-information), or using [PowerShell](/powershell/module/azuread/get-azureaduser) in the rule. +Validate the values for user or device attributes (In [Azure Portal](/azure/active-directory/fundamentals/active-directory-users-profile-azure-portal#to-add-or-change-profile-information), or using [PowerShell](/powershell/module/azuread/get-azureaduser) in the rule. - Ensure that there are users that satisfy the rule. - For devices, check the device properties to ensure that synchronized attributes contain the expected values. -In Azure Support Center: - -1. Get the **membershipRule** of the group. - - ![Get the membershipRule of the group](./media/troubleshoot-dynamic-groups/troubleshoot-dynamic-groups-membership-rule.png) - -2. Double-check the existing membership. - - ![Double-check the existing membership](./media/troubleshoot-dynamic-groups/troubleshoot-dynamic-groups-search-full-group-membership.png) - -3. Read user attributes to check whether they satisfy the rule. - - ![Check whether user attributes satisfy rules](./media/troubleshoot-dynamic-groups/troubleshoot-dynamic-groups-search-and-user-properties.png) - ## Check whether tenant processing is impacted by a guest user addition disallowed by policy *** `` *** From 61b13429767b3fa73b3046f517a9ecbf0d5564a0 Mon Sep 17 00:00:00 2001 From: Thomas Lin Date: Wed, 26 May 2021 13:49:42 +0800 Subject: [PATCH 05/32] add a file --- .../apache-spark-pools-diagnostic-logs.md | 23 ++++++++++++++++++ ...tics-apache-spark-pools-diagnostic logs.md | 24 +++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 support/azure/general/apache-spark-pools-diagnostic-logs.md create mode 100644 support/azure/general/synapse-analytics-apache-spark-pools-diagnostic logs.md diff --git a/support/azure/general/apache-spark-pools-diagnostic-logs.md b/support/azure/general/apache-spark-pools-diagnostic-logs.md new file mode 100644 index 0000000000..a35fa7b177 --- /dev/null +++ b/support/azure/general/apache-spark-pools-diagnostic-logs.md @@ -0,0 +1,23 @@ +--- +title: Azure Synapse Analytics Apache Spark pools diagnostic logs +description: Lists the Apache Spark pools diagnostic logs that will be collected during troubleshooting by Microsoft Support. +ms.date: 05/26/2021 +author: genlin +ms.author: genli +ms.service: synapse-analytics +ms.prod-support-area-path: +ms.reviewer: +--- +# Apache Spark pools in Azure Synapse Analytics diagnostic logs + +To troubleshoot issues that are related to Apache Spark pools in Azure Synapse Analytics workspace, Microsoft Support and the Azure Synapse Analytics engineering team can view and download diagnostic logs that are associated with your Apache Spark pools. Microsoft may access or make temporary copies of the data to help resolve your support incident. + +## Logs collected for troubleshooting + +The following table explains the kinds of data that are associated with your Apache Spark pools in Azure Synapse Analytics workspace and that may be accessed while we troubleshoot your support incident. Additionally, you may be asked to provide the same types of data from your Apache Spark pools using Synapse Studio. + +| Type | Description | +|---|---| +| Apache Spark Driver Logs |Apache Spark Driver Logs Spark driver program is critical process used for negotiation resources with cluster manager and scheduling the job execution. Driver logs would contain details on how the job got executed and resource utilized, that are critical for troubleshooting Spark application. | +| Apache Spark Executor Logs |Spark Executors are worker nodes’ processes in charge of running individual tasks in a given Spark job. They are launched at the beginning of a Spark application and typically run for the entire lifetime of an application. Once they have run the task, they send the results to the driver application. Executor logs would contain details on how the individual tasks of your application performed and whether any of them failed. | +| Apache Spark Event Logs | Apache Spark Event Logs Spark Event logs would contain execution and performance related metrics of all the executors, the list of scheduler stages/tasks and the execution environment information. | diff --git a/support/azure/general/synapse-analytics-apache-spark-pools-diagnostic logs.md b/support/azure/general/synapse-analytics-apache-spark-pools-diagnostic logs.md new file mode 100644 index 0000000000..66c2a251bb --- /dev/null +++ b/support/azure/general/synapse-analytics-apache-spark-pools-diagnostic logs.md @@ -0,0 +1,24 @@ +--- +title: Azure Synapse Analytics Apache Spark pools diagnostic logs +description: Lists the Apache Spark pools diagnostic logs and diagnostic information that's collected during troubleshooting by Microsoft Support. +ms.date: 05/26/2021 +author: genlin +ms.author: genli +ms.service: storage +ms.prod-support-area-path: +ms.reviewer: +--- +# Azure Synapse Analytics Apache Spark pools diagnostic logs + +To troubleshoot issues that are related to Apache Spark pools under Azure Synapse Analytics workspace, Microsoft Support and the Azure Synapse Analytics engineering team can view and download diagnostic logs that are associated with your Apache Spark pools. Microsoft may access (or make temporary copies of) the data to help resolve your support incident. + + +## Logs collected for troubleshooting + +The following table explains the kinds of data that are associated with your Apache Spark pools under Azure Synapse Analytics workspace and that may be accessed while we troubleshoot your support incident. Additionally, you may be asked to provide the same types of data from your Apache Spark pools using Synapse Studio. + +| Type | Description | +|---|---| +| Apache Spark Driver Logs |Apache Spark Driver Logs Spark driver program is critical process used for negotiation resources with cluster manager and scheduling the job execution. Driver logs would contain details on how the job got executed and resource utilized, that are critical for troubleshooting Spark application. | +| Apache Spark Executor Logs |Spark Executors are worker nodes’ processes in charge of running individual tasks in a given Spark job. They are launched at the beginning of a Spark application and typically run for the entire lifetime of an application. Once they have run the task, they send the results to the driver application. Executor logs would contain details on how the individual tasks of your application performed and whether any of them failed. | +| Apache Spark Event Logs | Apache Spark Event Logs Spark Event logs would contain execution and performance related metrics of all the executors, the list of scheduler stages/tasks and the execution environment information. | From ea08ce2ff03159961f817706ff673984c18fd590 Mon Sep 17 00:00:00 2001 From: Thomas Lin Date: Wed, 26 May 2021 13:50:11 +0800 Subject: [PATCH 06/32] remove the file --- .../apache-spark-pools-diagnostic-logs.md | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 support/azure/general/apache-spark-pools-diagnostic-logs.md diff --git a/support/azure/general/apache-spark-pools-diagnostic-logs.md b/support/azure/general/apache-spark-pools-diagnostic-logs.md deleted file mode 100644 index a35fa7b177..0000000000 --- a/support/azure/general/apache-spark-pools-diagnostic-logs.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Azure Synapse Analytics Apache Spark pools diagnostic logs -description: Lists the Apache Spark pools diagnostic logs that will be collected during troubleshooting by Microsoft Support. -ms.date: 05/26/2021 -author: genlin -ms.author: genli -ms.service: synapse-analytics -ms.prod-support-area-path: -ms.reviewer: ---- -# Apache Spark pools in Azure Synapse Analytics diagnostic logs - -To troubleshoot issues that are related to Apache Spark pools in Azure Synapse Analytics workspace, Microsoft Support and the Azure Synapse Analytics engineering team can view and download diagnostic logs that are associated with your Apache Spark pools. Microsoft may access or make temporary copies of the data to help resolve your support incident. - -## Logs collected for troubleshooting - -The following table explains the kinds of data that are associated with your Apache Spark pools in Azure Synapse Analytics workspace and that may be accessed while we troubleshoot your support incident. Additionally, you may be asked to provide the same types of data from your Apache Spark pools using Synapse Studio. - -| Type | Description | -|---|---| -| Apache Spark Driver Logs |Apache Spark Driver Logs Spark driver program is critical process used for negotiation resources with cluster manager and scheduling the job execution. Driver logs would contain details on how the job got executed and resource utilized, that are critical for troubleshooting Spark application. | -| Apache Spark Executor Logs |Spark Executors are worker nodes’ processes in charge of running individual tasks in a given Spark job. They are launched at the beginning of a Spark application and typically run for the entire lifetime of an application. Once they have run the task, they send the results to the driver application. Executor logs would contain details on how the individual tasks of your application performed and whether any of them failed. | -| Apache Spark Event Logs | Apache Spark Event Logs Spark Event logs would contain execution and performance related metrics of all the executors, the list of scheduler stages/tasks and the execution environment information. | From 8ca9a07f9134ebe2761578f204d35965804e4048 Mon Sep 17 00:00:00 2001 From: Thomas Lin Date: Wed, 26 May 2021 14:01:16 +0800 Subject: [PATCH 07/32] change some wording --- ...se-analytics-apache-spark-pools-diagnostic logs.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/support/azure/general/synapse-analytics-apache-spark-pools-diagnostic logs.md b/support/azure/general/synapse-analytics-apache-spark-pools-diagnostic logs.md index 66c2a251bb..dc5960edf8 100644 --- a/support/azure/general/synapse-analytics-apache-spark-pools-diagnostic logs.md +++ b/support/azure/general/synapse-analytics-apache-spark-pools-diagnostic logs.md @@ -8,17 +8,16 @@ ms.service: storage ms.prod-support-area-path: ms.reviewer: --- -# Azure Synapse Analytics Apache Spark pools diagnostic logs - -To troubleshoot issues that are related to Apache Spark pools under Azure Synapse Analytics workspace, Microsoft Support and the Azure Synapse Analytics engineering team can view and download diagnostic logs that are associated with your Apache Spark pools. Microsoft may access (or make temporary copies of) the data to help resolve your support incident. +# Apache Spark pools diagnostic logs in Azure Synapse Analytics +To troubleshoot issues that are related to Apache Spark pools in Azure Synapse Analytics workspace, Microsoft Support and the Azure Synapse Analytics engineering team can view and download diagnostic logs that are associated with your Apache Spark pools. Microsoft may access or make temporary copies of the data to help resolve your support incident. ## Logs collected for troubleshooting -The following table explains the kinds of data that are associated with your Apache Spark pools under Azure Synapse Analytics workspace and that may be accessed while we troubleshoot your support incident. Additionally, you may be asked to provide the same types of data from your Apache Spark pools using Synapse Studio. +The following tables list what data will be collected and available to Microsoft Support. Additionally, you may be asked to provide the same types of data from your Apache Spark pools using Synapse Studio. | Type | Description | |---|---| -| Apache Spark Driver Logs |Apache Spark Driver Logs Spark driver program is critical process used for negotiation resources with cluster manager and scheduling the job execution. Driver logs would contain details on how the job got executed and resource utilized, that are critical for troubleshooting Spark application. | +| Apache Spark Driver Logs |Spark driver program is critical process used for negotiation resources with cluster manager and scheduling the job execution. Driver logs would contain details on how the job got executed and resource utilized, that are critical for troubleshooting Spark application. | | Apache Spark Executor Logs |Spark Executors are worker nodes’ processes in charge of running individual tasks in a given Spark job. They are launched at the beginning of a Spark application and typically run for the entire lifetime of an application. Once they have run the task, they send the results to the driver application. Executor logs would contain details on how the individual tasks of your application performed and whether any of them failed. | -| Apache Spark Event Logs | Apache Spark Event Logs Spark Event logs would contain execution and performance related metrics of all the executors, the list of scheduler stages/tasks and the execution environment information. | +| Apache Spark Event Logs | Spark Event logs would contain execution and performance related metrics of all the executors, the list of scheduler stages/tasks and the execution environment information. | From 0bc0512dadf8fedc8682eaf6ed62627d451abb99 Mon Sep 17 00:00:00 2001 From: Thomas Lin Date: Wed, 26 May 2021 14:04:55 +0800 Subject: [PATCH 08/32] update the article --- .../synapse-analytics-apache-spark-pools-diagnostic logs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/support/azure/general/synapse-analytics-apache-spark-pools-diagnostic logs.md b/support/azure/general/synapse-analytics-apache-spark-pools-diagnostic logs.md index dc5960edf8..1d1505db72 100644 --- a/support/azure/general/synapse-analytics-apache-spark-pools-diagnostic logs.md +++ b/support/azure/general/synapse-analytics-apache-spark-pools-diagnostic logs.md @@ -4,7 +4,7 @@ description: Lists the Apache Spark pools diagnostic logs and diagnostic informa ms.date: 05/26/2021 author: genlin ms.author: genli -ms.service: storage +ms.service: synapse-analytics ms.prod-support-area-path: ms.reviewer: --- @@ -18,6 +18,6 @@ The following tables list what data will be collected and available to Microsoft | Type | Description | |---|---| -| Apache Spark Driver Logs |Spark driver program is critical process used for negotiation resources with cluster manager and scheduling the job execution. Driver logs would contain details on how the job got executed and resource utilized, that are critical for troubleshooting Spark application. | -| Apache Spark Executor Logs |Spark Executors are worker nodes’ processes in charge of running individual tasks in a given Spark job. They are launched at the beginning of a Spark application and typically run for the entire lifetime of an application. Once they have run the task, they send the results to the driver application. Executor logs would contain details on how the individual tasks of your application performed and whether any of them failed. | +| Apache Spark Driver Logs |Spark driver program is critical process used for negotiation resources with cluster manager and scheduling the job execution. Driver logs would contain details on how the job got executed and resource used, that are critical for troubleshooting Spark application. | +| Apache Spark Executor Logs |Spark Executors are worker nodes’ processes in charge of running individual tasks in a given Spark job. They're launched at the beginning of a Spark application and typically run for the entire lifetime of an application. Once they have run the task, they send the results to the driver application. Executor logs would contain details on how the individual tasks of your application performed and whether any of them failed. | | Apache Spark Event Logs | Spark Event logs would contain execution and performance related metrics of all the executors, the list of scheduler stages/tasks and the execution environment information. | From 6d7793c8056e76c6a83936ffafee4631e5f0473c Mon Sep 17 00:00:00 2001 From: Thomas Lin Date: Wed, 26 May 2021 14:05:58 +0800 Subject: [PATCH 09/32] add toc --- support/azure/general/toc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/azure/general/toc.yml b/support/azure/general/toc.yml index 62234522e1..47a117e841 100644 --- a/support/azure/general/toc.yml +++ b/support/azure/general/toc.yml @@ -138,6 +138,8 @@ - name: Support Diagnostic Packages items: + - name: Diagnostic logs for Apache Spark pools + href: synapse-analytics-apache-spark-pools-diagnostic logs.md - name: Diagnostic logs for SQL Server href: sql-vm-logs.md - name: SQL database data collector From 00f81131671b1e4714a3279aa73ad5cd25aa804a Mon Sep 17 00:00:00 2001 From: Thomas Lin Date: Wed, 26 May 2021 14:18:19 +0800 Subject: [PATCH 10/32] update wording --- .../synapse-analytics-apache-spark-pools-diagnostic logs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/azure/general/synapse-analytics-apache-spark-pools-diagnostic logs.md b/support/azure/general/synapse-analytics-apache-spark-pools-diagnostic logs.md index 1d1505db72..2a9a43ca50 100644 --- a/support/azure/general/synapse-analytics-apache-spark-pools-diagnostic logs.md +++ b/support/azure/general/synapse-analytics-apache-spark-pools-diagnostic logs.md @@ -1,6 +1,6 @@ --- title: Azure Synapse Analytics Apache Spark pools diagnostic logs -description: Lists the Apache Spark pools diagnostic logs and diagnostic information that's collected during troubleshooting by Microsoft Support. +description: Lists the Apache Spark diagnostic logs that's collected during troubleshooting by Microsoft Support. ms.date: 05/26/2021 author: genlin ms.author: genli @@ -8,7 +8,7 @@ ms.service: synapse-analytics ms.prod-support-area-path: ms.reviewer: --- -# Apache Spark pools diagnostic logs in Azure Synapse Analytics +# Apache Spark diagnostic logs in Azure Synapse Analytics To troubleshoot issues that are related to Apache Spark pools in Azure Synapse Analytics workspace, Microsoft Support and the Azure Synapse Analytics engineering team can view and download diagnostic logs that are associated with your Apache Spark pools. Microsoft may access or make temporary copies of the data to help resolve your support incident. From 7668ccace62c0fdd1eddeb9b9da10e9fd9deaccd Mon Sep 17 00:00:00 2001 From: Thomas Lin Date: Wed, 26 May 2021 14:20:32 +0800 Subject: [PATCH 11/32] fix the word --- .../synapse-analytics-apache-spark-pools-diagnostic logs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/azure/general/synapse-analytics-apache-spark-pools-diagnostic logs.md b/support/azure/general/synapse-analytics-apache-spark-pools-diagnostic logs.md index 2a9a43ca50..a90c0fd2e2 100644 --- a/support/azure/general/synapse-analytics-apache-spark-pools-diagnostic logs.md +++ b/support/azure/general/synapse-analytics-apache-spark-pools-diagnostic logs.md @@ -10,11 +10,11 @@ ms.reviewer: --- # Apache Spark diagnostic logs in Azure Synapse Analytics -To troubleshoot issues that are related to Apache Spark pools in Azure Synapse Analytics workspace, Microsoft Support and the Azure Synapse Analytics engineering team can view and download diagnostic logs that are associated with your Apache Spark pools. Microsoft may access or make temporary copies of the data to help resolve your support incident. +To troubleshoot issues that are related to Apache Spark pools in Azure Synapse Analytics workspace, Microsoft Support and the Azure Synapse Analytics engineering team can view and download diagnostic logs that are associated with your Apache Spark pools. Microsoft may access or make temporary copies of the log data to help resolve your support incident. ## Logs collected for troubleshooting -The following tables list what data will be collected and available to Microsoft Support. Additionally, you may be asked to provide the same types of data from your Apache Spark pools using Synapse Studio. +The following tables list what log data will be collected and available to Microsoft Support. Additionally, you may be asked to provide the same types of data from your Apache Spark pools using Synapse Studio. | Type | Description | |---|---| From 3aa166603be68bae716a2eb7076e5503b95f4cb4 Mon Sep 17 00:00:00 2001 From: Thomas Lin Date: Thu, 27 May 2021 21:05:41 +0800 Subject: [PATCH 12/32] apply changs --- ...synapse-analytics-apache-spark-pools-diagnostic-logs.md} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename support/azure/general/{synapse-analytics-apache-spark-pools-diagnostic logs.md => synapse-analytics-apache-spark-pools-diagnostic-logs.md} (71%) diff --git a/support/azure/general/synapse-analytics-apache-spark-pools-diagnostic logs.md b/support/azure/general/synapse-analytics-apache-spark-pools-diagnostic-logs.md similarity index 71% rename from support/azure/general/synapse-analytics-apache-spark-pools-diagnostic logs.md rename to support/azure/general/synapse-analytics-apache-spark-pools-diagnostic-logs.md index a90c0fd2e2..8a9ee1ee57 100644 --- a/support/azure/general/synapse-analytics-apache-spark-pools-diagnostic logs.md +++ b/support/azure/general/synapse-analytics-apache-spark-pools-diagnostic-logs.md @@ -1,7 +1,7 @@ --- title: Azure Synapse Analytics Apache Spark pools diagnostic logs description: Lists the Apache Spark diagnostic logs that's collected during troubleshooting by Microsoft Support. -ms.date: 05/26/2021 +ms.date: 05/27/2021 author: genlin ms.author: genli ms.service: synapse-analytics @@ -14,10 +14,10 @@ To troubleshoot issues that are related to Apache Spark pools in Azure Synapse A ## Logs collected for troubleshooting -The following tables list what log data will be collected and available to Microsoft Support. Additionally, you may be asked to provide the same types of data from your Apache Spark pools using Synapse Studio. +The following tables list what log data will be collected to troubleshoot your support incident. Additionally, you may be asked to provide the same types of data from your Apache Spark pools using Synapse Studio. | Type | Description | |---|---| | Apache Spark Driver Logs |Spark driver program is critical process used for negotiation resources with cluster manager and scheduling the job execution. Driver logs would contain details on how the job got executed and resource used, that are critical for troubleshooting Spark application. | -| Apache Spark Executor Logs |Spark Executors are worker nodes’ processes in charge of running individual tasks in a given Spark job. They're launched at the beginning of a Spark application and typically run for the entire lifetime of an application. Once they have run the task, they send the results to the driver application. Executor logs would contain details on how the individual tasks of your application performed and whether any of them failed. | +| Apache Spark Executor Logs |Spark Executors are worker nodes’ processes in charge of running individual tasks in a given Spark job. They are launched at the beginning of a Spark application and typically run for the entire lifetime of an application. Once they have run the task, they send the results to the driver application. Executor logs would contain details on how the individual tasks of your application performed and whether any of them failed. | | Apache Spark Event Logs | Spark Event logs would contain execution and performance related metrics of all the executors, the list of scheduler stages/tasks and the execution environment information. | From dc276f01a491cdfba26f44f09927cfe290716493 Mon Sep 17 00:00:00 2001 From: Thomas Lin Date: Fri, 28 May 2021 10:59:22 +0800 Subject: [PATCH 13/32] update the toc --- support/azure/virtual-machines/toc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/support/azure/virtual-machines/toc.yml b/support/azure/virtual-machines/toc.yml index 8fef507725..7b0a10d5af 100644 --- a/support/azure/virtual-machines/toc.yml +++ b/support/azure/virtual-machines/toc.yml @@ -2,6 +2,7 @@ href: welcome-virtual-machines.yml - name: Troubleshoot deployment failures + href: welcome-deployment-troubleshooting.yml items: - name: New VM deployments items: From 2c4c2c6da2cee9e5d221afe7bc1b40c976fb211b Mon Sep 17 00:00:00 2001 From: Thomas Lin Date: Fri, 28 May 2021 11:08:35 +0800 Subject: [PATCH 14/32] fix the errotr --- support/azure/virtual-machines/toc.yml | 35 ++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/support/azure/virtual-machines/toc.yml b/support/azure/virtual-machines/toc.yml index 7b0a10d5af..83c42ab301 100644 --- a/support/azure/virtual-machines/toc.yml +++ b/support/azure/virtual-machines/toc.yml @@ -1,8 +1,32 @@ - name: Welcome href: welcome-virtual-machines.yml - -- name: Troubleshoot deployment failures + +- name: Azure Virtual Machine Deployment Troubleshooting href: welcome-deployment-troubleshooting.yml + items: + - name: Troubleshoot deployment failures + items: + - name: New VM deployments + items: + - name: Troubleshoot deploying Linux virtual machine + href: troubleshoot-deployment-new-vm-linux.md + - name: Troubleshoot deploying Windows virtual machine + href: troubleshoot-deployment-new-vm-windows.md + - name: Fail to create a VM with Ed25519 SSH keys + href: ed25519-ssh-keys.md + - name: Support for Availability sets + href: virtual-machines-availability-set-supportability.md + - name: Uploaded VHD is not supported + href: uploaded-vhd-not-support.md + - name: Image deployment and Management + items: + - name: Upload Hyper-V DC to Azure + href: upload-existing-hyperv-dc-azure-ps.md + - name: VM upgrade issues + items: + - name: Upgrade to SLES 15 SP1 + href: linux-upgrade-suse-15sp1.md +- name: Troubleshoot deployment failures items: - name: New VM deployments items: @@ -353,6 +377,9 @@ - name: FAQ href: /azure/virtual-machines/faq-for-disks - name: Cannot extend an encrypted OS volume in Windows + + href: /azure/virtual-machines/cannot-extend-encrypted-os-volume.md + href: cannot-extend-encrypted-os-volume.md - name: Errors when deleting storage resources href: storage-resource-deletion-errors.md @@ -526,6 +553,4 @@ - name: Windows Virtual Desktop guides href: how-to-videos-windows-virtual-desktop.md - name: Support for 32-bit operating systems - href: support-32-bit-operating-systems-virtual-machines.md - - + href: support-32-bit-operating-systems-virtual-machines.md \ No newline at end of file From 5a9daa8af075a5a3c281eba7be51c77c8e35bb37 Mon Sep 17 00:00:00 2001 From: Thomas Lin Date: Fri, 28 May 2021 11:09:53 +0800 Subject: [PATCH 15/32] fix toc error --- support/azure/general/toc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/azure/general/toc.yml b/support/azure/general/toc.yml index 47a117e841..dbe89a1fc7 100644 --- a/support/azure/general/toc.yml +++ b/support/azure/general/toc.yml @@ -139,7 +139,7 @@ - name: Support Diagnostic Packages items: - name: Diagnostic logs for Apache Spark pools - href: synapse-analytics-apache-spark-pools-diagnostic logs.md + href: synapse-analytics-apache-spark-pools-diagnostic-logs.md - name: Diagnostic logs for SQL Server href: sql-vm-logs.md - name: SQL database data collector From 794f644c301fc86db43bcbd513cd030f4d23057d Mon Sep 17 00:00:00 2001 From: Thomas Lin Date: Fri, 28 May 2021 11:30:50 +0800 Subject: [PATCH 16/32] revert the changes --- support/azure/virtual-machines/toc.yml | 34 +++----------------------- 1 file changed, 4 insertions(+), 30 deletions(-) diff --git a/support/azure/virtual-machines/toc.yml b/support/azure/virtual-machines/toc.yml index 83c42ab301..8fef507725 100644 --- a/support/azure/virtual-machines/toc.yml +++ b/support/azure/virtual-machines/toc.yml @@ -1,31 +1,6 @@ - name: Welcome href: welcome-virtual-machines.yml - -- name: Azure Virtual Machine Deployment Troubleshooting - href: welcome-deployment-troubleshooting.yml - items: - - name: Troubleshoot deployment failures - items: - - name: New VM deployments - items: - - name: Troubleshoot deploying Linux virtual machine - href: troubleshoot-deployment-new-vm-linux.md - - name: Troubleshoot deploying Windows virtual machine - href: troubleshoot-deployment-new-vm-windows.md - - name: Fail to create a VM with Ed25519 SSH keys - href: ed25519-ssh-keys.md - - name: Support for Availability sets - href: virtual-machines-availability-set-supportability.md - - name: Uploaded VHD is not supported - href: uploaded-vhd-not-support.md - - name: Image deployment and Management - items: - - name: Upload Hyper-V DC to Azure - href: upload-existing-hyperv-dc-azure-ps.md - - name: VM upgrade issues - items: - - name: Upgrade to SLES 15 SP1 - href: linux-upgrade-suse-15sp1.md + - name: Troubleshoot deployment failures items: - name: New VM deployments @@ -377,9 +352,6 @@ - name: FAQ href: /azure/virtual-machines/faq-for-disks - name: Cannot extend an encrypted OS volume in Windows - - href: /azure/virtual-machines/cannot-extend-encrypted-os-volume.md - href: cannot-extend-encrypted-os-volume.md - name: Errors when deleting storage resources href: storage-resource-deletion-errors.md @@ -553,4 +525,6 @@ - name: Windows Virtual Desktop guides href: how-to-videos-windows-virtual-desktop.md - name: Support for 32-bit operating systems - href: support-32-bit-operating-systems-virtual-machines.md \ No newline at end of file + href: support-32-bit-operating-systems-virtual-machines.md + + From 36d6b8b4df9184898f304ddba1c3813240acc07c Mon Sep 17 00:00:00 2001 From: JW0914 Date: Fri, 28 May 2021 08:20:39 -0500 Subject: [PATCH 17/32] =?UTF-8?q?Added=20=E2=89=A5=20to=20Vista=20referenc?= =?UTF-8?q?es=20;=20Added=20code=20markdown?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - This applies to all Windows versions over Vista - Not having this notated can make users believe the man page isn't up-to-date/accurate - Where applicable, I added the "≥" symbol [greater than/equal to] and removed Vista references where it made sense - Monospaced code markdown should be used for all monospaced code, else web translators will often make the content gibberish - Web translators don't modify text marked as monospaced code (example: https://imgur.com/a/5K8tmRo) - I didn't add backticks to the two "SFC.exe" mentions in the table, as they didn't render correctly in the GitHub preview and am unsure if the same would be true for Microsoft Docs --- .../analyze-sfc-program-log-file-entries.md | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/support/windows-client/deployment/analyze-sfc-program-log-file-entries.md b/support/windows-client/deployment/analyze-sfc-program-log-file-entries.md index af98c9e717..917e48bd08 100644 --- a/support/windows-client/deployment/analyze-sfc-program-log-file-entries.md +++ b/support/windows-client/deployment/analyze-sfc-program-log-file-entries.md @@ -13,11 +13,11 @@ ms.reviewer: kaushika ms.prod-support-area-path: Servicing ms.technology: windows-client-deployment --- -# Analyze the log file entries that SFC.exe generates in Windows Vista +# Analyze the log file entries that `SFC.exe` generates in Windows ≥Vista -This article describes how to analyze the log files that the Microsoft Windows Resource Checker (SFC.exe) program generates in Windows Vista. +This article describes how to analyze the log files that the Microsoft Windows Resource Checker (SFC.exe) program generates in Windows ≥Vista. -_Applies to:_   Windows Vista +_Applies to:_   Windows ≥Vista _Original KB number:_   928228 > [!NOTE] @@ -25,21 +25,21 @@ _Original KB number:_   928228 ## Overview -You can use the SFC.exe program to help you troubleshoot crashes that occur in the user mode part of Windows Vista. These crashes may be related to missing or damaged operating system files. +You can use the `SFC.exe` program to help you troubleshoot crashes that occur in the user mode part of Windows ≥Vista. These crashes may be related to missing or damaged operating system files. -The SFC.exe program performs the following operations: +The `SFC.exe` program performs the following operations: -- It verifies that non-configurable Windows Vista system files have not changed. Also, it verifies that these files match the operating system's definition of which files are expected to be installed on the computer. -- It repairs non-configurable Windows Vista system files, when it is possible. +- It verifies that non-configurable Windows system files have not changed. Also, it verifies that these files match the operating system's definition of which files are expected to be installed on the computer. +- It repairs non-configurable Windows system files, when it is possible. ## View the log file -The SFC.exe program writes the details of each verification operation and of each repair operation to the CBS.log file. Each SFC.exe program entry in this file has an **[SR]** tag. The CBS.log file is located in the `%windir%\Logs\CBS` folder. +The `SFC.exe` program writes the details of each verification operation and of each repair operation to the `CBS.log` file. Each `SFC.exe` program entry in this file has an **[SR]** tag. The `CBS.log` file is located in the `%windir%\Logs\CBS` folder. > [!NOTE] > The Windows Modules Installer service also writes to this log file. (The Windows Modules Installer service installs optional features, updates, and service packs.) -You can search for **[SR]** tags to help locate SFC.exe program entries. To perform this kind of search and to redirect the results to a text file, follow these steps: +You can search for **[SR]** tags to help locate `SFC.exe` program entries. To perform this kind of search and to redirect the results to a text file, follow these steps: 1. Click **Start**, type *cmd* in the **Start Search** box, right-click **cmd** in the **Programs** list, and then click **Run as administrator**. If you are prompted for an administrator password or for a confirmation, type your password, or click **Continue**. @@ -49,15 +49,15 @@ You can search for **[SR]** tags to help locate SFC.exe program entries. To perf findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >sfcdetails.txt ``` -The Sfcdetails.txt file includes the entries that are logged every time that the SFC.exe program runs on the computer. +The Sfcdetails.txt file includes the entries that are logged every time that the `SFC.exe` program runs on the computer. ## Interpret the log file entries -The SFC.exe program verifies files in groups of 100. Therefore, there will be many groups of SFC.exe program entries. Each entry has the following format: +The `SFC.exe` program verifies files in groups of 100. Therefore, there will be many groups of `SFC.exe` program entries. Each entry has the following format: **date** **time** **entry_type details** -The following sample excerpt from a CBS.log file shows that the SFC.exe program did not identify any problems with the Windows Vista system files: +The following sample excerpt from a `CBS.log` file shows that the `SFC.exe` program did not identify any problems with the Windows system files: ```output