Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 408 Bytes

File metadata and controls

26 lines (16 loc) · 408 Bytes

Microsoft.Azure.WebJobs.Extensions.OpenApi.FunctionAppV3Static

Getting Started

Restore NuGet Packages

Run the following command to restore all necessary NuGet packages into the project.

dotnet restore .

Run Function App

Run the Function app locally.

func start

Open a web browser and visit the page.

http://localhost:7071/api/swagger/ui