글쓴이가 AZ-103을 따기 위해 연습하는 글이기 때문에 답은 반드시 '더보기' 로 확인해 주셔야 합니다.
글쓴이를 믿었다가 발생하는 참사에 대해서는 책임지지 않습니다..
그럼 시자악~~
Q5.
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.
Q5. Subscription1 이라는 구독이 있다. 고 구독에는 위 표와 같은 리소스 그룹이 있다. RG1 에는 WebApp1이라는 Web App 이 있다. WebApp1 은 서부 유럽에 위치한다. WebApp1 을 리소스 그룹 RG2로 옮겼다고 할 때, 어떤 영향이 있겠는가?
A. WebApp1 에 대한 App Service Plan 이 북부 유럽으로 이동한다. Policy2는 WebApp1에 적용된다. B. WebApp1 에 대한 App Service Plan 은 서부 유럽에 남아있다. Policy2는 WebApp1에 적용된다. C. WebApp1 에 대한 App Service Plan 이 북부 유럽으로 이동한다. Policy1는 WebApp1에 적용된다. D. WebApp1 에 대한 App Service Plan 은 서부 유럽에 남아있다. Policy1는 WebApp1에 적용된다.
일단 Webapp 이란 ? Webapp 은 뭘까 ?
Webapp 은 애저 서버리스 컴퓨팅의 하나로.. 서버를 관리할 필요 없이 Web 서비스만 제공하는 것.
웹서비스를만드는거기때문에당연히웹 URL 을가짐
이름을 azurewebapp 으로하면 azurewebapp.azure.com 이런식으로 구성 됨.
App Service Plan 은,
App service 에서 앱은 항상 App Service plan으로 실행 된다고 한다. App service plan 은 실행할 Webapp 에 대한 컴퓨팅 리소스 세트를 정의한다.
WebApp 리소스가 RG2로 이동했기 때문에 Policy2 의 적용을 받을 듯하다. 요러면 답은 A, B 중에 하난데..
답은 B이다. 사이트에서 보니 답을 B, D 중에서 헷갈려 하는 사람이 많다. App service plan 은 별개로 보는 게 꽤 당연한 것인듯..
Q6. You have an Azure subscription that contains a resource group named RG1. RG1 contains 100 virtual machines. Your company has three cost centers named Manufacturing, Sales, and Finance. You need to associate each virtual machine to a specific cost center. What should you do?
A. Configure locks for the virtual machine. B. Add an extension to the virtual machines. C. Assign tags to the virtual machines. D. Modify the inventory settings of the virtual machine.
Q6. RG1이라는 리소스 그룹을 포함하는 Azure 구독이 있으며 RG1에는 100개의 VM이 포함되어 있으며, 나의 회사에는 제조, 판매, 재무라는 세 개의 비용 센터가 있다. 각 가상 시스템을 특정 비용 센터에 연결해야 한다면 어떻게 해야 할까?
A. VM의 잠금을 구성 B. VM에 extension을 추가 C. VM 에 태그를 할당 D. VM의 inventory setting 을 수정
사실 태그의 경우는 실제 업무에서 쓰는 건 봤는데 정확히 어떤 의미로 사용하는건지 잘 몰랐음.
오히려 이 문제를 보고 태그를 이렇게 쓰는 거구나 하고 깨달았달까 ㅋ
태그는 이름-값 쌍으로 이루어져 있으며 (Json 형식인 것처럼 사용하면 되는 듯)
태그를 사용하면 Azure 리소스, 리소스 그룹, 구독을 논리적 분류로 구성할 수 있다.
즉 Azure 리소스에 Tag를 설정해서 워크로드별, 부서별 비용 모니터링 같은 게 가능해지는 것.
Q7. Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have an Azure subscription named Subscription1. Subscription1 contains a resource group named RG1. RG1 contains resources that were deployed by using templates. You need to view the date and time when the resources were created in RG1. Solution: From the Subscriptions blade, you select the subscription, and then click Programmatic deployment. Does this meet the goal?
A. Yes B. No
Q7. 이건 시리즈 퀘스쳔임 ~ 어떤건 정답이 두개 이상이고 어떤건 한개도 읎음 ~ 한번에 잘 고르셈 다시 못품 ~~
나는 Subscription1이라는 이름의 Azure 구독이 있다. Subscription1에는 RG1이라는 이름의 리소스 그룹이 포함되어 있으며, RG1에는 템플릿을 사용하여 배포된 리소스가 포함되어 있다. 나는 RG1에서 리소스가 생성된 날짜와 시간을 볼 필요가 있다.
해결책: 구독 블레이드에서 구독을 선택한 다음 프로그래밍 방식 배포를 누르십시오. 이것이 목표에 부합하는가?