Skip to content

Commit c03f680

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into encBug
2 parents 66ca260 + 49f8a82 commit c03f680

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/app-service/networking/private-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can use Private Endpoint for your Azure Web App to allow clients located in
2121

2222
Using Private Endpoint for your Web App enables you to:
2323

24-
- Secure your Web App by configuring the Service Endpoint, eliminating public exposure.
24+
- Secure your Web App by configuring the Private Endpoint, eliminating public exposure.
2525
- Securely connect to Web App from on-premises networks that connect to the VNet using a VPN or ExpressRoute private peering.
2626

2727
If you just need a secure connection between your VNet and your Web App, a Service Endpoint is the simplest solution. If you also need to reach the web app from on-premises through an Azure gateway, a regionally peered VNet or a globally peered VNet, Private Endpoint is the solution.

articles/machine-learning/how-to-manage-quotas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Available resources:
5656

5757
+ Clusters per region have a default limit of 200. These are shared between a training cluster and a compute instance (which is considered as a single node cluster for quota purposes). Contact Azure support if you want to request an increase beyond this limit.
5858

59-
+ There are **other strict limits that cannot be exceeded once hit.
59+
+ There are other strict limits that cannot be exceeded once hit.
6060

6161
| **Resource** | **Maximum limit** |
6262
| --- | --- |

articles/vpn-gateway/vpn-gateway-p2s-advertise-custom-routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To advertise custom routes, use the `Set-AzVirtualNetworkGateway cmdlet`. The fo
3535
Set-AzVirtualNetworkGateway -VirtualNetworkGateway $gw -CustomRoute 13.88.144.250/32
3636
```
3737
38-
3. To add multiple custom routes, use a coma and spaces to separate the addresses. For example:
38+
3. To add multiple custom routes, use a comma and spaces to separate the addresses. For example:
3939
4040
```azurepowershell-interactive
4141
Set-AzVirtualNetworkGateway -VirtualNetworkGateway $gw -CustomRoute x.x.x.x/xx , y.y.y.y/yy

0 commit comments

Comments
 (0)