Skip to content

Commit 2c7a112

Browse files
authored
Merge pull request #48645 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 31320fc + 5da4640 commit 2c7a112

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/service-fabric-mesh/service-fabric-mesh-tutorial-create-dotnetcore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ This minimal data context populates some sample to-do items and provides access
223223

224224
### Add a controller
225225

226-
A default controller, which handles the HTPP requests and creates the HTTP response, was provided by the template when the **ToDoService** project was created. In the **Solution Explorer**, under **ToDoService**, open the **Controllers** folder to see the **ValuesController.cs** file.
226+
A default controller, which handles the HTTP requests and creates the HTTP response, was provided by the template when the **ToDoService** project was created. In the **Solution Explorer**, under **ToDoService**, open the **Controllers** folder to see the **ValuesController.cs** file.
227227

228228
Right-click **ValuesController.cs** and then **Rename**. Rename the file to `ToDoController.cs`. If a prompt appears to rename all references, click **Yes**.
229229

articles/service-health/resource-health-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Resource health is a service designed to help you diagnose and mitigate Azure se
5959
## Where do I find Resource Health?
6060
After you log in to the Azure portal, there are multiple ways you can access Resource Health:
6161
- Navigate to your resource. In the left-hand navigation, select **Resource health**
62-
- Go to the Azure Monitor blade. In the left-hand navigation, select **Resource health**.
62+
- Go to the Azure Service Health blade. In the left-hand navigation, select **Resource health**.
6363
- Open the **Help + Support** blade by selecting the question mark in the upper right corner of the portal and then selecting **Help + Support**. Once the blade opens, select **Resource health**
6464

6565
You can also use the Resource Health API to obtain information about the health of your resources.

articles/vpn-gateway/vpn-gateway-highlyavailable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You can use multiple VPN devices from your on-premises network to connect to you
4040

4141
This configuration provides multiple active tunnels from the same Azure VPN gateway to your on-premises devices in the same location. There are some requirements and constraints:
4242

43-
1. You need to create multiple S2S VPN connections from your VPN devices to Azure. When you connect multiple VPN devices from the same on-premises network to Azure, you need to create one local network gateway for each VPN device, and one connection from your Azure VPN gateway to the local network gateway.
43+
1. You need to create multiple S2S VPN connections from your VPN devices to Azure. When you connect multiple VPN devices from the same on-premises network to Azure, you need to create one local network gateway for each VPN device, and one connection from your Azure VPN gateway to each local network gateway.
4444
2. The local network gateways corresponding to your VPN devices must have unique public IP addresses in the "GatewayIpAddress" property.
4545
3. BGP is required for this configuration. Each local network gateway representing a VPN device must have a unique BGP peer IP address specified in the "BgpPeerIpAddress" property.
4646
4. The AddressPrefix property field in each local network gateway must not overlap. You should specify the "BgpPeerIpAddress" in /32 CIDR format in the AddressPrefix field, for example, 10.200.200.254/32.

0 commit comments

Comments
 (0)