Questions tagged [azure-api-apps]

API Apps are part of the Azure App Service suite that also includes web apps, mobile apps, and logic apps.

An API app is an Azure App Service web app with additional features that enhance the experience of developing, deploying, publishing, consuming, managing, and monetizing RESTful web APIs.

That means API apps share with web apps all the web hosting features of the Azure App Service platform:

  • Automatic OS patching
  • Enterprise grade security
  • High availability
  • Auto scaling and load balancing
  • WebJobs for background processing
  • Quick and easy deployment, and many continuous delivery options
421 questions
0
votes
0 answers

File Connector Not picking file in Azure Logic App

I have created an Azure Logic app, following this blog post. http://blogs.biztalk360.com/azure-api-app-and-logic-app-in-depth-look-into-hybrid-connector-marriage-between-cloud-and-on-premise/ The difference is that both the source and destination…
Developer
  • 119
  • 3
  • 17
0
votes
1 answer

How can I deploy Azure Api App using msbuild

I have created Azure API App and I am able to publish it using Visual Studio 2015. Now I want to deploy it using msbuild within continuous deployment. I have tried this so far: msbuild MyAzureApiApp.csproj /p:DeployOnBuild=true…
0
votes
1 answer

Deploying a marketplace Connector from Azure Resource Group template

I'm using the Azure Resource Group project template in Visual studio to deploy two API Apps and a Logic App. I want one of those API Apps to be a Blob Connector from the marketplace. What I need is the uri of the .zip package for the connector, as…
0
votes
0 answers

Uploading .pfx file to Azure with 0 bytes

I'm trying to upload a .pfx file (which is 0 bytes) for authenticating an API app on Azure, but I'm having trouble meeting the file the file constraints requiring it to be atleast 1 byte. Anyone else run into this problem?
Vong Ly
  • 187
  • 1
  • 1
  • 10
0
votes
1 answer

Visual Studio 2015 IntelliTest bug on Azure API Apps?

When running IntelliTest on a default/blank ASP.net application using the "Azure API App (Preview)" template, IntelliTest finds nothing to test. I am not sure if this is by design, a bug, or just not supported yet. Does anyone know a workaround?…
BMac
  • 2,183
  • 3
  • 22
  • 30
0
votes
1 answer

Trouble Publishing WebJobs with API App on Azure

Has anyone had problems deploying WebJobs with API apps on Azure from Visual Studio 2015 since Azure SDK for .NET 2.7.1? I have 4 webjobs referenced in my webjobs-list.json but the web deploy to azure just isn't publishing them any more. I'm not…
Neil Billingham
  • 2,235
  • 4
  • 23
  • 34
0
votes
1 answer

How to deploy Azure api app to marketplace

I have created an Azure API App and published it to my Azure account using Visual Studio. Used that as a connector in logic app and tested, its working fine. Now I want to publish my app to Azure marketplace, how can i do that? Is there any…
Nidhi P
  • 47
  • 6
0
votes
1 answer

Publish Azure API App without using Visual Studio

I have created an Azure API App using visual studio. I run it locally its working fine then i published it to Azure from the Visual Studio publish -> Microsoft Azure API App option. The API app is deployed to Azure and working fine. Is there any…
Nidhi P
  • 47
  • 6
0
votes
1 answer

Hosting Java REST API on Azure API app service

I have manually deployed a WAR (on Tomcat) containing the implementation of a REST API which exposes a Swagger 2.0 end point. The REST API is developed using the Restlet framework in Java. The folder structure on the app host looks like the…
Santosh
  • 660
  • 7
  • 13
0
votes
1 answer

Azure API to get Portal Settings

I'm wondering whether there's a REST API (or an alternative method) on Azure that would give the portal settings for a particular subscription. Things like Language, Regional Format, the selected Theme and etc. I can't find anything on the subject…
Esmail
  • 75
  • 1
  • 13
0
votes
2 answers

How to use my own API instead of using mobile API in Azure

is there any way to publish my API in azure mobile service API instead of using its own. I want just to know it, because assume I have a backup server in amazon and as you know I don't have access to azure sdk in there and it means technically I…
Nima
  • 1,892
  • 4
  • 24
  • 32
0
votes
1 answer

Azure App Service Environment Access Levels

I am setting up API Apps within ASE, and I was having some difficulties understanding the usage of access levels. I noticed that if the API App access level is set to “Internal” it’s not accessible publicly, however, I do not get an internal…
Eytan Avisror
  • 2,860
  • 19
  • 26
0
votes
1 answer

Azure API Apps with AllowAnonymous

With an Azure API App, is there a way to have a mix of authentication levels for different endpoints in the underlying Web API? I want the API App to have access level of 'Public (authenticated)' but one of the endpoints needs to be accessible as an…
Damien Pontifex
  • 1,222
  • 1
  • 15
  • 27
0
votes
1 answer

Kendo UI Chart X-Axis in hours

Here is my sample data: [ { "EventDate": "2015-06-03T07:00:00Z", "Average": 5.4, "Minimum": 0, "Maximum": 0, "WebsiteName": "microsoft.com", "PageName": "About" }, { "EventDate": "2015-06-03T08:00:00Z", …
markti
  • 2,783
  • 1
  • 23
  • 30
0
votes
1 answer

Api-App Authentication from web-app

I have a Api-App hosted on Azure. I have another existing JavaScript web app client. In the web-app client I am using external login providers like goolge and Facebook login and storing the respective access tokens. After reading the articles on…
Sayan Pal
  • 4,768
  • 5
  • 43
  • 82
1 2 3
27
28