ExamQuestions.com

Register
Login
Developing Solutions for Microsoft Azure (AZ-204) Exam Questions

Microsoft

Developing Solutions for Microsoft Azure (AZ-204)

96 / 179

Question 96:

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? 

Answer options:

A. Import-AzureRmApiManagementApi -Context $ApiMgmtContext -SpecificationFormat "Swagger" -SpecificationPath $SwaggerPath -Path $Path
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