Skip to content

Commit a0de983

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into sizing
2 parents 58c1c8c + 9189693 commit a0de983

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-monitor/insights/solution-office-365.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ ms.date: 01/08/2019
102102
>
103103
> ### Q: What will happen on March 30? Do I need to offboard beforehand?
104104
>
105-
> - You won’t be able to receive data from the **Office365** solution, and it will be removed from any workspaces where it's installed. The solution will no longer be available in the Marketplace
105+
> - You won’t be able to receive data from the **Office365** solution. The solution will no longer be available in the Marketplace
106106
> - For Azure Sentinel customers, the Log Analytics workspace solution **Office365** will be included in the Azure Sentinel **SecurityInsights** solution.
107107
> - If you don’t offboard your solution manually, your data will be disconnected automatically on March 30.
108108
>

articles/load-balancer/quickstart-create-standard-load-balancer-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ $rule = New-AzLoadBalancerRuleConfig `
100100

101101
### Create the NAT rules
102102

103-
Create NAT rules with [Add-AzLoadBalancerRuleConfig](/powershell/module/az.network/new-azloadbalancerinboundnatruleconfig). The following example creates NAT rules named *myLoadBalancerRDP1* and *myLoadBalancerRDP2* to allow RDP connections to the back-end servers with port 4221 and 4222:
103+
Create NAT rules with [New-AzLoadBalancerInboundNatRuleConfig](/powershell/module/az.network/new-azloadbalancerinboundnatruleconfig). The following example creates NAT rules named *myLoadBalancerRDP1* and *myLoadBalancerRDP2* to allow RDP connections to the back-end servers with port 4221 and 4222:
104104

105105
```azurepowershell
106106
$natrule1 = New-AzLoadBalancerInboundNatRuleConfig `

0 commit comments

Comments
 (0)