You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service-dotnet-create-api-app-visual-studio.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,6 @@
22
22
23
23
In this tutorial you create an ASP.NET Web API project in Visual Studio, and then you add NuGet packages and project metadata that enable you to publish and deploy the project as an API app in Azure App Service. The tutorial also explains how to customize the API app metadata.
24
24
25
-
## Prerequisites
26
-
27
-
This tutorial requires Visual Studio 2013 with Azure SDK 2.5.1.
@@ -162,11 +160,11 @@ Your Web API project is now ready to be deployed as an API app in Azure App Serv
162
160
163
161
## Review apiapp.json
164
162
165
-
The settings in the *apiapp.json* file determine how the API App is identified and presented in the API App Gallery and the Azure Marketplace.
163
+
The settings in the *apiapp.json* file determine how the API App is identified and how it is presented in the Azure Marketplace. In this preview release Visual Studio does not include the ability to publish API apps to the Marketplace, so many of these settings do not have an effect.
166
164
167
-

165
+

168
166
169
-
The initial contents of the file that is created when you choose the **Azure API App SDK** menu entry look like the following example:
167
+
The initial contents of the file that is created when you choose the **Azure API App SDK** menu entry look like the following example:
@@ -185,7 +183,7 @@ The settings in the *apiapp.json* file determine how the API App is identified a
185
183
186
184
The following table explains the format and usage of the fields included in the file and additional optional fields that you can add to it.
187
185
188
-
**Note:**For the initial preview release, many of these fields will have no effect because they affect how the API app is presented in the Azure Marketplace, but Visual Studio does not yet include the ability to publish API apps to the Marketplace.
186
+
**Note:**As mentioned above, for this preview release many of these fields have no effect because they determine how the API app is presented in the Azure Marketplace, but Visual Studio does not yet include the ability to publish API apps to the Marketplace.
189
187
190
188
| Name (bold=required) | Type | Comments |
191
189
|:-----------|:------------|:------------|
@@ -248,14 +246,14 @@ The `name` property is a short description of the status, `message` is a longer
248
246
249
247
The Metadata folder can contain icons and screenshots for the API Apps Gallery, a Swagger file documenting the API, and UI configuration for the Azure portal. All of this information is optional.
250
248
251
-
**Note:** As noted above for *apiapps.json*, metadata that pertains to presentation of the API app in the Azure Marketplace has no effect for this initial preview release, because Visual Studio does not yet include the ability to publish API apps to the Marketplace.
252
-
253
249
<!-- todo: add later
254
250
an Azure Resource Manager template that specifies resources required,
255
251
-->
256
252
257
253

258
254
255
+
**Note:** As noted above for *apiapps.json*, metadata that pertains to presentation of the API app in the Azure Marketplace has no effect for this preview release, because Visual Studio does not include the ability to publish API apps to the Marketplace.
256
+
259
257
### The Metadata/icons folder
260
258
261
259
You can provide icons to be displayed in the Gallery.
0 commit comments