AZ-204 – Question 91

0
431
​You develop a gateway solution for a public facing news API. The news API back end is implemented as a RESTful service and uses an OpenAPI specification.
You need to ensure that you can access the news API by using an Azure API Management service instance.

Which Azure PowerShell command should you run?

A. Import-AzureRmApiManagementApi -Context $ApiMgmtContext -SpecificationFormat “Swagger” -SpecificationPath $SwaggerPath -Path $Path Most Voted
B. New-AzureRmApiManagementBackend -Context $ApiMgmtContext-Url $Url -Protocol http
C. New-AzureRmApiManagement -ResourceGroupName $ResourceGroup -Name $Name ג€”Location $Location -Organization $Org -AdminEmail $AdminEmail
D. New-AzureRmApiManagementBackendProxy -Url $ApiUrl

Correct Answer: A