You have an Azure subscription named Subscription1. Subscription1 contains the resource groups in the following table.

RG1 has a web app named WebApp1. WebApp1 is located in West Europe.
You move WebApp1 to RG2.
What is the effect of the move?
You have an Azure subscription named Subscription1. Subscription1 contains the resource groups in the following table.
RG1 has a web app named WebApp1. WebApp1 is located in West Europe.
You move WebApp1 to RG2.
What is the effect of the move?
The logical move of WebApp1 to another resource group (RG2) does not change the physical location of its App Service plan. Therefore, the App Service plan for WebApp1 remains in West Europe. However, the policies applied to WebApp1 will change according to the policies in the new resource group. Therefore, Policy2 will apply to WebApp1 after the move.
Correct Ans.