List of questions
Related questions
Question 149 - AZ-204 discussion
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
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
Your answer:
0 comments
Sorted by
Leave a comment first