Skip to content

Commit 7900921

Browse files
authored
Merge pull request #288140 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents ddab9c8 + 74ab0b2 commit 7900921

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/app-service/app-service-plan-manage.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ You can create an empty App Service plan, or you can create a plan as part of ap
5050

5151
## Move an app to another App Service plan
5252

53-
You can move an app to another App Service plan, as long as the source plan and the target plan are in the _same resource group and geographical region and of the same OS type_. Any change in type, such as Windows to Linux or any type that's different from the originating type, isn't supported.
53+
You can move an app to another App Service plan, as long as the source plan and the target plan are in the _same resource group and geographical region and of the same OS type_. Any change in type, such as Windows to Linux or any type that's different from the originating type, isn't supported.
54+
55+
Any VNET integration configured on the app must be disabled prior to changing App Service plans.
5456

5557

5658
> [!NOTE]

articles/nat-gateway/troubleshoot-nat-connectivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ NAT gateway is deployed in your Azure virtual network but unexpected IP addresse
183183

184184
* It isn't necessary to reboot a virtual machine in a subnet configured to NAT gateway. However, if a virtual machine is rebooted, the connection state is flushed. When the connection state is flushed, all connections begin using the NAT gateway resource's IP address or addresses. This behavior is a side effect of the virtual machine reboot and not an indicator that a reboot is required.
185185

186-
* If you're still having trouble, [open a support case](#more-troubleshooting-guidance) for further troubleshooting.
186+
* If your investigation is inconclusive, open a support case to [further troubleshoot](#more-troubleshooting-guidance).
187187

188188
* Custom routes directing 0.0.0.0/0 traffic to an NVA will take precedence over NAT gateway for routing traffic to the internet. To have NAT gateway route traffic to the internet instead of the NVA, [remove the custom route](/azure/virtual-network/manage-route-table#delete-a-route) for 0.0.0.0/0 traffic going to the virtual appliance. The 0.0.0.0/0 traffic resumes using the default route to the internet and NAT gateway is used instead.
189189

0 commit comments

Comments
 (0)