Skip to content

Commit

Permalink
cleanup from conversion to separate create and convert
Browse files Browse the repository at this point in the history
  • Loading branch information
tdykstra committed Apr 28, 2015
1 parent f70ebc4 commit 218a4ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This section shows how to configure an existing Web API project as an API app. Y

![](./media/app-service-dotnet-create-api-app-visual-studio/addapiappsdk.png)

11. In the **Choose API App Metadata source** dialog, click **Automatic Metadata Generation**. This choice enables the dynamic Swagger UI, which you'll see later in the tutorial. For information about the static Swagger metadata file option, see [Convert an existing API to an API app](app-service-dotnet-create-api-app-visual-studio.md).
11. In the **Choose API App Metadata source** dialog, click **Automatic Metadata Generation**. This choice enables the dynamic Swagger UI, which you'll see later in the tutorial. For information about the static Swagger metadata file option, see the [Next steps](#next-steps) section later in this tutorial.

![](./media/app-service-dotnet-create-api-app-visual-studio/chooseswagger.png)

Expand Down
2 changes: 1 addition & 1 deletion articles/app-service-dotnet-create-api-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This section shows how to use the Azure API App project template to create an AP

7. Click **OK** to generate the project.

Visual Studio creates a Web API project configured for deployment as an API app. You can skip the following section which shows how to configure an existing project, and go directly to the [Review API app metadata](#review-api-app-metadata) section.
Visual Studio creates a Web API project configured for deployment as an API app.

[AZURE.INCLUDE [app-service-api-define-api-app](../includes/app-service-api-define-api-app.md)]

Expand Down

0 comments on commit 218a4ca

Please sign in to comment.