Microsoft Developing Solutions for Microsoft Azure (AZ-203 Korean Version) - AZ-203 Korean무료 덤프문제 풀어보기

C #을 사용하여 Azure App Service 호스팅 ASP.NET Core API 앱을 개발 중입니다. API 앱을 통해 사용자는 Twitter 및 Azure AD (Azure Active Directory)를 사용하여 인증 할 수 있습니다.
API 메소드를 호출하기 전에 사용자를 인증해야합니다. 각 메소드 호출에 대한 사용자 이름을 기록해야합니다.
API 메소드 호출을 구성해야합니다.
어떤 값을 사용해야합니까? 답변하려면 답변 영역에서 적절한 옵션을 선택하십시오.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
정답:

Explanation

+ Explanation:
Box 1: Authorize
Box 2: X-MS-CLIENT-PRINCIPAL-NAME
App Service passes user claims to your application by using special headers. External requests aren't allowed to set these headers, so they are present only if set by App Service. Some example headers include:
X-MS-CLIENT-PRINCIPAL-NAME
X-MS-CLIENT-PRINCIPAL-ID
Here's the set of headers you get from Easy Auth for a Twitter authenticated user:
{
"cookie": "AppServiceAuthSession=Lx43...xHDTA==",
"x-ms-client-principal-name": "evilSnobu",
"x-ms-client-principal-id": "35....",
"x-ms-client-principal-idp": "twitter",
"x-ms-token-twitter-access-token": "35...Dj",
"x-ms-token-twitter-access-token-secret": "OK3...Jx",
}
References:
https://docs.microsoft.com/en-us/azure/app-service/app-service-authentication-how-to
참고 :이 질문은 동일한 시나리오를 나타내는 일련의 질문 중 일부입니다. 시리즈의 각 질문에는 고유 한 솔루션이 포함되어 있습니다. 솔루션이 명시된 목표를 충족하는지 확인하십시오.
공급 업체 알림 요구 사항을 충족해야합니다.
솔루션 : Azure API Management 인스턴스에서 알림을 구성하십시오.
솔루션이 목표를 달성합니까?

정답: A
설명: (Fast2test 회원만 볼 수 있음)
외부 파트너의 보안 요구 사항을 충족해야합니다.
어떤 Azure Active Directory 기능을 사용해야합니까?
답변하려면 답변 영역에서 적절한 옵션을 선택하십시오.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
정답:

Explanation

Box 1: B2B
Scenario: External partners must use their own credentials and authenticate with their organization's identity management solution.
Azure Active Directory (Azure AD) business-to-business (B2B) collaboration lets you securely share your company's applications and services with guest users from any other organization, while maintaining control over your own corporate data. Work safely and securely with external partners, large or small, even if they don't have Azure AD or an IT department. A simple invitation and redemption process lets partners use their own credentials to access your company's resources. Developers can use Azure AD business-to-business APIs to customize the invitation process or write applications like self-service sign-up portals.
Box 2: Access Review
Scenario: External partner logins must be audited monthly for application use by a user account administrator to maintain company compliance.
Azure Active Directory (Azure AD) Access Reviews enable organizations to efficiently manage group memberships, access to enterprise applications, and role assignments.
Administrators can use Azure Active Directory (Azure AD) to create an access review for group members or users assigned to an application. Azure AD automatically sends reviewers an email that prompts them to review access.
References:
https://docs.microsoft.com/en-us/azure/active-directory/b2b/what-is-b2b
Visual Studio를 사용하여 Azure Function App을 개발하고 있습니다. 앱은 Azure Web App에서 입력 한 주문을 처리합니다. 웹 앱은 주문 정보를 Azure Queue Storage에 배치합니다.
아래에 표시된 Azure Function App 코드를 검토해야합니다.

참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
정답:

Explanation

Box 1: No
ExpirationTime - The time that the message expires.
InsertionTime - The time that the message was added to the queue.
Box 2: Yes
maxDequeueCount - The number of times to try processing a message before moving it to the poison queue.
Default value is 5.
Box 3: Yes
When there are multiple queue messages waiting, the queue trigger retrieves a batch of messages and invokes function instances concurrently to process them. By default, the batch size is 16. When the number being processed gets down to 8, the runtime gets another batch and starts processing those messages. So the maximum number of concurrent messages being processed per function on one virtual machine (VM) is 24.
Box 4: Yes
References:
https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-queue
섹션 번호 : 148
참고 :이 질문은 동일한 시나리오를 나타내는 일련의 질문 중 일부입니다. 시리즈의 각 질문에는 명시된 목표를 달성할수 있는 고유한 솔루션이 포함되어 있습니다. 일부 질문 세트에는 둘 이상의 올바른 솔루션이 있을 수 있지만 다른 질문 세트에는 올바른 솔루션이 없을 수 있습니다.
이 질문에 대한 질문에 답변한 후에는 질문으로 돌아올 수 없습니다. 결과적으로 이러한 질문은 검토 화면에 나타나지 않습니다.
AKS (Azure Kubernetes Service) 클러스터에 배포할 솔루션을 개발 중입니다. 솔루션에는 사용자 지정 VNet, Azure Container Registry 이미지 및 Azure Storage 계정이 포함됩니다.
이 솔루션은 AKS 클러스터 내의 모든 Azure 리소스를 동적으로 만들고 관리할수 있어야 합니다.
Azure API와 함께 사용하려면 AKS 클러스터를 구성해야 합니다.
솔루션 : 네트워크 정책을 지원하는 AKS 클러스터를 작성하십시오. 정의된 네임 스페이스 내에서만 트래픽을 허용하도록 네트워크를 만들고 적용하십시오.
솔루션이 목표를 달성합니까?

정답: B
설명: (Fast2test 회원만 볼 수 있음)
Azure Search 인덱서의 구성을 확인하고 있습니다.
서비스는 데이터 가져 오기 옵션을 사용하는 인덱서로 구성되었습니다. 색인은 색인 구성 전시회에 표시된 옵션을 사용하여 구성됩니다. (인덱스 구성 탭을 클릭하십시오.)

가져 오기 작업의 데이터 소스로 Azure 테이블을 사용합니다. 테이블에는 스토리지 데이터 전시회의 필드와 일치하는 항목 재고 데이터가있는 세 개의 레코드가 있습니다. 이 레코드는 인덱스를 만들 때 가져 왔습니다. (저장소 데이터 탭을 클릭하십시오.) 사용자가 필터없이 검색하면 세 개의 레코드가 모두 표시됩니다.

사용자가 설명별로 항목을 검색하면 검색 탐색기가 레코드를 리턴하지 않습니다. 검색 탐색기 전시회에는 테스트에 대한 쿼리 및 결과가 표시됩니다. 테스트에서 사용자는 bag이라는 단어가 포함 된 설명이있는 테이블의 모든 항목을 검색하려고합니다. (검색 탐색기 탭을 클릭하십시오.)

문제를 해결해야합니다.
다음 각 명령문에 대해 명령문이 참이면 예를 선택하십시오. 그렇지 않으면 아니오를 선택하십시오.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
정답:

Explanation

Box 1: Yes
The ItemDescription field in not searchable.
Box 2: No
The ItemDescription field in not searchable, but we would need to recreate the index.
Box 3: Yes
An indexer in Azure Search is a crawler that extracts searchable data and metadata from an external Azure data source and populates an index based on field-to-field mappings between the index and your data source.
This approach is sometimes referred to as a 'pull model' because the service pulls data in without you having to write any code that adds data to an index.
Box 4: No
References:
https://docs.microsoft.com/en-us/azure/search/search-what-is-an-index
https://docs.microsoft.com/en-us/azure/search/search-indexer-overview
Fourth Coffee에는 Docker에서 실행되는 ASP.NET Core 웹 앱이 있습니다. 앱이 www.fourthcoffee.com 도메인에 매핑되었습니다.
Fourth Coffee는이 응용 프로그램을 Azure로 마이그레이션하고 있습니다.
이 도커 이미지를 호스팅하고 사용자 지정 도메인을 App Service 웹앱에 매핑하려면 App Service 웹앱을 프로비저닝해야합니다.
이름이 FourthCoffeePublicWebResourceGroup 인 자원 그룹이 WestService region에 작성되었으며 AppServiceLinuxDockerPlan이라는 App Service Plan이 포함되어 있습니다.
솔루션 개발에 CLI 명령을 사용해야하는 순서는 무엇입니까? 응답하려면 모든 Azure CLI 명령을 명령 목록에서 응답 영역으로 이동하고 올바른 순서로 정렬하십시오.
정답:

Explanation

Step 1: #bin/bash
The appName is used when the webapp-name is created in step 2.
Step 2: az webapp config hostname add
The webapp-name is used when the webapp is created in step 3.
Step 3: az webapp create
Create a web app. In the Cloud Shell, create a web app in the myAppServicePlan App Service plan with the az webapp create command.
Step : az webapp confing container set
In Create a web app, you specified an image on Docker Hub in the az webapp create command. This is good enough for a public image. To use a private image, you need to configure your Docker account ID and password in your Azure web app.
In the Cloud Shell, follow the az webapp create command with az webapp config container set.
References:
https://docs.microsoft.com/en-us/azure/app-service/containers/tutorial-custom-docker-image
Azure Blob Storage 컨테이너에 저장된 사진을 관리하는 데 사용할 수있는 ASP.NET Core 웹 사이트를 개발 중입니다.
웹 사이트 사용자는 Azure AD (Azure Active Directory) 자격 증명을 사용하여 인증합니다.
사진을 저장하는 컨테이너에 RBAC (역할 기반 액세스 제어) 역할 권한을 구현합니다. RBAC 역할에 사용자를 지정합니다.
사용자의 권한을 Azure Blob 컨테이너와 함께 사용할 수 있도록 웹 사이트의 Azure AD 응용 프로그램을 구성해야합니다.
응용 프로그램을 어떻게 구성해야합니까? 응답하려면 적절한 설정을 올바른 위치로 드래그하십시오. 각 설정은 한 번, 한 번 이상 또는 전혀 사용되지 않을 수 있습니다. 분할 창을 분할 창간에 드래그하거나 스크롤하여 컨텐츠를 볼 수 있습니다.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
정답:

Explanation

Box 1: user_impersonation
Box 2: delegated
Example:
* Select the API permissions section
* Click the Add a permission button and then:Ensure that the My APIs tab is selected
* In the list of APIs, select the API TodoListService-aspnetcore.
* In the Delegated permissions section, ensure that the right permissions are checked: user_impersonation.
* Select the Add permissions button.
Box 3: delegated
Example
* Select the API permissions section
* Click the Add a permission button and then,Ensure that the Microsoft APIs tab is selected
* In the Commonly used Microsoft APIs section, click on Microsoft Graph
* In the Delegated permissions section, ensure that the right permissions are checked: User.Read. Use the search box if necessary.
* Select the Add permissions button
References:
https://docs.microsoft.com/en-us/samples/azure-samples/active-directory-dotnet-webapp-webapi-openidconnect-
여러 컨테이너를 사용하는 AKS (Azure Kubernetes Services) 클러스터를 배포하고 있습니다.
클러스터를 작성하고 컨테이너 서비스가 올바르게 구성되어 사용 가능한지 확인해야합니다.
솔루션을 개발하기 위해 어떤 4 가지 명령을 사용해야합니까? 응답하려면 명령 세그먼트 목록에서 해당 명령 세그먼트를 응답 영역으로 이동하고 올바른 순서로 정렬하십시오.
정답:

Explanation

Step 1: az group create
Create a resource group with the az group create command. An Azure resource group is a logical group in which Azure resources are deployed and managed.
Example: The following example creates a resource group named myAKSCluster in the eastus location.
az group create --name myAKSCluster --location eastus
Step 2 : az aks create
Use the az aks create command to create an AKS cluster.
Step 3: kubectl apply
To deploy your application, use the kubectl apply command. This command parses the manifest file and creates the defined Kubernetes objects.
Step 4: az aks get-credentials
Configure it with the credentials for the new AKS cluster. Example:
az aks get-credentials --name aks-cluster --resource-group aks-resource-group References:
https://docs.bitnami.com/azure/get-started-aks/
Azure Cosmos DB를 구성해야합니다.
어떤 설정을 사용해야합니까? 답변하려면 답변 영역에서 적절한 옵션을 선택하십시오.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
정답:

Explanation

Box 1: Strong
When the consistency level is set to strong, the staleness window is equivalent to zero, and the clients are guaranteed to read the latest committed value of the write operation.
Scenario: Changes to the Order data must reflect immediately across all partitions. All reads to the Order data must fetch the most recent writes.
Note: You can choose from five well-defined models on the consistency spectrum. From strongest to weakest, the models are: Strong, Bounded staleness, Session, Consistent prefix, Eventual Box 2: SQL Scenario: You identify the following requirements for data management and manipulation:
Order data is stored as nonrelational JSON and must be queried using Structured Query Language (SQL).
참고 :이 질문은 동일한 시나리오를 나타내는 일련의 질문 중 일부입니다. 시리즈의 각 질문에는 고유 한 솔루션이 포함되어 있습니다. 솔루션이 명시된 목표를 충족하는지 확인하십시오.
여러 ASP.Net 웹 응용 프로그램을 개발하고 Azure App Service에 배포하고 있습니다. 세션 상태 정보 및 HTML 출력을 저장하려고합니다. 다음 요구 사항이있는 스토리지 메커니즘을 사용해야합니다.
모든 ASP.NET 웹 응용 프로그램에서 세션 상태 공유
* 여러 독자 및 단일 작성자를 위해 동일한 세션 상태 데이터에 대한 제어 된 동시 액세스 지원
* 동시 요청에 대한 전체 HTTP 응답 저장
정보를 저장해야합니다.
제안 된 솔루션 : 웹 애플리케이션을 Docker 컨테이너에 추가하십시오. 컨테이너를 배포하십시오. 컨테이너를 AKS (Azure Kubernetes Service)에 배포합니다.
솔루션이 목표를 달성합니까?

정답: A
설명: (Fast2test 회원만 볼 수 있음)
참고 :이 질문은 동일한 시나리오를 나타내는 일련의 질문 중 일부입니다. scries의 각 질문에는 명시된 목표를 달성 할 수있는 고유 한 솔루션이 포함되어 있습니다. 일부 질문 세트에는 둘 이상의 올바른 솔루션이있을 수 있지만 다른 질문 세트에는 올바른 솔루션이 없을 수 있습니다.
이 섹션의 질문에 대답 한 후에는 해당 질문으로 돌아올 수 없습니다. 결과적으로 이러한 질문은 검토 화면에 나타나지 않습니다.
Margie 's Travel은 국제 여행 및 예약 관리 서비스입니다. 이 회사는 식당 예약으로 확장하고 있습니다. 솔루션에 나열된 레스토랑에 대해 Azure 검색을 구현해야합니다.
Azure Search에서 인덱스를 만듭니다.
Azure Search .NET SDK를 사용하여 레스토랑 데이터를 Azure Search 서비스로 가져와야합니다.
해결책:
1. SearchlndexClient 개체를 만들어 검색 인덱스에 연결합니다.
2. 추가해야하는 문서가 포함 된 DataContainer를 작성하십시오.
3. DataSource 인스턴스를 만들고 해당 컨테이너 속성을 DataContamer로 설정합니다.
4 SearchlndexClient의 Documents.Suggest 메소드를 호출하고 DataSource를 전달합니다.
솔루션이 목표를 달성합니까?

정답: A
인증 이벤트 정책에 따라 인증 이벤트가 트리거되고 처리되는지 확인해야 합니다.
어떻게 해야 합니까?

정답: A
설명: (Fast2test 회원만 볼 수 있음)
Azure Table Storage를 사용하여 응용 프로그램에 대한 고객 정보를 저장합니다. 데이터에는 고객 세부 정보가 포함되며 성으로 분할됩니다. 이름이 Smith 인 모든 고객을 반환하는 쿼리를 만들어야합니다. 어떤 코드 세그먼트를 사용해야합니까?

정답: D
설명: (Fast2test 회원만 볼 수 있음)

우리와 연락하기

문의할 점이 있으시면 메일을 보내오세요. 12시간이내에 답장드리도록 하고 있습니다.

근무시간: ( UTC+9 ) 9:00-24:00
월요일~토요일

서포트: 바로 연락하기 

English Deutsch 繁体中文 日本語