This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
To generate OpenAPI documentation for your ASP.NET Core Web API, which NuGet package is the most popular?
OpenAPI.NET
Swashbuckle
Swagger
What could be the simplest way to publish your ASP.NET Core Web API app to Azure App Service?
Right-click on the project in Visual Studio and publish the application.
Use Azure portal to publish the application.
Use Azure PowerShell to publish the application.
Use Azure CLI to publish the application.
While you're publishing an ASP.NET Core Web API app within Visual Studio, which is incorrect?
You can create a new Azure App Service instance to publish the Web API app to Azure.
You can only use an existing Azure App Service instance to publish the Web API app.
While publishing the Web API app, you can use an existing App Service Plan or create a new one.
While publishing the Web API app, you can integrate it with an Azure API Management instance.
You must answer all questions before checking your work.
Was this page helpful?