DRAG DROP
You are the administrator for a company that has an Azure Premium Storage account.
You receive a .vhdx file from the development team. You plan to create one unique Azure virtual machine (VM)
from the file. You plan to run the VM as a domain controller.You need to upload the .vhdx file to Azure.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of
actions to the answer area and arrange them in the correct order.
Select and Place:
Which four actions should you perform in sequence?
DRAG DROP
You are the administrator for a company that has an Azure Premium Storage account.
You receive a .vhdx file from the development team. You plan to create one unique Azure virtual machine (VM)
from the file. You plan to run the VM as a domain controller.You need to upload the .vhdx file to Azure.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of
actions to the answer area and arrange them in the correct order.
Select and Place:
This is incorrect. Can’t use vhdx in azure
what is the correct answer? is it
run sysprep
convert-vhd
upload the file to azure storage account
create a ds series azure vm instance
I’m struggling with this one based on MS’s website and the answers provided. Perhaps this is an old question and the steps have changed?
Actual answer based on MS’s website:
Step 1: Convert to VHD
Step 2: Upload to Azure
Step 3: Create an instance from the VHD as the OS
My best guess if you have to pick from these…
Step 1: Convert to VHD
Step 2: Upload to Azure
Step 3: Create an instance
step 4: register disk as OS
No where on MS’s site does it reference “registering” a disk from what I can find. Sysprep can not be used to fill the 4th step since they specifically mention it must have sysvol folder and AD installed. Sysprep will remove AD.
https://support.microsoft.com/en-us/help/2904015/how-to-upload-existing-on-premises-hyper-v-domain-controllers-to-azure
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/prepare-for-upload-vhd-image
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/upload-generalized-managed
Well I think there is a typo.. You have to upload “something”.. It should read upload VHD or the disk..
Sysprep is only used when you what to create a new Generalized disk, not mentioned here.
It is correct (though poorly worded)
Convert-VHD support vhdx files.
From documentation:
The Convert-VHD cmdlet converts a virtual hard disk file by copying the data from a source virtual hard disk file to a new virtual hard disk file of a specified format and version type. The format is determined by the file name extension of the specified files, either .vhdx or .vhd. Conversion is an offline operation; the virtual hard disk must not be attached when the operation is started.
https://docs.microsoft.com/en-us/powershell/module/hyper-v/convert-vhd?view=win10-ps
new update
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/prepare-for-upload-vhd-image
convert-vhd
run sysprep
create a ds series azure vm instance
upload the file to azure storage account
Sysprep is for adding a bunch of VMs from the same image. That is not the case here. Your answers are incorrect based on the link you provided.
…
If, instead, you want only to create one VM from one disk, you don’t have to use sysprep. In this situation, you can just create the VM from what is known as a specialized image.
…
New 70-535 Exam Questions and Answers Updated Recently (2/Jan/2018):
NEW QUESTION 231
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 manage an Azure SQL Database. The database has weekly backups that are stored in an Azure Recovery Services vault. You create an Azure Recovery Services vault and download the backup agent installation file. You need to complete the installation of the backup agent. What should you do first?
A. Configure network throttling.
B. Set the storage replication option.
C. Download the vault credentials file.
D. Select the data to back up.
Answer: C
NEW QUESTION 232
You create an Ubuntu Linux virtual machine (VM) by using the Azure Portal. You do not specify a password when you create the VM. You need to connect to the terminal of the VM.
Solution: You connect to the public IP address of the VM by using Secure Shell (SSH) and specify your private key.
Does the solution meet the goal?
A. Yes
B. No
Answer: B
NEW QUESTION 233
You create an Ubuntu Linux virtual machine (VM) by using the Azure Portal. You do not specify a password when you create the VM. You need to connect to the terminal of the VM.
Solution: You use the Connect button on the Overview blade for the VM.
Does the solution meet the goal?
A. Yes
B. No
Answer: B
NEW QUESTION 234
You use Azure Resource Manager (ARM) templates to deploy resources. You need to ensure that storage resources defined in templates cannot be deleted.
Solution: You define the following JSON in the temp:
“resource”: [
{
“name”: “[concat(parameters(‘lockedResource’), ‘/Microsoft.Authorization/myLock’)]”,
“type”: “Microsoft.Authorzation/locks”,
“apiVersion”: “2015-01-01”,
“properties”: {
“level”: “ReadOnly”
}
}
]
Does the solution meet the goal?
A. Yes
B. No
Answer: A
NEW QUESTION 235
Note: This question is part of a series of questions that present the same scenario. Each questions in the series contains a unique solution that might meet the stated goals. Some questions 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 create an Ubuntu Linux virtual machine (VM) by using the Azure Portal. You do not specify a password when you create the VM. You need to connect to the terminal of the VM.
Solution: You connect to the public IP address of the VM by using Secure Shell (SSH) and specify your public key.
Does the solution meet the goal?
A. Yes
B. No
Answer: A
NEW QUESTION 236
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 manage an Azure SQL Database. The database has weekly backups that are stored in an Azure Recovery Services vault. A company deploys Microsoft SQL Server on an Azure Standard_DS3 virtual machine (VM). You need to modify the disk caching policy. Which Azure PowerShell cmdlet should you run?
A. Set-AzureRmVmOperatingSystem
B. Set-AzureRmVmDataDisk
C. Update-Disk
D. Update-AzureDisk
Answer: B
NEW QUESTION 237
A company uses Azure to host virtual machines (VMS) and web apps. You have an app service named App1 that uses the Basic app service tier. You need to ensure that diagnostic data for App1 is permanently stored.
Solution: You specify a storage account in the Diagnostics.xml file.
Does the solution meet the goal?
A. Yes
B. No
Answer: B
NEW QUESTION 238
You specify the storage account that you want to use in the ServiceConfiguration.cscfg. You use Azure to virtual machines (VMS) and web apps. You have an app service named App1 that uses the Basic app service tier. You need to ensure that diagnostic data for App1 is permanently stored.
Solution: You scale the app service to the Standard tier.
Does the solution meet the goal?
A. Yes
B. No
Answer: ……
P.S. These New 70-535 Exam Questions Were Just Updated From The Real 70-535 Exam, You Can Get The Newest 70-535 Dumps In PDF And VCE From — https://www.passleader.com/70-535.html (243q VCE and PDF)
Good Luck!
Besides, SOME new 243Q 70-535 dumps are available here:
https://drive.google.com/open?id=1Tqc3nKkqLq3RuEdZ4qV-ddYyN5SwbSNB
Best Regards!