マイクロソフトの未経験者でも、Microsoft Specialist: Microsoft Azure資格取得できますか?
Microsoft Azure資格を取得したかったら、Passexamの70-533問題集と一緒に勉強するのは必要と思います。
PassexamのMicrosoft Specialist: Microsoft Azure資格70-533問題集を使用すれば、きっと試験に合格することができます。
弊社のMicrosoft Specialist: Microsoft Azure資格70-533参考書を利用すれば、短時間の準備をしても、高得点で試験に合格することができます。
弊社のMicrosoft Specialist: Microsoft Azure資格70-533試験範囲を97%以上に網羅して一番な試験助手になり8-10時間ぐらいかかるなら、内容を覚えるだけいいです。
弊社のMicrosoft Specialist: Microsoft Azure資格70-533勉強資料はあなたの独自の品質を向上させるだけでなく、完璧な人生価値を実現することも助けます。
Microsoft Specialist: Microsoft Azure資格70-533受験体験記には、下記のとおりです

1.基本的には、Passexamで問題がないと感じた。
Passexamの学習は程ほどに問題を多く解きましょう。

2.Passexamの問題集に出てきた問題と似たものが多かったです。

3.
【試験コード】
70-533

【合格点】
700点

【取得点】
796点

【受験回数】
1回目

【学習期間】
1週間

【問題数】
53

【出題形式 】
単一選択,複数選択,リスト選択(単一),リスト選択(複数),ドラッグ&ドロップ,並べ替え,クリックマップ(画面上をクリックする)

【試験時間】
120分

【参考にしたテキスト/Webサイト】
マイクロソフトアカデミー(Webサイト)
Passexam社問題集

【試験の感想】
最初はちょっと不安もありましたが、実際の試験はびっくりするぐらい模擬にそっくりです。
無事合格することができました。本当にありがとうございました。

70-533試験概要:

試験番号:70-533
試験名称:Microsoft Azure インフラストラクチャ ソリューションの実装
配信開始: 2014 年 9 月 4 日
言語: 英語、日本語
対象者:IT プロフェッショナル
テクノロジ: Microsoft Azure
対応資格: MCP、Microsoft スペシャリスト
受験料:21103円

前回の試験の更新以降、Microsoft Azure のテクノロジに大きな変更が加えられました。現在、こうした変更を反映するために、試験の目標の更新作業を行っています。2016 年 11 月 22 日の時点で、これらの変更はこの試験に反映されています。

70-533受験対象者:

Microsoft Specialist: Microsoft Azure資格70-533試験は、Microsoft Azure にインフラストラクチャ ソリューションを実装した経験がある受験者向けです。また、受験者には、クラウド ソリューションまたはハイブリッド ソリューションを実装および監視した経験と、アプリケーション ライフサイクル管理をサポートした経験が必要です。

70-533試験がカバーする出題分野ならびに各分野の試験問題数に占める割合を以下に示します。

Azure App Service アプリの設計と実装 (15 ~ 20%)
Azure Resource Manager 仮想マシンの作成および管理 (20 ~ 25%)
ストレージ戦略の設計と実装 (20 ~ 25%)
Azure Active Directory の実装 (15-20%)
仮想ネットワークの実装 (10 ~ 15%)
ARM テンプレートの設計とデプロイ (10 ~ 15%)

弊社のMicrosoft Specialist: Microsoft Azure資格70-533練習問題を選ばれば短時間にITの知識を身につけることができて、高い点数をとられます。
弊社のMicrosoft Specialist: Microsoft Azure資格70-533試験材料は一週間に時間ぐらいかかるなら、内容を覚えるだけいいです。
弊社のMicrosoft Specialist: Microsoft Azure資格70-533学習資料を繰り返すことでオラクルとはどういうものかを理解することが出来ます
70-533問題と答えを暗記しただけで、初心者としても10~20時間の独学で、時間が節約します。

1.You migrate a Windows Server .NET web application to Azure Cloud Services.
You need enable trace logging for the application.
Which two actions should you perform? Each correct answer presents part of the solution.
A. Update the service definition file.
B. Update the Azure diagnostics configuration.
C. Update the service configuration file.
D. Enable verbose monitoring.
E. Update the application web.config file.
Answer: A,B

2.You manage a cloud service that is running in two small instances. The cloud service hosts a help desk application. The application utilizes a virtual network connection to synchronize data to the company’s internal accounting system.
You need to reduce the amount of time required for data synchronization.
What should you do?
A. Configure the servers as large instances and re-deploy.
B. Increase the instance count to three.
C. Deploy the application to Azure Web Sites.
D. Increase the processors allocated to the instances.
Answer: A

3.You manage a cloud service that has a web application named WebRole1. WebRole1 writes error messages to the Windows Event Log.
Users report receiving an error page with the following message: “Event 26 has occurred. Contact your system administrator.”
You need to access the WebRole1 event log.
Which three actions should you perform? Each correct answer presents part of the solution.
A. Enable verbose monitoring.
B. Update the WebRole1 web.config file.
C. Update the cloud service definition file and the service configuration file.
D. Run the Set-AzureVMDiagnosticsExtensionPowerShell cmdlet.
E. Run the Enable-AzureWebsiteApplicationDiagnostic PowerShell cmdlet.
F. Create a storage account.
Answer: A,C,F

4.You manage a cloud service that utilizes data encryption.
You need to ensure that the certificate used to encrypt data can be accessed by the cloud service application.
What should you do?
A. Upload the certificate referenced in the application package.
B. Deploy the certificate as part of the application package.
C. Upload the certificate?ˉs public key referenced in the application package.
D. Use RDP to install the certificate.
Answer: A

5.You administer a Windows Server virtual machine (VM).
You upload the VM to Azure.
You need to ensure that you are able to deploy the BGInfo and VMAccess extensions.
What should you do?
A. Select the Install the VM Agent checkbox while provisioning a VM based on your uploaded VHD.
B. Select the Enable the VM Extensions checkbox while provisioning a VM based on your uploaded VHD.
C. Install the VM Agent MSI and execute the following Power Shell commands:$vm = Get-AzureVM -serviceName $svc -Name $name$vm.VM.ProvisionGuestAgent = $trueUpdate-AzureVM -Name Sname -VM $vm.VM -ServiceName $svc
D. Install the VM Agent MSI and execute the following Power Shell commands:$vm = Get-AzureVM -serviceName $svc -Name $nameSet-AzureVMBGInfoExtension -VM $vm.VMSet-AzureVM Access Extension -VM $vm.VMUpdate-AzureVM -Name Sname -VM $vm.VM -ServiceName $svc
Answer: C

6.You manage a cloud service that supports features hosted by two instances of an Azure virtual machine (VM).
You discover that occasional outages cause your service to fail.
You need to minimize the impact of outages to your cloud service.
Which two actions should you perform? Each correct answer presents part of the solution.
A. Deploy a third instance of the VM.
B. Configure Load Balancing on the VMs.
C. Redeploy the VMs to belong to an Affinity Group.
D. Configure the VMs to belong to an Availability Set.
Answer: B,D

7.Your company has two cloud services named CS01 and CS02. You create a virtual machine (VM) in CS02 named Accounts.
You need to ensure that users in CS01 can access the Accounts VM by using port 8080.
What should you do?
A. Create a firewall rule.
B. Configure load balancing.
C. Configure port redirection.
D. Configure port forwarding.
E. Create an end point.
Answer: E

8.You administer a solution deployed to a virtual machine (VM) in Azure. The VM hosts a web service that is used by several applications. You are located in the US West region and have a worldwide user base.
Developers in Asia report that they experience significant delays when they execute the services.
You need to verify application performance from different locations.
Which type of monitoring should you configure?
A. Disk Read
B. Endpoint
C. Network Out
D. CPU
E. Average Response Time
Answer: B

 


70-533試験は、Microsoft Azure にインフラストラクチャ ソリューションを実装した経験がある受験者向けです。
暗記した問題は独習やPassexamのMicrosoft Azure資格70-533問題集を読み直す形で勉強ほうがいいと思います。
最新のMicrosoft Azure資格70-533参考書で9割程度解けて、解説も理解できているレベルであれば合格できると思います。
弊社のMicrosoft Azure資格70-533試験資料を使えば十分短期合格が狙えます。
弊社のMicrosoft Azure資格70-533勉強材料の正解率が90%くらいになり、結果として9割取得し合格することができます。
もし、Microsoft Azure資格70-533学習資料を購入し、試験を受けましたが落ちて場合、アカウントに返金いたします。
Microsoft Azure資格70-533受験記には、下記のとおりです

【試験コード】
70-533

【受験日】
2017/03/29

【合格点】
700点

【取得点】
796点

【受験回数】
1回目

【学習期間】
1週間

【問題数】
53

【出題形式 】
単一選択,複数選択,リスト選択(単一),リスト選択(複数),ドラッグ&ドロップ,並べ替え,クリックマップ(画面上をクリックする)

【試験時間】
120分

【参考にしたテキスト/Webサイト】
マイクロソフトアカデミー(Webサイト)
Passexam社問題集

【試験の感想】
最初はちょっと不安もありましたが、実際の試験はびっくりするぐらい模擬にそっくりです。
無事合格することができました。本当にありがとうございました。

70-533試験名称:

試験名称:Implementing Microsoft Azure Infrastructure Solutions
配信開始: 2014 年 9 月 4 日
言語: 英語、スペイン語、中国語 (簡体字)、中国語 (繁体字)、フランス語、ドイツ語、日本語、ポルトガル語 (ブラジル)、ロシア語
対象者:IT プロフェッショナル
テクノロジ: Microsoft Azure
対応資格: MCP、MCSA、MCSE
試験料:¥21,103.00 JPY

70-533受験対象者:

Microsoft Azure資格70-533試験の受験者には、クラウド ソリューションまたはハイブリッド ソリューションを実装および監視した経験と、アプリケーション ライフサイクル管理をサポートした経験が必要です。

70-533試験の出題範囲となる内容は次のとおりです:

Azure App Service アプリの設計と実装 (15 ~ 20%)
Azure Resource Manager 仮想マシンの作成および管理 (20 ~ 25%)
ストレージ戦略の設計と実装 (20 ~ 25%)
Azure Active Directory の実装 (15-20%)
仮想ネットワークの実装 (10 ~ 15%)
ARM テンプレートの設計とデプロイ (10 ~ 15%)

弊社のMicrosoft Azure資格70-533受験対策で正解までの考え方を含めて理解すれば合格できます。
弊社のMicrosoft Azure資格70-533参考書は試験専門知識を向上させるだけでなく、環境を整えることが実現されます。
高いMicrosoft Azure資格70-533試験材料を使用すると、短時間で高得点を目指せると思います。
受験者は試験を受ける前に弊社のMicrosoft Azure資格70-533勉強材料を使えば、きっとパスことができます。
弊社のMicrosoft Azure資格70-533試験材料を全て金にすれば合格でき、1回だけ問題を解きます。
70-533試験合格取得だけを目指すのであれば、70-533問題と解答を暗記のみで行けると思います。

2.Your network includes a legacy application named LegacyApp1. The application only runs in the
Microsoft .NET 3.5 Framework on Windows Server 2008.
You plan to deploy to Azure Cloud Services.
You need to ensure that LegacyApp1 will run correctly in the new environment.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
A. Upload a VHD with Windows Server 2008 installed.
B. Deploy LegacyApp1 to a cloud service instance configured with Guest OS Family 2.
C. Deploy LegacyApp1 to a cloud service instance configured with Guest OS Family 1.
D. Deploy LegacyApp1 to a cloud service instance configured with Guest OS Family 3.
Answer: A,B
Explanation:
B: Guest OS Family 3 and Guest OS Family 4 supports .NET 4.0 and .Net 4.5.

2.You migrate a Windows Server .NET web application to Azure Cloud Services.
You need enable trace logging for the application.
Which two actions should you perform? Each correct answer presents part of the solution.
A. Update the service definition file.
B. Update the Azure diagnostics configuration.
C. Update the service configuration file.
D. Enable verbose monitoring.
E. Update the application web.config file.
Answer: A,B
Explanation:
A: Step 1 section:
“diagnostics monitor is imported into a role by specifying an Import element with a module Name of
“Diagnostics” in the Imports section of the service definition file”
B: Step 2 explain how to add the diagnostic file in the solution and step 3 how to configure it.
References:
https://msdn.microsoft.com/en-us/library/azure/Dn482131.aspx#BKMK_step5

 


70-533認定試験を通じての大きい難度が悩んでいますか?
初心者は独学で70-533試験に合格したい場合、Passexamの70-533問題集を使用してください。
弊社の70-533学習資料は、試験の内容とは関係なく開発されています。
短期集中で勉強すれば、70-533勉強資料で1週間で十分だと思います。
高品質の70-533試験材料を使用すると、試験知識を見せることができます。
弊社の70-533試験対策は認証試験に参加者に対して30時間ぐらいの短期の育成訓練でらくらくに勉強しているうちに多くの知識を身につけられます。

70-533試験概要:
2016年3月10日時点で、70-533試験は更新を反映しています。
試験番号:70-533
試験名称:Microsoft Azure インフラストラクチャ ソリューションの実装
配信開始: 2014 年 9 月 4 日
言語: 英語、日本語
対象者:IT プロフェッショナル
テクノロジ: Microsoft Azure
対応資格: MCP、Microsoft スペシャリスト
受験料:21103円
注意:最新情報を認識していることを確認するために、Microsoft Specialist: Microsoft Azure資格70-533試験に登録しているすべての受験者がスケジュールされている試験の前にこのページを複数回確認することをお勧めします。

70-533受験対象者:
Microsoft Specialist: Microsoft Azure資格70-533試験は、Microsoft Azure にインフラストラクチャ ソリューションを実装した経験がある受験者向けです。
70-533試験の受験者には、クラウド ソリューションまたはハイブリッド ソリューションを実装および監視した経験と、アプリケーション ライフサイクル管理をサポートした経験が必要です。

70-533出題範囲には、以下のトピックが含まれます
Web アプリの実装 (15-20%)
仮想マシンの実装 (15–20%)
クラウド サービスの実装 (15-20%)
ストレージの実装 (15-20%)
Azure Active Directory の実装 (15-20%)
仮想ネットワークの実装 (15-20%)

高いカバー率のMicrosoft Specialist: Microsoft Azure資格70-533参考書として、多くのお客様があります。
受験者の70-533試験に合格させることができないと、すぐに全額で返金いたします。
最新のMicrosoft Specialist: Microsoft Azure資格70-533(Implementing Microsoft Azure Infrastructure Solutions)試験材料はは一年以内に無料でアップデート版を提供し、一回で合格することを保証いたします。
弊社のMicrosoft Specialist: Microsoft Azure資格70-533テキストをちゃんと読んでいればよかったと、問題読みながら思います。
70-533問題と解答を使用したいでしょうか?

1.Your network includes a legacy application named LegacyApp1. The application only runs in the
Microsoft .NET 3.5 Framework on Windows Server 2008.
You plan to deploy to Azure Cloud Services.
You need to ensure that LegacyApp1 will run correctly in the new environment.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
A. Upload a VHD with Windows Server 2008 installed.
B. Deploy LegacyApp1 to a cloud service instance configured with Guest OS Family 2.
C. Deploy LegacyApp1 to a cloud service instance configured with Guest OS Family 1.
D. Deploy LegacyApp1 to a cloud service instance configured with Guest OS Family 3.
Answer: BC
Explanation:
Guest OS Family 1 and Guest OS Family 2 supports .NET 3.5 and .Net 4.0.
Guest OS Family 3 and Guest OS Family 4 supports .NET 4.0 and .Net 4.5.
Reference: Azure Guest OS Releases and SDK Compatibility Matrix
URL: http://msdn.microsoft.com/en-us/library/azure/ee924680.aspx

2.You migrate a Windows Server .NET web application to Azure Cloud Services.
You need enable trace logging for the application.
Which two actions should you perform? Each correct answer presents part of the solution.
A. Update the service definition file.
B. Update the Azure diagnostics configuration.
C. Update the service configuration file.
D. Enable verbose monitoring.
E. Update the application web.config file.
Answer: A, E
Explanation:http://devproconnections.com/windows-azure-development/how-migrate-web-application-wi
ndows-azure-and-sql-azure

3.You manage a cloud service that is running in two small instances. The cloud service hosts a help desk
application. The application utilizes a virtual network connection to synchronize data to the company’s
internal accounting system.
You need to reduce the amount of time required for data synchronization.
What should you do?
A. Configure the servers as large instances and re-deploy.
B. Increase the instance count to three.
C. Deploy the application to Azure Web Sites.
D. Increase the processors allocated to the instances.
Answer: D

 


2016年3月10日時点で、70-533試験は更新を反映しています。
70-533の難易度はどうですか?
70-533は中級向けの試験ので、難易度が高いと思います。
70-533はオンライン試験なので、自宅で受験することができます。
70-533試験は、Microsoft Azure にインフラストラクチャ ソリューションを実装した経験がある受験者向けです。
Passexamの70-533勉強材料は試験範囲をほぼ網羅しております。
Passexamの70-533問題集を使って、本試験と同じのものを体験することができて、的中率が高いです。
弊社の70-533参考書は一年以内に無料でアップデート版を提供し、一回で合格することを保証いたします。

70-533受験情報:
受験科目:70-533
試験名称:Microsoft Azure インフラストラクチャ ソリューションの実装
合格点:700点
問題数:53
出題形式:単一選択,複数選択,リスト選択(単一),リスト選択(複数),ドラッグ&ドロップ,並べ替え,クリックマップ(画面上をクリックする)
試験時間:120
配信開始: 2014年9月4日
言語: 英語、日本語
対象者:IT プロフェッショナル
テクノロジ: Microsoft Azure
対応資格: Microsoft Specialist: Microsoft Azure
受験料:21103円
Microsoft Azure 70-533認定試験の受験者には、クラウド ソリューションまたはハイブリッド ソリューションを実装および監視した経験と、アプリケーション ライフサイクル管理をサポートした経験が必要です。

70-533出題範囲:
Web アプリの実装 (15-20%)
仮想マシンの実装 (15–20%)
クラウド サービスの実装 (15-20%)
ストレージの実装 (15-20%)
Azure Active Directory の実装 (15-20%)
仮想ネットワークの実装 (15-20%)

受験者は弊社が提供した問題と回答をよく理解し、しっかり覚えていれば、1回目のMicrosoft Azure 70-533試験において高い得点で一発合格することを保証します。
弊社のMicrosoft Azure 70-533受験対策はAWSでもいいのでクラウドの勉強は継続的にする必要があると思います。
最新のMicrosoft Azure 70-533試験材料は30時間ぐらいの短期の育成訓練でらくらくに勉強しているうちに多くの知識を身につけられます。
真剣にのMicrosoft Azure 70-533練習問題集を勉強する限り、受験したい70-533試験に楽に合格することができるということです。
最も正確なMicrosoft Azure 70-533(Implementing Microsoft Azure Infrastructure Solutions)試験資料を提供し、70-533問題と答えは簡単明瞭な方法で表現して、正確に理解できます。

1.Your network includes a legacy application named LegacyApp1. The application only runs in the
Microsoft .NET 3.5 Framework on Windows Server 2008.
You plan to deploy to Azure Cloud Services.
You need to ensure that LegacyApp1 will run correctly in the new environment.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
A. Upload a VHD with Windows Server 2008 installed.
B. Deploy LegacyApp1 to a cloud service instance configured with Guest OS Family 2.
C. Deploy LegacyApp1 to a cloud service instance configured with Guest OS Family 1.
D. Deploy LegacyApp1 to a cloud service instance configured with Guest OS Family 3.
Answer: BC
Explanation:
Guest OS Family 1 and Guest OS Family 2 supports .NET 3.5 and .Net 4.0.
Guest OS Family 3 and Guest OS Family 4 supports .NET 4.0 and .Net 4.5.
Reference: Azure Guest OS Releases and SDK Compatibility Matrix
URL: http://msdn.microsoft.com/en-us/library/azure/ee924680.aspx

2.You migrate a Windows Server .NET web application to Azure Cloud Services.
You need enable trace logging for the application.
Which two actions should you perform? Each correct answer presents part of the solution.
A. Update the service definition file.
B. Update the Azure diagnostics configuration.
C. Update the service configuration file.
D. Enable verbose monitoring.
E. Update the application web.config file.
Answer: A, E
Explanation:http://devproconnections.com/windows-azure-development/how-migrate-web-application-wi
ndows-azure-and-sql-azure

3.You manage a cloud service that is running in two small instances. The cloud service hosts a help desk
application. The application utilizes a virtual network connection to synchronize data to the company’s
internal accounting system.
You need to reduce the amount of time required for data synchronization.
What should you do?
A. Configure the servers as large instances and re-deploy.
B. Increase the instance count to three.
C. Deploy the application to Azure Web Sites.
D. Increase the processors allocated to the instances.
Answer: D

 


2016年3月10日時点で、70-534試験は更新を反映しています。
70-534試験は、サポートが終了したテクノロジとプロセスおよび新しいテクノロジとプロセスの両方を反映して定期的に更新されます。
70-534試験は、Microsoft Azure ソリューションに関する自分の設計スキルを検証したい方を対象としています。
Microsoft Azure 環境は常に進化しています。
順調に70-534認定試験に合格したいなら、Passexamはあなたの唯一の選択です。
Passexamの70-534問題集の合格率が100%に達することも数え切れない受験生に証明された事実です。
Passexamは豊富な知識と経験を活かして最新の短期で成果を取る70-534トレーニング方法を研究しました。

70-534認定試験情報:

試験番号:70-534
試験名称:Microsoft Azure ソリューションのアーキテクチャ
配信開始: 2015 年 2 月 26 日
言語: 英語
対象者:IT プロフェッショナル
テクノロジ: Microsoft Azure
対応資格: MCP、Microsoft スペシャリスト
受験料:19000円
70-534試験の受験者は、Azure サービスの機能を理解しており、パブリックやハイブリッドのクラウド ソリューションの設計について、トレードオフを特定して決定できる必要があります。
Exam 70-532: Developing Microsoft Azure Solutions およびExam 70-533:Implementing Microsoft Azure Infrastructure Solutions は、クラウド プロジェクト全般の自分の実装経験を検証したい人に有用ですが、70-534試験の前提条件ではありません。

70-534問題と回答の調査によると、Passexamは効果的なMicrosoft Specialist: Microsoft Azure認定70-534試験の内容をキャプチャすることができます。
70-534(Microsoft Azure ソリューションのアーキテクチャ)試験の準備をするときに試験に関連する知識を学ぶのは必要です。
弊社のMCSD: Azure Solutions Architect 70-534試験のテキストを使用すれば、業務には直接必要のない知識もありますが、知識は広い方がいいと思います。
70-534問題と答えをご参照ください。

1.Topic 1, VanArsdel, Ltd
Overview
VanArsdel, Ltd. builds skyscrapers, subways, and bridges. VanArsdel is a leader in using technology to do
construction better.
Overview
VanArsdel employees are able to use their own mobile devices for work activities because the company
recognizes that this usage enables employee productivity. Employees also access Software as a Service
(SaaS) applications, including DocuSign, Dropbox, and Citrix. The company continues to evaluate and
adopt more SaaS applications for its business. VanArsdel uses Azure Active Directory (AD) to
authenticate its employees, as well as Multi-Factor Authentication (MFA). Management enjoys the ease
with which MFA can be enabled and disabled for employees who use cloud-based services. VanArsdel’s
on-premises directory contains a single forest.
Helpdesk:
VanArsdel creates a helpdesk group to assist its employees. The company sends email messages to all
its employees about the helpdesk group and how to contact it. Configuring employee access for SaaS
applications is often a time-consuming task. It is not always obvious to the helpdesk group which users
should be given access to which SaaS applications. The helpdesk group must respond to many phone
calls and email messages to solve this problem, which takes up valuable time. The helpdesk group is
unable to meet the needs of VanArsdel’s employees.
However, many employees do not work with the helpdesk group to solve their access problems. Instead,
these employees contact their co-workers or managers to find someone who can help them. Also, new
employees are not always told to contact the helpdesk group for access problems. Some employees
report that they cannot see all the applications in the Access Panel that they have access to. Some
employees report that they must re-enter their passwords when they access cloud applications, even
though they have already authenticated.
Bring your own device (BYOD):
VanArsdel wants to continue to support users and their mobile and personal devices, but the company is
concerned about how to protect corporate assets that are stored on these devices. The company does
not have a strategy to ensure that its data is removed from the devices when employees leave the
company.
Customer Support
VanArsdel wants a mobile app for customer profile registration and feedback. The company would like to
keep track of all its previous, current, and future customers worldwide. A profile system using third-party
authentication is required as well as feedback and support sections for the mobile app.
Migration:
VanArsdel plans to migrate several virtual machine (VM) workloads into Azure. They also plan to extend
their on-premises Active Directory into Azure for mobile app authentication.
Business Requirements
Hybrid Solution:
 A single account and credentials for both on-premises and cloud applications
 Certain applications that are hosted both in Azure and on-site must be accessible to
both VanArsdel employees and partners
 The service level agreement (SLA) for the solution requires an uptime of 99.9%
 The partners all use Hotmail.com email addresses
Mobile App:
VanArsdel requires a mobile app for project managers on construction job sites. The mobile app has the
following requirements:
 The app must display partner information.
 The app must alert project managers when changes to the partner information occur.
 The app must display project information including an image gallery to view pictures of
construction projects.
 Project managers must be able to access the information remotely and securely.
Security:
 VanArsdel must control access to its resources to ensure sensitive services and
information are accessible only by authorized users and/or managed devices.
 Employees must be able to securely share data, based on corporate policies, with other
VanArsdel employees and with partners who are located on construction job sites.
 VanArsdel management does NOT want to create and manage user accounts for
partners.
Technical Requirements
Architecture:
 VanArsdel requires a non-centralized stateless architecture fonts data and services
where application, data, and computing power are at the logical extremes of the network.
 VanArsdel requires separation of CPU storage and SQL services
Data Storage:
VanArsdel needs a solution to reduce the number of operations on the contractor information table.
Currently, data transfer rates are excessive, and queue length for read/write operations affects
performance.
 A mobile service that is used to access contractor information must have automatically
scalable, structured storage
 Images must be stored in an automatically scalable, unstructured form.
Mobile Apps:
 VanArsdel mobile app must authenticate employees to the company’s Active Directory.
 Event-triggered alerts must be pushed to mobile apps by using a custom Node.js script.
 The customer support app should use an identity provider that is configured by using
the Access Control Service for current profile registration and authentication.
 The customer support team will adopt future identity providers that are configured
through Access Control Service.
Security:
 Active Directory Federated Server (AD FS) will be used to extend AD into Azure.
 Helpdesk administrators must have access to only the groups of Azure resources they
are responsible for. Azure administration will be performed by a separate group.
 IT administrative overhead must be minimized.
 Permissions must be assigned by using Role Based Access Control (RBAC).
 Line of business applications must be accessed securely.
You need to assign permissions for the Virtual Machine workloads that you migrate to Azure.
The solution must use the principal of least privileges.
What should you do?
A. Create all VMs in the cloud service named Groupl and then connect to the Azure subscription. Run the
following Windows PowerShell command:
New-AzureRoleAssignment -Mail user1@vanarsdelltd.com -RoleDefinitionName Contributor
-ResourceGroupName group1
B. In the Azure portal, select an individual virtual machine and add an owner.
C. In the Azure portal, assign read permission to the user at the subscription level.
D. Create each VM in a separate cloud service and then connect to the Azure subscription. Run the
following Windows PowerShell command:
Get-AzureVM | New-AzureRoleAssignment -Mail userl@vanarsdelltd.com -RoleDefinitionName
Contributor
Answer: A
Explanation:
* Scenario: Permissions must be assigned by using Role Based Access Control (RBAC).
* Role-Based access control (RBAC) in the Azure Portal and Azure Resource Management API allows
you to manage access to your subscription at a fine-grained level. With this feature, you can grant access
for Active Directory users, groups, or service principals by assigning some roles to them at a particular
scope.
Create a role assignment
Use New-AzureRoleAssignment to create a role assignment.
Example: This will create a role assignment for a group at a resource group level.
PS C:\> New-AzureRoleAssignment -ObjectID <group object ID> -RoleDefinitionName Reader
-ResourceGroupName group1
Reference: Managing Role-Based Access Control with Windows PowerShell
https://azure.microsoft.com/en-gb/documentation/articles/role-based-access-control-powershell/