You manage Azure Web Apps for a company. You migrate an on-premises web app to Azure. You plan to
update the Azure Web App by modifying the connection string and updating the files that have changed since
previous revision.
The deployment process must use Secure Socket Layer (SSL) and occur during off-peak hours as an
automated batch process.
You need to update the Azure Web App.
What should you do?

A.
Configure a File Transfer Protocol (FTP) transfer script.
B.
Deploy the project from Microsoft Visual Studio.
C.
Run the New-AzureRMWebAppAzure PowerShell cmdlet.
D.
Run the New-AzureRmResouceGroupDeploymentAzure PowerShell cmdlet.
Should be B right? Why D…
3
1
it need an automated batch process.
0
0
I believe it’s B.
I even don’t find cmdlet New-AzureRmResouceGroupDeploymentAzure description. lol
1
0
I agree, New-AzureRmResouceGroupDeployment is a cmdlet and there is no cmdlet like “New-AzureRmResouceGroupDeploymentAzure”
0
0
maybe this command: New-AzureRmResourceGroupDeployment
https://docs.microsoft.com/en-us/powershell/module/azurerm.resources/new-azurermresourcegroupdeployment?view=azurermps-6.1.0
1
0