Skip to content

Commit 67370a1

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into tamram-0213
2 parents 2bb3cb8 + a250526 commit 67370a1

File tree

61 files changed

+764
-612
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+764
-612
lines changed
-1.79 KB
Loading

articles/active-directory/identity-protection/howto-identity-protection-configure-notifications.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: identity-protection
88
ms.topic: conceptual
9-
ms.date: 10/18/2019
9+
ms.date: 05/05/2020
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo
@@ -47,12 +47,11 @@ Configure the users at risk email in the **Azure portal** under **Azure Active D
4747
The weekly digest email contains a summary of new risk detections.
4848
It includes:
4949

50-
- Users at risk
51-
- Suspicious activities
52-
- Detected vulnerabilities
50+
- New risky users detected
51+
- New risky sign-ins detected (in real-time)
5352
- Links to the related reports in Identity Protection
5453

55-
![Weekly digest email](./media/howto-identity-protection-configure-notifications/400.png)
54+
![Weekly digest email](./media/howto-identity-protection-configure-notifications/weekly-digest-email.png)
5655

5756
By default, recipients include all Global Admins. Global Admins can also add other Global Admins, Security Admins, Security Readers as recipients.
5857

Loading

articles/active-directory/users-groups-roles/directory-admin-roles-secure.md

Lines changed: 153 additions & 114 deletions
Large diffs are not rendered by default.

articles/analysis-services/analysis-services-network-faq.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides answers to some of the more common questions
44
author: minewiskan
55
ms.service: azure-analysis-services
66
ms.topic: conceptual
7-
ms.date: 04/29/2020
7+
ms.date: 05/05/2020
88
ms.author: owend
99
ms.reviewer: minewiskan
1010
---
@@ -19,7 +19,11 @@ This article provides answers to common questions about connecting to storage ac
1919
**Answer** - Azure Analysis Services does not use fixed IP addresses or Service Tags. The range of IP addresses your Analysis Services servers use can be anything in the range of IP addresses for the *Azure region*. Because your server IP addresses are variable and can change over time, your firewall rules need to allow for the entire range of Azure region IP addresses your server is in.
2020

2121
**Question** - My Azure storage account is in a different region from my Analysis Services server. How do I configure storage account firewall settings?
22-
**Answer** - If the storage account is in a different region, firewall settings must be configured to allow access from **All networks**. Firewall settings configured for Selected networks with whitelisted IP addresses and Allow trusted Microsoft services exception is not supported.
22+
**Answer** - If the storage account is in a different region, configure storage account firewall settings to allow access from **Selected networks**. In Firewall **Address range**, specify the IP address range for the region the Analysis Services server is in. To get the IP ranges for Azure regions, see [Azure IP Ranges and Service Tags – Public Cloud](https://www.microsoft.com/download/details.aspx?id=56519). Configuring storage account firewall settings to allow access from All networks is supported, however choosing Selected networks and specifying an IP address range is preferred.
23+
24+
**Question** - My Azure storage account is in the same region as my Analysis Services server. How can I configure storage account firewall settings?
25+
**Answer** – Because your Analysis Services server and storage account are in the same region, communications between them use internal IP address ranges, therefore, configuring a firewall to use Selected networks and specifying an IP address range is not supported. If organization policies require a firewall, it must be configured to allow access from All networks.
26+
2327

2428
## Data source connections
2529

articles/automation/troubleshoot/hybrid-runbook-worker.md

Lines changed: 43 additions & 46 deletions
Large diffs are not rendered by default.

articles/automation/troubleshoot/onboarding.md

Lines changed: 33 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Troubleshooting the onboarding of Azure Automation management solutions
3-
description: Learn how to troubleshoot solution onboarding errors.
3+
description: Learn how to troubleshoot Azure Automation solution onboarding errors.
44
services: automation
55
author: mgoedtel
66
ms.author: magoedte
@@ -11,43 +11,41 @@ manager: carmonm
1111
---
1212
# Troubleshoot solution onboarding
1313

14-
You might receive errors when onboarding the Update Management solution or the Change Tracking and Inventory solution. This article describes the various errors that might occur and how to resolve them.
14+
You might receive error messages when you onboard the Azure Automation Update Management solution or the Change Tracking and Inventory solution. This article describes the various errors that might occur and how to resolve them.
1515

1616
## Known issues
1717

1818
### <a name="node-rename"></a>Scenario: Renaming a registered node requires unregister or register again
1919

2020
#### Issue
2121

22-
A node is registered to Azure Automation and then the operating system computer name is changed. Reports from the node
23-
continue to appear with the original name.
22+
A node is registered to Azure Automation, and then the operating system computer name is changed. Reports from the node continue to appear with the original name.
2423

2524
#### Cause
2625

27-
Renaming registered nodes does not update the node name in Azure Automation.
26+
Renaming registered nodes doesn't update the node name in Azure Automation.
2827

2928
#### Resolution
3029

31-
Unregister the node from Azure Automation State Configuration and then register it again. Reports published to the
32-
service before that time will no longer be available.
30+
Unregister the node from Azure Automation State Configuration, and then register it again. Reports published to the service before that time will no longer be available.
3331

34-
### <a name="resigning-cert"></a>Scenario: Re-signing certificates via https proxy is not supported
32+
### <a name="resigning-cert"></a>Scenario: Re-signing certificates via HTTPS proxy isn't supported
3533

3634
#### Issue
3735

38-
When connecting through a proxy solution that terminates HTTPS traffic and then re-encrypts the traffic using a new certificate, the service does not allow the connection.
36+
When you connect through a proxy solution that terminates HTTPS traffic and then re-encrypts the traffic using a new certificate, the service doesn't allow the connection.
3937

4038
#### Cause
4139

42-
Azure Automation does not support re-signing certificates used to encrypt traffic.
40+
Azure Automation doesn't support re-signing certificates used to encrypt traffic.
4341

4442
#### Resolution
4543

46-
There is currently no workaround for this issue.
44+
There's currently no workaround for this issue.
4745

4846
## General errors
4947

50-
### <a name="missing-write-permissions"></a>Scenario: Onboarding fails with the message - The solution cannot be enabled
48+
### <a name="missing-write-permissions"></a>Scenario: Onboarding fails with the message "The solution cannot be enabled"
5149

5250
#### Issue
5351

@@ -67,9 +65,9 @@ This error is caused by incorrect or missing permissions on the VM or workspace,
6765

6866
#### Resolution
6967

70-
Ensure that you have correct [permissions needed to onboard machines](../automation-role-based-access-control.md#onboarding-permissions) and then try to onboard the solution again. If you receive the error `The solution cannot be enabled on this VM because the permission to read the workspace is missing`, ensure that you have the `Microsoft.OperationalInsights/workspaces/read` permission to be able to find if the VM is onboarded to a workspace.
68+
Ensure that you have correct [permissions needed to onboard machines](../automation-role-based-access-control.md#onboarding-permissions), and then try to onboard the solution again. If you receive the error message `The solution cannot be enabled on this VM because the permission to read the workspace is missing`, ensure that you have the `Microsoft.OperationalInsights/workspaces/read` permission to be able to find if the VM is onboarded to a workspace.
7169

72-
### <a name="diagnostic-logging"></a>Scenario: Onboarding fails with the message: Failed to configure automation account for diagnostic logging
70+
### <a name="diagnostic-logging"></a>Scenario: Onboarding fails with the message "Failed to configure automation account for diagnostic logging"
7371

7472
#### Issue
7573

@@ -81,25 +79,25 @@ Failed to configure automation account for diagnostic logging
8179

8280
#### Cause
8381

84-
This error can be caused if the pricing tier doesn't match the subscription's billing model. See [Monitoring usage and estimated costs in Azure Monitor](https://aka.ms/PricingTierWarning).
82+
This error can be caused if the pricing tier doesn't match the subscription's billing model. For more information, see [Monitoring usage and estimated costs in Azure Monitor](https://aka.ms/PricingTierWarning).
8583

8684
#### Resolution
8785

88-
Create your Log Analytics workspace manually and repeat the onboarding process to select the workspace created.
86+
Create your Log Analytics workspace manually, and repeat the onboarding process to select the workspace created.
8987

9088
### <a name="computer-group-query-format-error"></a>Scenario: ComputerGroupQueryFormatError
9189

9290
#### Issue
9391

94-
This error code means that the saved search computer group query used to target the solution is not formatted correctly.
92+
This error code means that the saved search computer group query used to target the solution isn't formatted correctly.
9593

9694
#### Cause
9795

9896
You might have altered the query, or the system might have altered it.
9997

10098
#### Resolution
10199

102-
You can delete the query for the solution and then onboard the solution again, which recreates the query. The query can be found in your workspace, under **Saved searches**. The name of the query is **MicrosoftDefaultComputerGroup**, and the category of the query is the name of the associated solution. If multiple solutions are enabled, the **MicrosoftDefaultComputerGroup** query shows multiple times under **Saved Searches**.
100+
You can delete the query for the solution and then onboard the solution again, which re-creates the query. The query can be found in your workspace under **Saved searches**. The name of the query is **MicrosoftDefaultComputerGroup**, and the category of the query is the name of the associated solution. If multiple solutions are enabled, the **MicrosoftDefaultComputerGroup** query shows multiple times under **Saved searches**.
103101

104102
### <a name="policy-violation"></a>Scenario: PolicyViolation
105103

@@ -113,20 +111,20 @@ A policy is blocking the operation from completing.
113111

114112
#### Resolution
115113

116-
In order to successfully deploy the solution, you must consider altering the indicated policy. As there are many different types of policies that can be defined, the changes required depend on the policy that is violated. For example, if a policy is defined on a resource group that denies permission to change the contents of some contained resources, you might choose one of these fixes:
114+
To successfully deploy the solution, you must consider altering the indicated policy. Because there are many different types of policies that can be defined, the changes required depend on the policy that's violated. For example, if a policy is defined on a resource group that denies permission to change the contents of some contained resources, you might choose one of these fixes:
117115

118116
* Remove the policy altogether.
119117
* Try to onboard the solution to a different resource group.
120-
* Re-target the policy to a specific resource, for example, an Automation account.
118+
* Retarget the policy to a specific resource, for example, an Automation account.
121119
* Revise the set of resources that the policy is configured to deny.
122120

123-
Check the notifications in the top right corner of the Azure portal or navigate to the resource group that contains your Automation account and select **Deployments** under **Settings** to view the failed deployment. To learn more about Azure Policy, see [Overview of Azure Policy](../../governance/policy/overview.md?toc=%2fazure%2fautomation%2ftoc.json).
121+
Check the notifications in the upper-right corner of the Azure portal, or go to the resource group that contains your Automation account and select **Deployments** under **Settings** to view the failed deployment. To learn more about Azure Policy, see [Overview of Azure Policy](../../governance/policy/overview.md?toc=%2fazure%2fautomation%2ftoc.json).
124122

125123
### <a name="unlink"></a>Scenario: Errors trying to unlink a workspace
126124

127125
#### Issue
128126

129-
You receive the following error when trying to unlink a workspace:
127+
You receive the following error message when you try to unlink a workspace:
130128

131129
```error
132130
The link cannot be updated or deleted because it is linked to Update Management and/or ChangeTracking Solutions.
@@ -138,16 +136,16 @@ This error occurs when you still have solutions active in your Log Analytics wor
138136

139137
### Resolution
140138

141-
Remove the following solutions from your workspace if you are using them:
139+
Remove the following solutions from your workspace if you're using them:
142140

143141
* Update Management
144142
* Change Tracking and Inventory
145143
* Start/Stop VMs during off-hours
146144

147-
Once you remove the solutions, you can unlink your workspace. It's important to clean up any existing artifacts from these solutions from your workspace and your Automation account
145+
After you remove the solutions, you can unlink your workspace. It's important to clean up any existing artifacts from these solutions from your workspace and your Automation account:
148146

149-
* For Update Management, remove Update Deployments (Schedules) from your Automation account.
150-
* For Start/Stop VMs during off-hours, remove any locks on solution components in your Automation account under **Settings** > **Locks**. See [Remove the Start/Stop VMs during off-hours solution](../automation-solution-vm-management.md#remove-the-solution).
147+
* For Update Management, remove **Update Deployments (Schedules)** from your Automation account.
148+
* For Start/Stop VMs during off-hours, remove any locks on solution components in your Automation account under **Settings** > **Locks**. For more information, see [Remove the Start/Stop VMs during off-hours solution](../automation-solution-vm-management.md#remove-the-solution).
151149

152150
## <a name="mma-extension-failures"></a>Log Analytics for Windows extension failures
153151

@@ -176,22 +174,22 @@ Please verify the VM has a running VM agent, and can establish outbound connecti
176174

177175
#### Cause
178176

179-
Some potential causes to this error are:
177+
Some potential causes of this error are:
180178

181179
* A proxy configured in the VM only allows specific ports.
182180
* A firewall setting has blocked access to the required ports and addresses.
183181

184182
#### Resolution
185183

186-
Ensure that you have the proper ports and addresses open for communication. For a list of ports and addresses, see [planning your network](../automation-hybrid-runbook-worker.md#network-planning).
184+
Ensure that you have the proper ports and addresses open for communication. For a list of ports and addresses, see [Planning your network](../automation-hybrid-runbook-worker.md#network-planning).
187185

188-
### <a name="transient-environment-issue"></a>Scenario: Install failed because of a transient environment issues
186+
### <a name="transient-environment-issue"></a>Scenario: Install failed because of transient environment issues
189187

190-
The installation of the Log Analytics for Windows extension failed during deployment because of another installation or action blocking the installation
188+
The installation of the Log Analytics for Windows extension failed during deployment because of another installation or action blocking the installation.
191189

192190
#### Issue
193191

194-
The following are examples of error messages may be returned:
192+
The following are examples of error messages that might be returned:
195193

196194
```error
197195
The Microsoft Monitoring Agent failed to install on this machine. Please try to uninstall and reinstall the extension. If the issue persists, please contact support.
@@ -207,7 +205,7 @@ The Microsoft Monitoring Agent failed to install on this machine. Please try to
207205

208206
#### Cause
209207

210-
Some potential causes to this error are:
208+
Some potential causes of this error are:
211209

212210
* Another installation is in progress.
213211
* The system is triggered to reboot during template deployment.
@@ -238,8 +236,8 @@ Try to install the Log Analytics agent for Windows extension when the VM is unde
238236

239237
## Next steps
240238

241-
If you don't see your problem above or can't resolve your issue, try one of the following channels for additional support:
239+
If you don't see your problem here or you can't resolve your issue, try one of the following channels for additional support:
242240

243241
* Get answers from Azure experts through [Azure Forums](https://azure.microsoft.com/support/forums/).
244-
* Connect with [@AzureSupport](https://twitter.com/azuresupport), the official Microsoft Azure account for improving customer experience by connecting the Azure community to the right resources: answers, support, and experts.
245-
* File an Azure support incident. Go to the [Azure support site](https://azure.microsoft.com/support/options/) and select **Get Support**.
242+
* Connect with [@AzureSupport](https://twitter.com/azuresupport), the official Microsoft Azure account for improving customer experience. Azure Support connects the Azure community to answers, support, and experts.
243+
* File an Azure support incident. Go to the [Azure support site](https://azure.microsoft.com/support/options/), and select **Get Support**.

0 commit comments

Comments
 (0)