You have a website that is hosted on Azure. You connect to the site by using the URI http://www.contoso.com.
You plan to publish a new version of the website.
You need to acquire the publishing profile for the website.
Which two actions will achieve the goal? Each correct answer presents a complete solution.

A.
Run the following Windows PowerShell cmdlet:Get-AzurePublishSettingsFile
B.
Run the following Windows PowerShell cmdlet:Get-AzureSubscription
C.
Navigate to the following URI: https://www.contoso.com/download/publishprofile.aspx
D.
Navigate to the following URI: https://windows.azure.com/download/publishprofile.aspx
The answer is not even in the options.
The correct command is Get-AzureRmWebAppPublishingProfile
https://docs.microsoft.com/en-us/powershell/module/azurerm.websites/get-azurermwebapppublishingprofile?view=azurermps-6.0.0
Get-AzurePublishSettingsFile is intended for a different purpose
https://docs.microsoft.com/en-us/powershell/module/azure/get-azurepublishsettingsfile?view=azuresmps-4.0.0
0
0