Skip to content

Commit 8d41046

Browse files
authored
Merge pull request #102884 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/Microsoft/azure-docs (branch master)
2 parents 3cc0593 + dbbb115 commit 8d41046

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

articles/load-balancer/load-balancer-monitor-log.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ This log is only generated if you've enabled it on a per load balancer basis as
151151

152152
The JSON output shows in the properties field the basic information for the probe health status. The *dipDownCount* property shows the total number of instances on the back-end, which are not receiving network traffic because of failed probe responses.
153153

154-
### View and analyze the audit log
154+
### View and analyze the activity log
155155

156-
You can view and analyze audit log data using any of the following methods:
156+
You can view and analyze activity log data using any of the following methods:
157157

158-
* **Azure tools:** Retrieve information from the audit logs through Azure PowerShell, the Azure Command Line Interface (CLI), the Azure REST API, or the Azure portal. Step-by-step instructions for each method are detailed in the [Audit operations with Resource Manager](../azure-resource-manager/management/view-activity-logs.md) article.
158+
* **Azure tools:** Retrieve information from the activity log through Azure PowerShell, the Azure Command Line Interface (CLI), the Azure REST API, or the Azure portal. Step-by-step instructions for each method are detailed in the [Audit operations with Resource Manager](../azure-resource-manager/management/view-activity-logs.md) article.
159159
* **Power BI:** If you don't already have a [Power BI](https:// .microsoft.com/pricing) account, you can try it for free. Using the [Azure Audit Logs content pack for Power BI](https:// .microsoft.com/documentation/ -content-pack-azure-audit-logs), you can analyze your data with pre-configured dashboards, or you can customize views to suit your requirements.
160160

161161
### View and analyze the health probe and event log

articles/load-balancer/load-balancer-troubleshoot.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ ms.author: allensu
1717

1818
# Troubleshoot Azure Load Balancer
1919

20-
This page provides troubleshooting information for common Azure Load Balancer questions. When the Load Balancer connectivity is unavailable, the most common symptoms are as follows:
20+
This page provides troubleshooting information for Basic and Standard common Azure Load Balancer questions. For more information about Standard Load Balancer, see [Standard Load Balancer overview](https://docs.microsoft.com/azure/load-balancer/load-balancer-standard-diagnostics).
21+
22+
When the Load Balancer connectivity is unavailable, the most common symptoms are as follows:
23+
2124
- VMs behind the Load Balancer are not responding to health probes
2225
- VMs behind the Load Balancer are not responding to the traffic on the configured port
2326

articles/private-link/create-private-link-service-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Get details about your private link service with [Get-AzPrivateLinkService](/pow
105105
$pls = Get-AzPrivateLinkService -Name $plsName -ResourceGroupName $rgName
106106
```
107107

108-
At this stage, your Private Link Service is successfully created and is ready to receive the traffic. Note that above example is only to demonstrate creating Private Link Service using PowerShell. We haven't configured the load balancer backend pools or any application on the backend pools to listen to the traffic. If you want to see end to end traffic flows, you can strongly advised to configure your application behind your standard load balancer.
108+
At this stage, your Private Link Service is successfully created and is ready to receive the traffic. Note that above example is only to demonstrate creating Private Link Service using PowerShell. We haven't configured the load balancer backend pools or any application on the backend pools to listen to the traffic. If you want to see end to end traffic flows, you are strongly advised to configure your application behind your standard load balancer.
109109

110110
Next we will demonstrate how to map this service to a private endpoint in different VNet using PowerShell. Again, the example is limited to creating the Private Endpoint and connecting to Private Link Service created above. You can create Virtual Machines in the Virtual Network to send/receive traffic to the private endpoint for building your scenario.
111111

articles/virtual-machines/workloads/sap/high-availability-guide-standard-load-balancer-outbound-connections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,11 @@ To allow pacemaker to communicate with the Azure management API, perform the fol
198198
- SUSE
199199
```
200200
# Place the cluster in maintenance mode
201-
sudo pcs property set maintenance-mode=true
201+
sudo crm configure property maintenance-mode=true
202202
#Restart on all nodes
203203
sudo systemctl restart pacemaker
204204
# Take the cluster out of maintenance mode
205-
sudo pcs property set maintenance-mode=false
205+
sudo crm configure property maintenance-mode=true
206206
```
207207
208208
- Red Hat

0 commit comments

Comments
 (0)