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
4 answers

Azure Logic App: How to save HTTP Connector's body content to OneDrive file?

I have a simple Azure Logic App with the following components: Recurrence HTTP Get from HTTPS url I've tried to configure the next component to save the HTTP response body to OneDrive with OneDrive Connector configured as follows: FilePath:…
Kyberias
  • 1,263
  • 1
  • 14
  • 23
0
votes
1 answer

Azure logic app errors when adding different connectors

I've created a simple Logic App with the following actions: Recurrence HTTP Get Next, when I try to add any of the following apps, I get the respective errors: Biztalk JSON Encoder ("Error fetching API definition. Code: 404, Message: Resource not…
Kyberias
  • 1,263
  • 1
  • 14
  • 23
0
votes
2 answers

Authenticate client application with Azure Active Directory

Good Day! I'm trying to configure my Azure API App in such a way that it can only be accessed by trusted application by using Azure AD (Public Authenticated). I created entities inside the AD for a WPF application and my API app. I gave the entity…
Nieksa
  • 354
  • 1
  • 7
  • 20
0
votes
2 answers

Azure api app provisioning failed

I am creating an Azure API APP, VS2013, new project (API APP, preview), installed new azure sdk for vs 2013. Creation was successful, build just fine. tested the app locally, good. now I right click on project and then click publish as suggested…
Vijaya Malla
  • 209
  • 1
  • 2
  • 11
0
votes
1 answer

API Errors on Azure while creating a Logic App

I'm trying to create a workflow on Azure whereby I receive an email from a certain email address (trigger), and a Document Library is modified off the back of this (Action). I have the Office 365 Connector working, but when I try to Authorize the…
Sam
  • 5
  • 6
-1
votes
1 answer

Create Azure Maps with Real Time Live Geo Coordinates

I'm trying to develop a JS web application with Azure Maps to show the location / marker based on the Geo-coordinates received dynamically i.e., every few seconds we receive the geo-coordinates externally through rest calls. The idea is to pass the…
Giri
  • 2,704
  • 2
  • 25
  • 27
-1
votes
1 answer

How to update web apps connection strings with Azure REST Api

I'm trying to connect a Azure Webapp to a SQL Database provided through Azure REST API. So I'm trying to implement this request : https://learn.microsoft.com/en-us/rest/api/appservice/webapps/updateconnectionstrings. But I don't succed to create the…
-1
votes
1 answer

Securing free API App Service behind consumption API Management

I have created a .NET Core API and deployed it as an App Service in Azure. On top of that, I have an instance of Azure API Management. Now I want the API to be only accessible through the APIM. During the free testing phase, i restricted the access…
-1
votes
1 answer

Azure API App Service not accessible with VIP but Working with URL

I have a API App With is accessible with URL. But VIP of same API is not working? How can i Fix this? I have checked same URL with NSLOOKUP Its showing same IP.
Avinash patil
  • 1,689
  • 4
  • 17
  • 39
-1
votes
1 answer

Azure API App: Which versions of Python are supported?

I can't seem to find a clear answer regarding which versions of Python are supported by Azure API Apps. Azure API Apps as we know run within an App Service. I need to know which versions of the Python interpreter are installed on Azure App…
JTW
  • 3,546
  • 8
  • 35
  • 49
-1
votes
1 answer

This page is trying to load scripts from unauthenticated sources

I am working on Azure App service API apps. I followed the steps available in the below link, for implementing user authentication concept to the ToDoListAngular project and successfully deployed in azure, but when i test with the ToDoListAngluar…
Pradeep
  • 5,101
  • 14
  • 68
  • 140
-2
votes
1 answer

How to test my API apps before hosting in AZURE

I have written a simple API using Visual studio by using Azure API template. Wanted to test it using Swagger before hosting in AZURE. Could anyone please let me know the steps ? Thanking you in advance
-2
votes
1 answer

Not to translate certain words on azure translation API v2

On My website I have a form using azure cognitive service translation API v2. When the user fill the form the other tabs are automatically translated upon submitting. I want the form not to translate certain words for eg : "North Dice".Because it's…
-2
votes
1 answer

What are the differences between an API App and a Logic App?

What are the differences between an API App and a Logic App? Development speed ... e.g. the LA designer response gets very slow Deployment options ... both through ARM template Testing options ... API App is Web API, so all usual good testing…
SteveC
  • 15,808
  • 23
  • 102
  • 173
-2
votes
1 answer

Hide query string in API call

I am calling a Azure API app from JavaScript. I need to send a parameter to backend via API based on the domain that application executes under (mydonain.org parameter1, for mydomain.com parameter2). However I need to hide this parameter from the…
user217648
  • 3,338
  • 9
  • 37
  • 61
1 2 3
27
28