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?
A.
The App Service plan for WebApp1 moves to North Europe. Policy2 applies to WebApp1.
B.
The App Service plan for WebApp1 remains in West Europe. Policy2 applies to WebApp1.
C.
The App Service plan for WebApp1 moves to North Europe. Policy1 applies to WebApp1.
D.
The App Service plan for WebApp1 remains in West Europe. Policy1 applies to WebApp1.
Suggested Answer:B🗳️
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. The region in which your app runs is the region of the App Service plan it's in. However, you cannot change an App Service plan's region. References: https://docs.microsoft.com/en-us/azure/app-service/app-service-plan-manage
The given answer is correct. There is a change button adjacent to the resource group when you open the app service pane....from there you can change the resource group to another resource group in a different region...I tested this
Answer B: App Service resources are region-specific and can't be moved across regions. You must create a copy of your existing App Service resources in the target region, then move your content over to the new app
Yes, Not your whole app gets shifted to different region if changes are done in Resource Group. Yes, The Same Policies are applied to your WebApp of your changed Resource Group.
Answer B is correct. To make it easier that all the data about WebAPP1 is storaged in the region of West Europe with RG1, if here got a RG4 in region of West Europe as well that WebAPP1 can be moved to RG4 (the data storage won't change but a link pointed to RG4). However, to move WebAPP1 to another region from West Europe to North Europe is same similar as from RG1 to RG4 that is a link pointed to North Europe but the data is still storaged at West Europe. Therefore, the APP service won't change but policy change to policy2. If want to move all WebAPP1 to North Europe, here should use 'colone' function to have a copy of WebAPP1. Hope this might be helpful.
The region in which your app runs is the region of the App Service plan it's in. However, you cannot change an App Service plan's region. If you want to run your app in a different region, one alternative is app cloning. Cloning makes a copy of your app in a new or existing App Service plan in any region.
Did I get this right now..:
Basically you cannot "move" App services between regions but MS gives explanation for "moving" - by cloning.
Ref.: https://docs.microsoft.com/en-us/azure/app-service/app-service-web-app-cloning
$destapp = New-AzWebApp -ResourceGroupName DestinationAzureResourceGroup -Name dest-webapp -Location "North Central US" -AppServicePlan DestinationAppServicePlan -SourceWebApp $srcapp
So we need to assume that this happened here when they say, the Web App was "moved"!(?)
Then the anwser is right:
The App SERVICE PLAN cannot move, stays in Region1.
The WebApp was moved to new region so new Policy applies.
Is this correct..?
Can anyone please explain the relation with policy? I know the webapp cannot moved to different region but clone. webapp is hosted on web service plan. But I cannot see the relation to the policy. Please help by explaining.
Am I the only one thinking A?
I cannot directly move the app, but I can clone it (creating a new webapp1 in new region and in new plan) then delete the old one... In this case the new app will get the new plan and the new policy... Anyways the question is not clear in my oppinion.
This section is not available anymore. Please use the main Exam Page.AZ-103 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Nhan
Highly Voted 5 years, 2 months ago[Removed]
Highly Voted 5 years, 1 month agotashakori
Most Recent 1 year, 3 months agokilowd
3 years, 1 month agoDeyvessh
4 years agoZUMY
4 years, 3 months agoI
4 years, 4 months agomikewallace8372
4 years, 5 months agoaryise
4 years, 6 months agoThanveer
4 years, 7 months agoThi
4 years, 7 months agosjccde
4 years, 8 months agoForgive
4 years, 9 months agoMustaqueem
4 years, 9 months agoAzure4Jahid
4 years, 9 months agosurya_lolla
4 years, 10 months agohstorm
4 years, 10 months ago